autoprefixer-rails 8.6.5 → 9.0.0

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autoprefixer-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.6.5
4
+ version: 9.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrey Sitnik
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-07-06 00:00:00.000000000 Z
11
+ date: 2018-07-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: execjs
@@ -105,8 +105,6 @@ files:
105
105
  - lib/autoprefixer-rails/sprockets.rb
106
106
  - lib/autoprefixer-rails/version.rb
107
107
  - lib/rake/autoprefixer_tasks.rb
108
- - mini_racer.gemfile
109
- - shared.gemfile
110
108
  - spec/app/.browserslistrc
111
109
  - spec/app/.gitignore
112
110
  - spec/app/Rakefile
@@ -135,7 +133,6 @@ files:
135
133
  - spec/rails_spec.rb
136
134
  - spec/railtie_spec.rb
137
135
  - spec/spec_helper.rb
138
- - sprockets3.gemfile
139
136
  - sprockets4.gemfile
140
137
  - vendor/autoprefixer.js
141
138
  homepage: https://github.com/ai/autoprefixer-rails
@@ -1,16 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- gemspec
4
-
5
- gem 'execjs'
6
- gem 'rails', '>= 5.0.2'
7
- gem 'sprockets', '>= 4.0.0.beta4'
8
-
9
- # Cannot use shared.gemfile, because therubyracer requires an older version
10
- # of libv8 than mini_racer
11
- gem 'mini_racer', platforms: [:mri, :rbx]
12
-
13
- gem 'racc', platforms: :rbx
14
- gem 'rubysl', platforms: :rbx
15
-
16
- gem 'tzinfo-data', platforms: [:mingw, :mswin, :jruby]
@@ -1,7 +0,0 @@
1
- gem 'therubyrhino', platforms: 'jruby'
2
- gem 'therubyracer', platforms: ['mri', 'rbx']
3
-
4
- gem 'racc', platforms: 'rbx'
5
- gem 'rubysl', platforms: 'rbx'
6
-
7
- gem 'tzinfo-data', platforms: [:mingw, :mswin, :jruby]
@@ -1,9 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- gemspec
4
-
5
- gem 'rails', '< 5'
6
- gem 'sprockets', '>= 3.4.0', '< 4.0'
7
- gem 'sprockets-rails'
8
-
9
- eval_gemfile "#{ File.dirname(__FILE__) }/shared.gemfile"