Gem::Specification.new do |s| s.name = 'ee_jammit' s.version = '0.6.6' # Keep version in sync with jammit.rb s.date = '2011-11-30' s.homepage = "http://documentcloud.github.com/jammit/" s.summary = "Industrial Strength Asset Packaging for Rails" s.description = <<-EOS Enphase Fork to get the Rails 4 route compatibility Jammit is an industrial strength asset packaging library for Rails, providing both the CSS and JavaScript concatenation and compression that you'd expect, as well as YUI Compressor and Closure Compiler compatibility, ahead-of-time gzipping, built-in JavaScript template support, and optional Data-URI / MHTML image embedding. EOS s.authors = ['Jeremy Ashkenas','Brenda Strech'] s.email = 'jeremy@documentcloud.org' s.rubyforge_project = 'jammit' s.require_paths = ['lib'] s.executables = ['jammit'] s.extra_rdoc_files = ['README'] s.rdoc_options << '--title' << 'Jammit' << '--exclude' << 'test' << '--main' << 'README' << '--all' s.add_dependency 'cssmin', ['>= 1.0.2'] s.add_dependency 'jsmin', ['>= 1.0.1'] s.files = Dir['lib/**/*', 'bin/*', 'rails/*', 'jammit.gemspec', 'LICENSE', 'README'] end