Skip to content

Commit

Permalink
Makes rake install_gems work.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin authored and mattetti committed Dec 13, 2008
1 parent 56babd3 commit 96cc1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require 'fileutils'
include FileUtils


gems = %w[merb_activerecord merb_sequel merb_param_protection merb_test_unit merb_stories merb_screw_unit merb_exceptions]
gems = %w[merb_activerecord merb_sequel merb_test_unit merb_stories merb_screw_unit]

# Implement standard Rake::GemPackageTask tasks - see merb.thor
task :clobber_package do; FileUtils.rm_rf('pkg'); end
Expand Down

0 comments on commit 96cc1c6

Please sign in to comment.