sass-embedded 1.97.3 → 1.98.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/ext/sass/Rakefile +8 -0
- data/ext/sass/package.json +1 -1
- data/ext/sass/sass-1.98.0.tgz +0 -0
- data/lib/sass/embedded/version.rb +1 -1
- metadata +5 -5
- data/ext/sass/sass-1.97.3.tgz +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8075ace25c981647f58e2041b8d36a6d12342bacaccfbb8e15147afc845de001
|
|
4
|
+
data.tar.gz: eb0ada234f5be0650ad7cd740f0da749a24b0e2168a90ebeb806bd9ef829e0e4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fc8df838b04adedbba4f28984377e7793dd0dc25f0db263b1ea3e1303baa6758df885505ee552e5b800648b7194b563eb6dd5848ca30cbc1dfa4c802587d98d9
|
|
7
|
+
data.tar.gz: 69f9057ea74001eec55888f0ae6d8c8fbe3c090480eaed26bdc7dba266381d7c01e5af36fd8b80bc46725c5c18d5520da0f5be61fb988d6895f9fc466ed4f726
|
data/ext/sass/Rakefile
CHANGED
|
@@ -171,6 +171,12 @@ rule '_pb.rb' => %w[.proto protoc.exe] do |t|
|
|
|
171
171
|
sh './protoc.exe', '--proto_path=.', '--ruby_out=.', t.source
|
|
172
172
|
end
|
|
173
173
|
|
|
174
|
+
rule '_pb.rbs' => %w[.proto protoc.exe] do |t|
|
|
175
|
+
sh './protoc.exe', '--proto_path=.', '--rbs_out=../../sig/sass', t.source
|
|
176
|
+
end
|
|
177
|
+
|
|
178
|
+
# rubocop:disable Style/OneClassPerFile
|
|
179
|
+
|
|
174
180
|
# This is a FileUtils extension that defines several additional commands to be
|
|
175
181
|
# added to the FileUtils utility functions.
|
|
176
182
|
module FileUtils
|
|
@@ -498,3 +504,5 @@ module Utils
|
|
|
498
504
|
File.absolute_path(path)
|
|
499
505
|
end
|
|
500
506
|
end
|
|
507
|
+
|
|
508
|
+
# rubocop:enable Style/OneClassPerFile
|
data/ext/sass/package.json
CHANGED
|
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.
|
|
4
|
+
version: 1.98.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- なつき
|
|
@@ -52,7 +52,7 @@ files:
|
|
|
52
52
|
- exe/sass
|
|
53
53
|
- ext/sass/Rakefile
|
|
54
54
|
- ext/sass/package.json
|
|
55
|
-
- ext/sass/sass-1.
|
|
55
|
+
- ext/sass/sass-1.98.0.tgz
|
|
56
56
|
- lib/sass-embedded.rb
|
|
57
57
|
- lib/sass/calculation_value.rb
|
|
58
58
|
- lib/sass/calculation_value/calculation_operation.rb
|
|
@@ -126,8 +126,8 @@ licenses:
|
|
|
126
126
|
- MIT
|
|
127
127
|
metadata:
|
|
128
128
|
bug_tracker_uri: https://github.com/sass-contrib/sass-embedded-host-ruby/issues
|
|
129
|
-
documentation_uri: https://rubydoc.info/gems/sass-embedded/1.
|
|
130
|
-
source_code_uri: https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.
|
|
129
|
+
documentation_uri: https://rubydoc.info/gems/sass-embedded/1.98.0
|
|
130
|
+
source_code_uri: https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.98.0
|
|
131
131
|
funding_uri: https://github.com/sponsors/ntkme
|
|
132
132
|
rubygems_mfa_required: 'true'
|
|
133
133
|
rdoc_options: []
|
|
@@ -144,7 +144,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
144
144
|
- !ruby/object:Gem::Version
|
|
145
145
|
version: '0'
|
|
146
146
|
requirements: []
|
|
147
|
-
rubygems_version: 4.0.
|
|
147
|
+
rubygems_version: 4.0.8
|
|
148
148
|
specification_version: 4
|
|
149
149
|
summary: Use dart-sass with Ruby!
|
|
150
150
|
test_files: []
|
data/ext/sass/sass-1.97.3.tgz
DELETED
|
Binary file
|