Rakefile in table-for-0.0.9 vs Rakefile in table-for-0.0.10
- old
+ new
@@ -49,10 +49,10 @@
gemspec.summary = ""
gemspec.description = ""
gemspec.email = "hunterae@gmail.com"
gemspec.homepage = "http://github.com/hunterae/table-for"
gemspec.authors = ["Andrew Hunter"]
- gemspec.files = FileList["[A-Z]*", "{lib,spec,rails}/**/*"] - FileList["**/*.log"]
+ gemspec.files = FileList["[A-Z]*", "{lib,spec,app,rails}/**/*"] - FileList["**/*.log"]
end
Jeweler::GemcutterTasks.new
rescue LoadError
puts "Jeweler not available. Install it with: gem install jeweler"
end
\ No newline at end of file