Sha256: 6c2cf8a5285b32b4c2f2ed3c86ef7f6cf6dcb8149c6c84dbdba40e54a2f28ac0

Contents?: true

Size: 840 Bytes

Versions: 20

Compression:

Stored size: 840 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 only actual prefixed by Can I Use database'
  s.description = 'Parse CSS and add prefixed properties and values ' +
                  'by Can I Use database for actual browsers'

  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.add_dependency "execjs", [">= 0"]
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
autoprefixer-rails-0.5.20130629 autoprefixer-rails.gemspec
autoprefixer-rails-0.5.20130626 autoprefixer-rails.gemspec
autoprefixer-rails-0.5.20130625 autoprefixer-rails.gemspec
autoprefixer-rails-0.5.20130617 autoprefixer-rails.gemspec
autoprefixer-rails-0.5.20130616 autoprefixer-rails.gemspec
autoprefixer-rails-0.5.20130615 autoprefixer-rails.gemspec
autoprefixer-rails-0.4.20130603 autoprefixer-rails.gemspec
autoprefixer-rails-0.4.20130530 autoprefixer-rails.gemspec
autoprefixer-rails-0.4.20130528 autoprefixer-rails.gemspec
autoprefixer-rails-0.4.20130527 autoprefixer-rails.gemspec
autoprefixer-rails-0.4.20130524 autoprefixer-rails.gemspec
autoprefixer-rails-0.4.20130523 autoprefixer-rails.gemspec
autoprefixer-rails-0.4.20130521 autoprefixer-rails.gemspec
autoprefixer-rails-0.4.20130515 autoprefixer-rails.gemspec
autoprefixer-rails-0.4.20130507 autoprefixer-rails.gemspec
autoprefixer-rails-0.3.20130502 autoprefixer-rails.gemspec
autoprefixer-rails-0.3.20130427 autoprefixer-rails.gemspec
autoprefixer-rails-0.3.20130424 autoprefixer-rails.gemspec
autoprefixer-rails-0.3.20130423 autoprefixer-rails.gemspec
autoprefixer-rails-0.2.20130413 autoprefixer-rails.gemspec