Sha256: a56026f9386d9386b1be032c5c481226748f8c6a46f768c402c0f09197ac04e7

Contents?: true

Size: 1.26 KB

Versions: 1

Compression:

Stored size: 1.26 KB

Contents

Gem::Specification.new do |s|
  s.name      = 'jammit'
  s.version   = '0.7.0'         # Keep version in sync with jammit.rb
  s.license   = 'MIT'
  s.date      = '2015-10-28'

  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', 'Ted Han', 'Justin Reese']
  s.email             = ['opensource@documentcloud.org']

  s.require_paths     = ['lib']
  s.executables       = ['jammit']

  s.extra_rdoc_files  = ['README.md']
  s.rdoc_options      << '--title'    << 'Jammit' <<
                         '--exclude'  << 'test' <<
                         '--main'     << 'README.md' <<
                         '--all'

  s.add_dependency 'cssmin', ['~> 1.0']
  s.add_dependency 'jsmin',  ['~> 1.0']

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jammit-0.7.0 jammit.gemspec