autoprefixer-rails 10.4.19.0 → 10.4.21.0
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/autoprefixer-rails/version.rb +1 -1
- data/vendor/autoprefixer.js +7769 -7566
- metadata +4 -7
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: autoprefixer-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 10.4.
|
4
|
+
version: 10.4.21.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrey Sitnik
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-04-12 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: execjs
|
@@ -108,7 +107,6 @@ dependencies:
|
|
108
107
|
- - ">="
|
109
108
|
- !ruby/object:Gem::Version
|
110
109
|
version: '0'
|
111
|
-
description:
|
112
110
|
email: andrey@sitnik.ru
|
113
111
|
executables: []
|
114
112
|
extensions: []
|
@@ -135,7 +133,7 @@ metadata:
|
|
135
133
|
changelog_uri: https://github.com/ai/autoprefixer-rails/blob/master/CHANGELOG.md
|
136
134
|
source_code_uri: https://github.com/ai/autoprefixer-rails
|
137
135
|
bug_tracker_uri: https://github.com/ai/autoprefixer-rails/issues
|
138
|
-
|
136
|
+
funding_uri: https://tidelift.com/subscription/pkg/rubygems-autoprefixer-rails
|
139
137
|
rdoc_options: []
|
140
138
|
require_paths:
|
141
139
|
- lib
|
@@ -150,8 +148,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
150
148
|
- !ruby/object:Gem::Version
|
151
149
|
version: '0'
|
152
150
|
requirements: []
|
153
|
-
rubygems_version: 3.
|
154
|
-
signing_key:
|
151
|
+
rubygems_version: 3.6.2
|
155
152
|
specification_version: 4
|
156
153
|
summary: Parse CSS and add vendor prefixes to CSS rules using values from the Can
|
157
154
|
I Use website.
|