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.8.20131213 autoprefixer-rails.gemspec
autoprefixer-rails-0.8.20131209 autoprefixer-rails.gemspec
autoprefixer-rails-0.8.20131205 autoprefixer-rails.gemspec
autoprefixer-rails-0.8.20131104 autoprefixer-rails.gemspec
autoprefixer-rails-0.8.20131029 autoprefixer-rails.gemspec
autoprefixer-rails-0.8.20131020 autoprefixer-rails.gemspec
autoprefixer-rails-0.8.20131017 autoprefixer-rails.gemspec
autoprefixer-rails-0.8.20131015 autoprefixer-rails.gemspec
autoprefixer-rails-0.8.20131009 autoprefixer-rails.gemspec
autoprefixer-rails-0.8.20131007 autoprefixer-rails.gemspec
autoprefixer-rails-0.8.20131006 autoprefixer-rails.gemspec
autoprefixer-rails-0.8.20131001 autoprefixer-rails.gemspec
autoprefixer-rails-0.8.20130923 autoprefixer-rails.gemspec
autoprefixer-rails-0.8.20130919 autoprefixer-rails.gemspec
autoprefixer-rails-0.8.20130911 autoprefixer-rails.gemspec
autoprefixer-rails-0.8.20130906 autoprefixer-rails.gemspec
autoprefixer-rails-0.8.20130903 autoprefixer-rails.gemspec
autoprefixer-rails-0.8.20130902 autoprefixer-rails.gemspec
autoprefixer-rails-0.7.20130824 autoprefixer-rails.gemspec
autoprefixer-rails-0.7.20130810 autoprefixer-rails.gemspec