Sha256: d4a545b34e005f1b5f79e7081f11b21aba7c6de17f1830d0e125b3475414348c

Contents?: true

Size: 780 Bytes

Versions: 29

Compression:

Stored size: 780 Bytes

Contents

require './lib/autoprefixer-rails/version'

Gem::Specification.new do |s|
  s.platform    = Gem::Platform::RUBY
  s.name        = 'autoprefixer-rails'
  s.version     = AutoprefixerRails::VERSION.dup
  s.date        = Time.now.strftime('%Y-%m-%d')
  s.summary     = 'Parse CSS and add vendor prefixes to CSS rules using ' +
                  'values from the Can I Use website.'

  s.files            = `git ls-files`.split("\n")
  s.test_files       = `git ls-files -- {spec}/*`.split("\n")
  s.extra_rdoc_files = ['README.md', 'LICENSE', 'ChangeLog']
  s.require_path     = 'lib'

  s.author   = 'Andrey "A.I." Sitnik'
  s.email    = 'andrey@sitnik.ru'
  s.homepage = 'https://github.com/ai/autoprefixer-rails'
  s.license  = 'LGPL-3'

  s.add_dependency "execjs", [">= 0"]
end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
autoprefixer-rails-0.7.20130808 autoprefixer-rails.gemspec
autoprefixer-rails-0.7.20130807 autoprefixer-rails.gemspec
autoprefixer-rails-0.7.20130806 autoprefixer-rails.gemspec
autoprefixer-rails-0.7.20130805 autoprefixer-rails.gemspec
autoprefixer-rails-0.6.20130731 autoprefixer-rails.gemspec
autoprefixer-rails-0.6.20130730 autoprefixer-rails.gemspec
autoprefixer-rails-0.6.20130729 autoprefixer-rails.gemspec
autoprefixer-rails-0.6.20130728 autoprefixer-rails.gemspec
autoprefixer-rails-0.6.20130721 autoprefixer-rails.gemspec