Rakefile in acts-as-assetable-0.0.1.5 vs Rakefile in acts-as-assetable-0.0.2.0

- old
+ new

@@ -3,18 +3,18 @@ require 'rake/gempackagetask' spec = Gem::Specification.new do |s| s.name = "acts-as-assetable" s.authors = ["Lance Pollard"] - s.version = "0.0.1.5" + s.version = "0.0.2.0" s.summary = "ActAsAssetable: Super DRY Asset Manipulation and Storage for Rails and Paperclip" s.homepage = "http://github.com/viatropos/acts-as-assetable" s.email = "lancejpollard@gmail.com" s.description = "Super DRY Asset Manipulation and Storage for Rails and Paperclip" s.has_rdoc = false s.rubyforge_project = "acts-as-assetable" s.platform = Gem::Platform::RUBY - s.files = %w(README.markdown Rakefile init.rb MIT-LICENSE) + Dir["{lib,rails,test}/**/*"] - Dir["test/tmp"] + s.files = %w(README.markdown Rakefile init.rb MIT-LICENSE) + Dir["{lib,rails,test,app}/**/*"] - Dir["test/tmp"] s.require_path = "lib" end Rake::GemPackageTask.new(spec) do |pkg| pkg.gem_spec = spec \ No newline at end of file