Skip to content

Commit

Permalink
Changed plugin dependencies to "~> #{Merb::VERSION}"
Browse files Browse the repository at this point in the history
  • Loading branch information
snusnu committed Oct 4, 2009
1 parent 7016786 commit 388ecab
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion merb-action-args/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec = Gem::Specification.new do |s|
s.author = AUTHOR
s.email = EMAIL
s.homepage = PROJECT_URL
s.add_dependency('merb-core', ">= #{Merb::VERSION}")
s.add_dependency('merb-core', "~> #{Merb::VERSION}")
s.add_dependency('ruby2ruby', '>= 1.1.9')
s.add_dependency('ParseTree', '>= 2.1.1')
s.require_path = 'lib'
Expand Down
2 changes: 1 addition & 1 deletion merb-assets/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec = Gem::Specification.new do |s|
s.author = GEM_AUTHOR
s.email = GEM_EMAIL
s.homepage = PROJECT_URL
s.add_dependency('merb-core', ">= #{Merb::VERSION}")
s.add_dependency('merb-core', "~> #{Merb::VERSION}")
s.require_path = 'lib'
s.files = %w(LICENSE README Rakefile TODO) + Dir.glob("{lib,spec}/**/*")
end
Expand Down
2 changes: 1 addition & 1 deletion merb-cache/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec = Gem::Specification.new do |s|
s.author = GEM_AUTHOR
s.email = GEM_EMAIL
s.homepage = PROJECT_URL
s.add_dependency('merb-core', ">= #{Merb::VERSION}")
s.add_dependency('merb-core', "~> #{Merb::VERSION}")
s.require_path = 'lib'
s.files = %w(LICENSE README Rakefile TODO) + Dir.glob("{lib,spec}/**/*")
end
Expand Down
2 changes: 1 addition & 1 deletion merb-exceptions/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec = Gem::Specification.new do |s|
s.author = GEM_AUTHOR
s.email = GEM_EMAIL
s.homepage = PROJECT_URL
s.add_dependency('merb-core', ">= #{Merb::VERSION}")
s.add_dependency('merb-core', "~> #{Merb::VERSION}")
s.require_path = 'lib'
s.files = %w(LICENSE README.markdown Rakefile) + Dir.glob("{lib,spec}/**/*")
end
Expand Down
2 changes: 1 addition & 1 deletion merb-haml/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec = Gem::Specification.new do |s|
s.author = GEM_AUTHOR
s.email = GEM_EMAIL
s.homepage = PROJECT_URL
s.add_dependency('merb-core', "= #{Merb::VERSION}")
s.add_dependency('merb-core', "~> #{Merb::VERSION}")
s.add_dependency('haml', '>= 2.0.3')
s.require_path = 'lib'
s.files = %w(LICENSE README Rakefile TODO Generators) + Dir.glob("{lib}/**/*")
Expand Down
2 changes: 1 addition & 1 deletion merb-helpers/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec = Gem::Specification.new do |s|
s.author = GEM_AUTHOR
s.email = GEM_EMAIL
s.homepage = PROJECT_URL
s.add_dependency('merb-core', ">= #{Merb::VERSION}")
s.add_dependency('merb-core', "~> #{Merb::VERSION}")
s.require_path = 'lib'
s.files = %w(LICENSE README Rakefile TODO) + Dir.glob("{lib,spec}/**/*")
end
Expand Down
2 changes: 1 addition & 1 deletion merb-mailer/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec = Gem::Specification.new do |s|
s.author = GEM_AUTHOR
s.email = GEM_EMAIL
s.homepage = PROJECT_URL
s.add_dependency('merb-core', ">= #{Merb::VERSION}")
s.add_dependency('merb-core', "~> #{Merb::VERSION}")
s.add_dependency('mailfactory', '>= 1.2.3')
s.require_path = 'lib'
s.files = %w(LICENSE README.textile Rakefile TODO Generators) + Dir.glob("{lib,spec}/**/*")
Expand Down
2 changes: 1 addition & 1 deletion merb-param-protection/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec = Gem::Specification.new do |s|
s.author = GEM_AUTHOR
s.email = GEM_EMAIL
s.homepage = PROJECT_URL
s.add_dependency('merb-core', ">= #{Merb::VERSION}")
s.add_dependency('merb-core', "~> #{Merb::VERSION}")
s.require_path = 'lib'
s.files = %w(LICENSE README Rakefile) + Dir.glob("{lib,specs}/**/*")
end
Expand Down
2 changes: 1 addition & 1 deletion merb-slices/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec = Gem::Specification.new do |s|
s.author = GEM_AUTHOR
s.email = GEM_EMAIL
s.homepage = PROJECT_URL
s.add_dependency('merb-core', ">= #{Merb::VERSION}")
s.add_dependency('merb-core', "~> #{Merb::VERSION}")
s.require_path = 'lib'
s.files = %w(LICENSE README Rakefile Generators TODO) + Dir.glob("{lib,spec}/**/*")
s.bindir = "bin"
Expand Down

0 comments on commit 388ecab

Please sign in to comment.