jammit.gemspec in ghazel-jammit-0.6.0.1 vs jammit.gemspec in ghazel-jammit-0.6.0.2

- old
+ new

@@ -1,8 +1,8 @@ Gem::Specification.new do |s| s.name = 'ghazel-jammit' - s.version = '0.6.0.1' # Keep version in sync with jammit.rb + s.version = '0.6.0.2' # Keep version in sync with jammit.rb s.date = '2010-11-8' s.homepage = "http://documentcloud.github.com/jammit/" s.summary = "Industrial Strength Asset Packaging for Rails" s.description = <<-EOS @@ -25,10 +25,10 @@ s.rdoc_options << '--title' << 'Jammit' << '--exclude' << 'test' << '--main' << 'README' << '--all' - s.add_dependency 'ghazel-yui-compressor', ['>= 0.9.4.2'] + s.add_dependency 'yui-compressor', ['>= 0.9.6'] s.add_dependency 'closure-compiler', ['>= 0.1.0'] s.files = Dir['lib/**/*', 'bin/*', 'rails/*', 'jammit.gemspec', 'LICENSE', 'README'] end