forked from wycats/merb-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
lholden
committed
Dec 23, 2008
1 parent
8094af6
commit 905ea11
Showing
2 changed files
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,12 +13,12 @@ PROJECT_URL = "http://merbivore.com" | |
PROJECT_SUMMARY = "Merb plugin that provides support for Sequel and Sequel::Model" | ||
PROJECT_DESCRIPTION = PROJECT_SUMMARY | ||
|
||
GEM_AUTHOR = "Wayne E. Seguin, Lance Carlson" | ||
GEM_EMAIL = "[email protected], [email protected]" | ||
GEM_AUTHOR = "Wayne E. Seguin, Lance Carlson, Lori Holden" | ||
GEM_EMAIL = "[email protected], [email protected], [email protected]" | ||
|
||
GEM_NAME = "merb_sequel" | ||
PKG_BUILD = ENV['PKG_BUILD'] ? '.' + ENV['PKG_BUILD'] : '' | ||
GEM_VERSION = (Merb::MORE_VERSION rescue "0.9.14") + PKG_BUILD | ||
GEM_VERSION = (Merb::MORE_VERSION rescue "1.0.0") + PKG_BUILD | ||
|
||
RELEASE_NAME = "REL #{GEM_VERSION}" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
TODO: | ||
* More meaningful messages for cases with misconfigured database.yml. | ||
* Some specs would be nice. |