autoprefixer-rails 8.6.3 → 8.6.4

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.3
4
+ version: 8.6.4
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-06-18 00:00:00.000000000 Z
11
+ date: 2018-06-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: execjs
@@ -135,7 +135,6 @@ files:
135
135
  - spec/rails_spec.rb
136
136
  - spec/railtie_spec.rb
137
137
  - spec/spec_helper.rb
138
- - sprockets2.gemfile
139
138
  - sprockets3.gemfile
140
139
  - sprockets4.gemfile
141
140
  - vendor/autoprefixer.js
@@ -1,8 +0,0 @@
1
- source 'https://rubygems.org'
2
-
3
- gemspec
4
-
5
- gem 'rails', '< 5'
6
- gem 'sprockets', '>= 2.12.4', '< 3.0'
7
-
8
- eval_gemfile "#{ File.dirname(__FILE__) }/shared.gemfile"