Skip to content

Commit

Permalink
action_orm, set merb version dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mattetti committed Apr 1, 2009
1 parent 7dc1cc7 commit 7a029f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion merb-actionorm/Rakefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec = Gem::Specification.new do |s|
s.author = AUTHOR s.author = AUTHOR
s.email = EMAIL s.email = EMAIL
s.homepage = HOMEPAGE s.homepage = HOMEPAGE
s.add_dependency('merb', '>= 1.0.9') s.add_dependency('merb', ">= #{Merb::VERSION}")
s.require_path = 'lib' s.require_path = 'lib'
s.files = %w(LICENSE README Rakefile TODO) + Dir.glob("{lib,spec}/**/*") s.files = %w(LICENSE README Rakefile TODO) + Dir.glob("{lib,spec}/**/*")


Expand Down

0 comments on commit 7a029f0

Please sign in to comment.