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.
Bump up version, fix rake files where it was necessary for release.
- Loading branch information
1 parent
3885688
commit d997a94
Showing
10 changed files
with
19 additions
and
19 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
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 |
---|---|---|
|
@@ -17,7 +17,7 @@ GEM_EMAIL = "[email protected]" | |
|
||
GEM_NAME = "merb_activerecord" | ||
PKG_BUILD = ENV['PKG_BUILD'] ? '.' + ENV['PKG_BUILD'] : '' | ||
GEM_VERSION = (Merb::MORE_VERSION rescue "0.9.9") + PKG_BUILD | ||
GEM_VERSION = (Merb::MORE_VERSION rescue "0.9.10") + PKG_BUILD | ||
|
||
RELEASE_NAME = "REL #{GEM_VERSION}" | ||
|
||
|
@@ -35,7 +35,7 @@ spec = Gem::Specification.new do |s| | |
s.author = GEM_AUTHOR | ||
s.email = GEM_EMAIL | ||
s.homepage = PROJECT_URL | ||
s.add_dependency('merb-core', '>= 0.9.9') | ||
s.add_dependency('merb-core', '>= 0.9.10') | ||
s.require_path = 'lib' | ||
s.files = %w(LICENSE README Rakefile TODO Generators) + Dir.glob("{lib}/**/*") | ||
end | ||
|
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 |
---|---|---|
|
@@ -17,7 +17,7 @@ GEM_EMAIL = "[email protected]" | |
|
||
GEM_NAME = "merb_builder" | ||
PKG_BUILD = ENV['PKG_BUILD'] ? '.' + ENV['PKG_BUILD'] : '' | ||
GEM_VERSION = (Merb::MORE_VERSION rescue "0.9.9") + PKG_BUILD | ||
GEM_VERSION = (Merb::MORE_VERSION rescue "0.9.10") + PKG_BUILD | ||
|
||
RELEASE_NAME = "REL #{GEM_VERSION}" | ||
|
||
|
@@ -35,7 +35,7 @@ spec = Gem::Specification.new do |s| | |
s.author = GEM_AUTHOR | ||
s.email = GEM_EMAIL | ||
s.homepage = PROJECT_URL | ||
s.add_dependency('merb-core', '>= 0.9.9') | ||
s.add_dependency('merb-core', '>= 0.9.10') | ||
s.add_dependency('builder', '>= 2.0.0') | ||
s.require_path = 'lib' | ||
s.files = %w(LICENSE README Rakefile TODO) + Dir.glob("{lib}/**/*") | ||
|
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 |
---|---|---|
|
@@ -17,7 +17,7 @@ GEM_EMAIL = "[email protected]" | |
|
||
GEM_NAME = "merb_jquery" | ||
PKG_BUILD = ENV['PKG_BUILD'] ? '.' + ENV['PKG_BUILD'] : '' | ||
GEM_VERSION = (Merb::MORE_VERSION rescue "0.9.9") + PKG_BUILD | ||
GEM_VERSION = (Merb::MORE_VERSION rescue "0.9.10") + PKG_BUILD | ||
|
||
RELEASE_NAME = "REL #{GEM_VERSION}" | ||
|
||
|
@@ -35,7 +35,7 @@ spec = Gem::Specification.new do |s| | |
s.author = GEM_AUTHOR | ||
s.email = GEM_EMAIL | ||
s.homepage = PROJECT_URL | ||
s.add_dependency('merb-core', '>= 0.9.9') | ||
s.add_dependency('merb-core', '>= 0.9.10') | ||
s.require_path = 'lib' | ||
s.files = %w(LICENSE README Rakefile TODO) + Dir.glob("{lib}/**/*") | ||
end | ||
|
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 |
---|---|---|
|
@@ -19,7 +19,7 @@ GEM_EMAIL = "[email protected]" | |
|
||
GEM_NAME = "merb_laszlo" | ||
PKG_BUILD = ENV['PKG_BUILD'] ? '.' + ENV['PKG_BUILD'] : '' | ||
GEM_VERSION = "0.9.9" + PKG_BUILD | ||
GEM_VERSION = "0.9.10" + PKG_BUILD | ||
|
||
RELEASE_NAME = "REL #{GEM_VERSION}" | ||
|
||
|
@@ -37,7 +37,7 @@ spec = Gem::Specification.new do |s| | |
s.author = GEM_AUTHOR | ||
s.email = GEM_EMAIL | ||
s.homepage = PROJECT_URL | ||
s.add_dependency('merb-core', '>= 0.9.9') | ||
s.add_dependency('merb-core', '>= 0.9.10') | ||
s.require_path = 'lib' | ||
s.files = %w(LICENSE README Rakefile) + Dir.glob("{lib}/**/*") | ||
end | ||
|
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 |
---|---|---|
|
@@ -17,7 +17,7 @@ GEM_EMAIL = "[email protected]" | |
|
||
GEM_NAME = "merb_parts" | ||
PKG_BUILD = ENV['PKG_BUILD'] ? '.' + ENV['PKG_BUILD'] : '' | ||
GEM_VERSION = (Merb::MORE_VERSION rescue "0.9.9") + PKG_BUILD | ||
GEM_VERSION = (Merb::MORE_VERSION rescue "0.9.10") + PKG_BUILD | ||
|
||
RELEASE_NAME = "REL #{GEM_VERSION}" | ||
|
||
|
@@ -35,7 +35,7 @@ spec = Gem::Specification.new do |s| | |
s.author = GEM_AUTHOR | ||
s.email = GEM_EMAIL | ||
s.homepage = PROJECT_URL | ||
s.add_dependency('merb-core', '>= 0.9.9') | ||
s.add_dependency('merb-core', '>= 0.9.10') | ||
s.require_path = 'lib' | ||
s.files = %w(LICENSE README Rakefile TODO) + Dir.glob("{lib}/**/*") | ||
end | ||
|
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 |
---|---|---|
|
@@ -18,7 +18,7 @@ GEM_EMAIL = "[email protected]" | |
|
||
GEM_NAME = "merb_screw_unit" | ||
PKG_BUILD = ENV['PKG_BUILD'] ? '.' + ENV['PKG_BUILD'] : '' | ||
GEM_VERSION = (Merb::MORE_VERSION rescue "0.9.9") + PKG_BUILD | ||
GEM_VERSION = (Merb::MORE_VERSION rescue "0.9.10") + PKG_BUILD | ||
|
||
RELEASE_NAME = "REL #{GEM_VERSION}" | ||
|
||
|
@@ -36,8 +36,8 @@ spec = Gem::Specification.new do |s| | |
s.author = GEM_AUTHOR | ||
s.email = GEM_EMAIL | ||
s.homepage = PROJECT_URL | ||
s.add_dependency('merb-core', '>= 0.9.9') | ||
s.add_dependency('merb-slices', '>= 0.9.9') | ||
s.add_dependency('merb-core', '>= 0.9.10') | ||
s.add_dependency('merb-slices', '>= 0.9.10') | ||
s.require_path = 'lib' | ||
s.files = %w(LICENSE README Rakefile TODO) + Dir.glob("{lib,app,public,stubs}/**/*") | ||
end | ||
|
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 |
---|---|---|
|
@@ -18,7 +18,7 @@ GEM_EMAIL = "[email protected], [email protected]" | |
|
||
GEM_NAME = "merb_sequel" | ||
PKG_BUILD = ENV['PKG_BUILD'] ? '.' + ENV['PKG_BUILD'] : '' | ||
GEM_VERSION = (Merb::MORE_VERSION rescue "0.9.9") + PKG_BUILD | ||
GEM_VERSION = (Merb::MORE_VERSION rescue "0.9.10") + PKG_BUILD | ||
|
||
RELEASE_NAME = "REL #{GEM_VERSION}" | ||
|
||
|
@@ -36,7 +36,7 @@ spec = Gem::Specification.new do |s| | |
s.author = GEM_AUTHOR | ||
s.email = GEM_EMAIL | ||
s.homepage = PROJECT_URL | ||
s.add_dependency("merb-core", ">= 0.9.9") | ||
s.add_dependency("merb-core", ">= 0.9.10") | ||
s.add_dependency("sequel", ">= 1.4.0") | ||
s.files = %w(LICENSE README Rakefile TODO Generators) + Dir.glob("{lib}/**/*") | ||
end | ||
|
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 |
---|---|---|
|
@@ -18,7 +18,7 @@ GEM_EMAIL = "[email protected]" | |
|
||
GEM_NAME = "merb_stories" | ||
PKG_BUILD = ENV['PKG_BUILD'] ? '.' + ENV['PKG_BUILD'] : '' | ||
GEM_VERSION = (Merb::MORE_VERSION rescue "0.9.9") + PKG_BUILD | ||
GEM_VERSION = (Merb::MORE_VERSION rescue "0.9.10") + 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 |
---|---|---|
|
@@ -18,7 +18,7 @@ GEM_EMAIL = "[email protected]" | |
|
||
GEM_NAME = "merb_test_unit" | ||
PKG_BUILD = ENV['PKG_BUILD'] ? '.' + ENV['PKG_BUILD'] : '' | ||
GEM_VERSION = (Merb::MORE_VERSION rescue "0.9.9") + PKG_BUILD | ||
GEM_VERSION = (Merb::MORE_VERSION rescue "0.9.10") + PKG_BUILD | ||
|
||
RELEASE_NAME = "REL #{GEM_VERSION}" | ||
|
||
|
@@ -36,7 +36,7 @@ spec = Gem::Specification.new do |s| | |
s.author = GEM_AUTHOR | ||
s.email = GEM_EMAIL | ||
s.homepage = PROJECT_URL | ||
s.add_dependency('merb-core', '>= 0.9.9') | ||
s.add_dependency('merb-core', '>= 0.9.10') | ||
s.require_path = 'lib' | ||
s.files = %w(LICENSE README Rakefile TODO) + Dir.glob("{lib,test_unit_generators}/**/*") | ||
end | ||
|