Sha256: 3e9d822e2a52ff59e7c92de4ddc9d0bb5d66106fce2410940f020fa91a041862

Contents?: true

Size: 851 Bytes

Versions: 1

Compression:

Stored size: 851 Bytes

Contents

Gem::Specification.new do |s|
  s.name      = 'closure-compiler'
  s.version   = '0.1.0'            # Keep version in sync with closure-compiler.rb
  s.date      = '2009-11-18'

  s.homepage    = "http://github.com/documentcloud/closure-compiler/"
  s.summary     = "Ruby Wrapper for the Google Closure Compiler"
  s.description = <<-EOS
    A Ruby Wrapper for the Google Closure Compiler.
  EOS

  s.rubyforge_project = "closure-compiler"
  s.authors           = ['Jeremy Ashkenas']
  s.email             = 'jeremy@documentcloud.org'

  s.require_paths     = ['lib']

  s.has_rdoc          = true
  s.rdoc_options      << '--title'    << 'Ruby Closure Compiler' <<
                         '--exclude'  << 'test' <<
                         '--all'

  s.files = Dir['lib/**/*', 'closure-compiler.gemspec', 'README.textile', 'LICENSE', 'COPYING']

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
closure-compiler-0.1.0 closure-compiler.gemspec