Skip to content

Commit

Permalink
Set version to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lholden committed Dec 23, 2008
1 parent 8094af6 commit 905ea11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions merb_sequel/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

Expand Down
1 change: 0 additions & 1 deletion merb_sequel/TODO
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.

0 comments on commit 905ea11

Please sign in to comment.