Skip to content

Commit

Permalink
bumped gem version
Browse files Browse the repository at this point in the history
  • Loading branch information
michel committed Nov 19, 2009
1 parent 5d83af3 commit 8cac2e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ begin
gem.email = "michel@re-invention.nl"
gem.homepage = "http://github.com/michel/interfacelift"
gem.authors = ["Michel de Graaf","Jeroen van Schagen"]
gem.add_dependency ["commander", "git"]
gem.add_dependency "commander"
gem.add_dependency "git"
gem.add_development_dependency "thoughtbot-shoulda"
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
end
Expand Down

0 comments on commit 8cac2e2

Please sign in to comment.