Sha256: d2fa24cb2a6a2aabc315a0af05996ab9bae44316a28609c55187aef5f6434358

Contents?: true

Size: 1.23 KB

Versions: 1

Compression:

Stored size: 1.23 KB

Contents

Gem::Specification.new do |s|
  s.name      = 'jammit-jcarnegie'
  s.version   = '0.0.2'         # Keep version in sync with jammit.rb
  s.date      = '2011-07-25'

  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,
    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', 'Jeff Carnegie']
  s.email             = 'jeff@newpoetrystudios'
  s.rubyforge_project = 'jammit-jcarnegie'

  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 'yui-compressor',    ['>= 0.9.3']

  s.files = Dir['lib/**/*', 'bin/*', 'rails/*', 'jammit.gemspec', 'LICENSE', 'README']
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jammit-jcarnegie-0.0.2 jammit.gemspec