Sha256: b3c3d315d02ff8f167accc506e3744a7a2e51dc86b0ccd507fcc52935e0b9702

Contents?: true

Size: 1.41 KB

Versions: 1

Compression:

Stored size: 1.41 KB

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.files.reject! { |i| i =~ /^\.|build.sh|Dockerfile|Gemfile/ }
  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.post_install_message = "autoprefixer-rails was deprected. " \
    "Use Node.js’s Autoprefixer with PostCSS instead."

  s.add_dependency "execjs", ">= 0"

  s.add_development_dependency "rake"
  s.add_development_dependency "rails"
  s.add_development_dependency "rspec-rails"
  s.add_development_dependency "standard"

  s.metadata["changelog_uri"] = "https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md"
  s.metadata["source_code_uri"] = "https://github.com/ai/autoprefixer-rails"
  s.metadata["bug_tracker_uri"] = "https://github.com/ai/autoprefixer-rails/issues"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
autoprefixer-rails-9.8.6 autoprefixer-rails.gemspec