sass-embedded 1.94.2-aarch64-mingw-ucrt → 1.94.3-aarch64-mingw-ucrt
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/lib/sass/dart-sass/src/LICENSE +27 -0
- data/lib/sass/dart-sass/src/dart.exe +0 -0
- data/lib/sass/dart-sass/src/sass.snapshot +0 -0
- data/lib/sass/embedded/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8fd32fab0db345f646cebcd488d2ad5d78a602b2b157607c06ca91a75372cf9c
|
|
4
|
+
data.tar.gz: 046a1276328a8413d91388cd3b85e1012d54303e8b434355a71a3401dac8c9aa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c5d64be3b93204ad5b94253a245afc56fd542b260a5f8a2aa83ea325f75ec5101030cbdc857e0cd47a72e806d87bfc25493d7a7dfb6a5b81204056ec85598c9e
|
|
7
|
+
data.tar.gz: 4e80e549b1cfc9ab8587622f38cd67d1bcd4d886be408cd42743ee66b78caf7ff7a6d1d2b4b0518d618a62d6d8a50e766bf45626c58651606e9f4205add83186
|
|
@@ -1208,6 +1208,33 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
1208
1208
|
THE SOFTWARE.
|
|
1209
1209
|
|
|
1210
1210
|
|
|
1211
|
+
--------------------------------------------------------------------------------
|
|
1212
|
+
|
|
1213
|
+
posix license:
|
|
1214
|
+
|
|
1215
|
+
MIT License
|
|
1216
|
+
|
|
1217
|
+
Copyright (c) 2020 Brett Sutton
|
|
1218
|
+
|
|
1219
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1220
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1221
|
+
in the Software without restriction, including without limitation the rights
|
|
1222
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1223
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1224
|
+
furnished to do so, subject to the following conditions:
|
|
1225
|
+
|
|
1226
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1227
|
+
copies or substantial portions of the Software.
|
|
1228
|
+
|
|
1229
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1230
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1231
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1232
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1233
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1234
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1235
|
+
SOFTWARE.
|
|
1236
|
+
|
|
1237
|
+
|
|
1211
1238
|
--------------------------------------------------------------------------------
|
|
1212
1239
|
|
|
1213
1240
|
pub_api_client license:
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sass-embedded
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.94.
|
|
4
|
+
version: 1.94.3
|
|
5
5
|
platform: aarch64-mingw-ucrt
|
|
6
6
|
authors:
|
|
7
7
|
- なつき
|
|
@@ -112,8 +112,8 @@ licenses:
|
|
|
112
112
|
- MIT
|
|
113
113
|
metadata:
|
|
114
114
|
bug_tracker_uri: https://github.com/sass-contrib/sass-embedded-host-ruby/issues
|
|
115
|
-
documentation_uri: https://rubydoc.info/gems/sass-embedded/1.94.
|
|
116
|
-
source_code_uri: https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.94.
|
|
115
|
+
documentation_uri: https://rubydoc.info/gems/sass-embedded/1.94.3
|
|
116
|
+
source_code_uri: https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.94.3
|
|
117
117
|
funding_uri: https://github.com/sponsors/ntkme
|
|
118
118
|
rubygems_mfa_required: 'true'
|
|
119
119
|
rdoc_options: []
|
|
@@ -130,7 +130,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
130
130
|
- !ruby/object:Gem::Version
|
|
131
131
|
version: '0'
|
|
132
132
|
requirements: []
|
|
133
|
-
rubygems_version:
|
|
133
|
+
rubygems_version: 4.0.0
|
|
134
134
|
specification_version: 4
|
|
135
135
|
summary: Use dart-sass with Ruby!
|
|
136
136
|
test_files: []
|