Skip to content

Commit

Permalink
newgem
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoward committed Sep 8, 2013
1 parent db81c08 commit b62794c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dao.gemspec
Expand Up @@ -3,7 +3,7 @@

Gem::Specification::new do |spec|
spec.name = "dao"
spec.version = "5.2.1"
spec.version = "5.3.0"
spec.platform = Gem::Platform::RUBY
spec.summary = "dao"
spec.description = "description: dao kicks the ass"
Expand Down Expand Up @@ -45,6 +45,7 @@ Gem::Specification::new do |spec|
"lib/dao/extractor.rb",
"lib/dao/form.rb",
"lib/dao/instance_exec.rb",
"lib/dao/messages.rb",
"lib/dao/mode.rb",
"lib/dao/mongo_mapper.rb",
"lib/dao/name.rb",
Expand Down Expand Up @@ -120,7 +121,7 @@ Gem::Specification::new do |spec|

spec.add_dependency(*["wrap", " >= 1.5.0"])

spec.add_dependency(*["rails_current", " >= 1.7.0"])
spec.add_dependency(*["rails_current", " >= 1.8.0"])

spec.add_dependency(*["rails_errors2html", " >= 1.3.0"])

Expand Down
Binary file removed pkg/dao-5.2.1.gem
Binary file not shown.

0 comments on commit b62794c

Please sign in to comment.