autoprefixer-rails 0.5.20130629 → 0.6.20130716

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autoprefixer-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.20130629
4
+ version: 0.6.20130716
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-06-29 00:00:00.000000000 Z
12
+ date: 2013-07-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: execjs
@@ -27,8 +27,7 @@ dependencies:
27
27
  - - ! '>='
28
28
  - !ruby/object:Gem::Version
29
29
  version: '0'
30
- description: Parse CSS and add prefixed properties and values by Can I Use database
31
- for actual browsers
30
+ description:
32
31
  email: andrey@sitnik.ru
33
32
  executables: []
34
33
  extensions: []
@@ -48,6 +47,7 @@ files:
48
47
  - Rakefile
49
48
  - autoprefixer-rails.gemspec
50
49
  - lib/autoprefixer-rails.rb
50
+ - lib/autoprefixer-rails/compiler.rb
51
51
  - lib/autoprefixer-rails/railtie.rb
52
52
  - lib/autoprefixer-rails/version.rb
53
53
  - lib/rake/autoprefixer_tasks.rb
@@ -83,7 +83,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
83
83
  version: '0'
84
84
  segments:
85
85
  - 0
86
- hash: -1703537487886589688
86
+ hash: 3619553379958629965
87
87
  required_rubygems_version: !ruby/object:Gem::Requirement
88
88
  none: false
89
89
  requirements:
@@ -92,11 +92,12 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
92
  version: '0'
93
93
  segments:
94
94
  - 0
95
- hash: -1703537487886589688
95
+ hash: 3619553379958629965
96
96
  requirements: []
97
97
  rubyforge_project:
98
98
  rubygems_version: 1.8.23
99
99
  signing_key:
100
100
  specification_version: 3
101
- summary: Parse CSS and add only actual prefixed by Can I Use database
101
+ summary: Parse CSS and add vendor prefixes to CSS rules using values from the Can
102
+ I Use website.
102
103
  test_files: []