Sha256: c665b81c1a9cb62dfd185331590cd6b369e66708474ec923bfa2db1a8b840868

Contents?: true

Size: 873 Bytes

Versions: 9

Compression:

Stored size: 873 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.required_ruby_version = '>= 2.0'

  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

9 entries across 9 versions & 1 rubygems

Version Path
autoprefixer-rails-6.3.3 autoprefixer-rails.gemspec
autoprefixer-rails-6.3.2 autoprefixer-rails.gemspec
autoprefixer-rails-6.3.1 autoprefixer-rails.gemspec
autoprefixer-rails-6.3.0 autoprefixer-rails.gemspec
autoprefixer-rails-6.2.3 autoprefixer-rails.gemspec
autoprefixer-rails-6.2.2 autoprefixer-rails.gemspec
autoprefixer-rails-6.2.1 autoprefixer-rails.gemspec
autoprefixer-rails-6.2.0 autoprefixer-rails.gemspec
autoprefixer-rails-6.1.2 autoprefixer-rails.gemspec