Rakefile in impressionist-1.0.0 vs Rakefile in impressionist-1.0.1
- old
+ new
@@ -18,10 +18,10 @@
gem.license = "MIT"
gem.summary = %Q{Easy way to log impressions}
gem.description = %Q{Log impressions from controller actions or from a model}
gem.email = "john.mcaliley@gmail.com"
gem.authors = ["cowboycoded"]
- gem.files.exclude "test_app"
+ gem.files.exclude "test_app/**/*", "test_app/**/.*"
end
Jeweler::RubygemsDotOrgTasks.new
require 'rake/testtask'
Rake::TestTask.new(:test) do |test|
\ No newline at end of file