Skip to content

Commit

Permalink
update rakefile to match new license
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmestad committed May 11, 2011
1 parent 2f9eafe commit 3757b6b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Rakefile
Expand Up @@ -7,10 +7,9 @@ begin
gem.name = "mongomatic"
gem.summary = %Q{Mongomatic is a modular Ruby object mapper for Mongo}
gem.description = %Q{Mongomatic is a modular Ruby object mapper for Mongo}
gem.email = "ben.myles@gmail.com"
gem.homepage = "http://mongomatic.com/"
gem.email = ["ben.myles@gmail.com", "justin.smestad@gmail.com"]
gem.homepage = "http://github.com/mongomachine/mongomatic"
gem.authors = ["Ben Myles", "Justin Smestad"]
gem.license = "MIT"
end
Jeweler::RubygemsDotOrgTasks.new
rescue LoadError
Expand Down

0 comments on commit 3757b6b

Please sign in to comment.