Rakefile in muck-activity-0.1.4 vs Rakefile in muck-activity-0.1.5

- old
+ new

@@ -32,18 +32,20 @@ gemspec.description = "Activity engine for the muck system." gemspec.authors = ["Justin Ball"] gemspec.rubyforge_project = 'muck-activity' gemspec.add_dependency "muck-engine" gemspec.add_dependency "muck-users" + gemspec.add_dependency "muck-comments" gemspec.files.include %w( tasks/* db/migrate/*.rb app/**/**/**/* config/* locales/* rails/* test/* - lib/**/* ) + lib/**/* + public/**/* ) end rescue LoadError puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com" end \ No newline at end of file