sass-embedded 0.18.2 → 0.18.3
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cc4a508736aaa5f9027fdef79ee94818b654039c1f2d50466ef2143abb405028
|
|
4
|
+
data.tar.gz: 16f20ce568c5db54cf8612c7e7fcd238005f488b050fcf0a6f48b2fe93112be9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1354199d1d4816557ddb4f64a8c266fea74a4712dc36d8004e1ce26d249b8c2e46a74d83edce9c4fb4ad01c143d47d95326502366cfff8284d6e9d76515d439d
|
|
7
|
+
data.tar.gz: 6ff13850fabab22c14e40520e7f8bfd95bcb7d68cfe02b5b901bfa4c566a2b3ba4bcf6a3aa2bb28733684fec1c6731cd7e2d8ea3c3c194d975b5023313844f74
|
data/lib/sass/compile_error.rb
CHANGED
|
@@ -33,11 +33,11 @@ module Sass
|
|
|
33
33
|
end
|
|
34
34
|
end
|
|
35
35
|
|
|
36
|
-
def add_observer(*
|
|
36
|
+
def add_observer(*)
|
|
37
37
|
@observerable_mutex.synchronize do
|
|
38
38
|
raise ProtocolError, 'half-closed compiler' if half_closed?
|
|
39
39
|
|
|
40
|
-
super
|
|
40
|
+
super
|
|
41
41
|
|
|
42
42
|
id = @id
|
|
43
43
|
@id = @id.next
|
|
@@ -45,9 +45,9 @@ module Sass
|
|
|
45
45
|
end
|
|
46
46
|
end
|
|
47
47
|
|
|
48
|
-
def delete_observer(*
|
|
48
|
+
def delete_observer(*)
|
|
49
49
|
@observerable_mutex.synchronize do
|
|
50
|
-
super
|
|
50
|
+
super
|
|
51
51
|
|
|
52
52
|
close if half_closed? && count_observers.zero?
|
|
53
53
|
end
|
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: 0.18.
|
|
4
|
+
version: 0.18.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- なつき
|
|
@@ -164,8 +164,8 @@ homepage: https://github.com/ntkme/sass-embedded-host-ruby
|
|
|
164
164
|
licenses:
|
|
165
165
|
- MIT
|
|
166
166
|
metadata:
|
|
167
|
-
documentation_uri: https://www.rubydoc.info/gems/sass-embedded/0.18.
|
|
168
|
-
source_code_uri: https://github.com/ntkme/sass-embedded-host-ruby/tree/v0.18.
|
|
167
|
+
documentation_uri: https://www.rubydoc.info/gems/sass-embedded/0.18.3
|
|
168
|
+
source_code_uri: https://github.com/ntkme/sass-embedded-host-ruby/tree/v0.18.3
|
|
169
169
|
funding_uri: https://github.com/sponsors/ntkme
|
|
170
170
|
post_install_message:
|
|
171
171
|
rdoc_options: []
|