Rakefile in acts-as-assetable-0.0.2.0 vs Rakefile in acts-as-assetable-0.0.2.1
- old
+ new
@@ -3,19 +3,20 @@
require 'rake/gempackagetask'
spec = Gem::Specification.new do |s|
s.name = "acts-as-assetable"
s.authors = ["Lance Pollard"]
- s.version = "0.0.2.0"
+ s.version = "0.0.2.1"
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,app}/**/*"] - Dir["test/tmp"]
s.require_path = "lib"
+ s.add_dependency("paperclip")
end
Rake::GemPackageTask.new(spec) do |pkg|
pkg.gem_spec = spec
pkg.package_dir = "pkg"
\ No newline at end of file