Skip to content

Commit

Permalink
use a >= in the dependency on mirah
Browse files Browse the repository at this point in the history
  • Loading branch information
baroquebobcat committed Feb 19, 2012
1 parent aa34fb4 commit c67a12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirah_model.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.summary = %q{Mirah Model is a ORM library for App Engine's datastore.}
#s.test_files = Dir["test/**/test*.rb"]
s.platform = "java"
s.add_dependency("mirah", "= 0.0.5")
s.add_dependency("mirah", ">= 0.0.5")
s.add_dependency("appengine-sdk", "~> 1.4.0")
#--waiting on maven/gem support s.add_development_dependency("junit.junit")
end

0 comments on commit c67a12f

Please sign in to comment.