Sha256: b923930c592b96a9ba3cef1dca9f1c710698575146bc66375221856709242e94

Contents?: true

Size: 836 Bytes

Versions: 17

Compression:

Stored size: 836 Bytes

Contents

require File.expand_path('../lib/autoprefixer-rails/version', __FILE__)

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.md']
  s.require_path     = 'lib'

  s.author   = 'Andrey Sitnik'
  s.email    = 'andrey@sitnik.ru'
  s.homepage = 'https://github.com/ai/autoprefixer-rails'
  s.license  = 'MIT'

  s.add_dependency 'execjs', '>= 0'
  s.add_dependency 'json',   '>= 0'
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
autoprefixer-rails-5.1.11 autoprefixer-rails.gemspec
autoprefixer-rails-5.1.10 autoprefixer-rails.gemspec
autoprefixer-rails-5.1.9 autoprefixer-rails.gemspec
autoprefixer-rails-5.1.8.1 autoprefixer-rails.gemspec
autoprefixer-rails-5.1.8 autoprefixer-rails.gemspec
autoprefixer-rails-5.1.7.1 autoprefixer-rails.gemspec
autoprefixer-rails-5.1.7 autoprefixer-rails.gemspec
autoprefixer-rails-5.1.6 autoprefixer-rails.gemspec
autoprefixer-rails-5.1.5 autoprefixer-rails.gemspec
autoprefixer-rails-5.1.4 autoprefixer-rails.gemspec
autoprefixer-rails-5.1.3.1 autoprefixer-rails.gemspec
autoprefixer-rails-5.1.3 autoprefixer-rails.gemspec
autoprefixer-rails-5.1.2 autoprefixer-rails.gemspec
autoprefixer-rails-5.1.1 autoprefixer-rails.gemspec
autoprefixer-rails-5.1.0 autoprefixer-rails.gemspec
autoprefixer-rails-5.0.0.3 autoprefixer-rails.gemspec
autoprefixer-rails-5.0.0.2 autoprefixer-rails.gemspec