Skip to content

Commit

Permalink
making the formtastic dependency permanent via rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Yoon committed Apr 20, 2011
1 parent edcdaf6 commit 6b37e32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ begin
gem.authors = ["Brian Chamberlain", "Mark Yoon"]
gem.add_dependency 'haml'
gem.add_dependency 'fastercsv'
gem.add_dependency 'formtastic'
gem.add_development_dependency "yard", ">= 0"
# gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
end
Jeweler::GemcutterTasks.new
Expand Down

0 comments on commit 6b37e32

Please sign in to comment.