jammit.gemspec in jammit-0.1.3 vs jammit.gemspec in jammit-0.2.0
- old
+ new
@@ -1,9 +1,9 @@
Gem::Specification.new do |s|
s.name = 'jammit'
- s.version = '0.1.3' # Keep version in sync with jammit.rb
- s.date = '2009-11-17'
+ s.version = '0.2.0' # Keep version in sync with jammit.rb
+ s.date = '2009-11-18'
s.homepage = "http://documentcloud.github.com/jammit/"
s.summary = "Industrial Strength Asset Packaging for Rails"
s.description = <<-EOS
Jammit is an industrial strength asset packaging library for Rails,
@@ -24,24 +24,11 @@
s.rdoc_options << '--title' << 'Jammit' <<
'--exclude' << 'test' <<
'--main' << 'README' <<
'--all'
- s.add_dependency 'rails', ['>= 2.0.0']
- s.add_dependency 'yui-compressor', ['>= 0.9.1']
+ s.add_dependency 'rails', ['>= 2.0.0']
+ s.add_dependency 'yui-compressor', ['>= 0.9.1']
+ s.add_dependency 'closure-compiler', ['>= 0.1.0']
- s.files = %w(
-bin/jammit
-jammit.gemspec
-lib/jammit.rb
-lib/jammit/command_line.rb
-lib/jammit/compressor.rb
-lib/jammit/controller.rb
-lib/jammit/helper.rb
-lib/jammit/jst.js
-lib/jammit/packager.rb
-lib/jammit/routes.rb
-LICENSE
-Rakefile
-README
-)
+ s.files = Dir['lib/**/*', 'bin/*', 'jammit.gemspec', 'LICENSE', 'README']
end
\ No newline at end of file