sass-embedded 0.18.0 → 0.18.1

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: 3d3305290374a056f10b9d2cb5df79a8bf3d262e8dd7e2528e8ded8b53658bc6
4
- data.tar.gz: 2a5826eefe6eef8aadc3a4beba40c85a573b9fe3f8f4ac36e0d923a02b6264c6
3
+ metadata.gz: e2b62dcf85fb6f38b2766820db73a418aa6e220752d08a222403a23ab9ed6c00
4
+ data.tar.gz: 1aac56f38469076847796a4929af94f8716aec51ac4f9cc0a82b97573de80550
5
5
  SHA512:
6
- metadata.gz: 74777ec7d2869d83a1cf27dbc5b6751126f73ff4ed01c0af16b85162fd3456f46b73ba8ad64dd758c36b2819d2ccf3a958a951b4615e2dfa73db758a39fff21e
7
- data.tar.gz: a648b472413cbb7063dd6cf9a988034bd0da668ab4c06c16f02c395a26d09d064dd46f57c6f99487ed4998bc0de35806f2f5f49a83487436efb8ff6ab459d2a9
6
+ metadata.gz: 0fa61efe86888b540687cc4da4d9090ff2e1758c3af2f3ef74f4a9eb6f5f831544244642720d9e91e9a9d4bfbff7847074592b62c3187ac800e9a0dbdbb913ac
7
+ data.tar.gz: 81abb706ad9fd180da38d57ba941b3582fb19fe5309d4974304665c7a46fda57ad0efd892dbb29c82515afc70669a0ecf0c7245542b45f0b206e450dd5076a2a
@@ -125,8 +125,8 @@ module Sass
125
125
  end
126
126
  rescue CompileError => e
127
127
  raise RenderError.new(
128
- e.sass_message,
129
128
  e.message,
129
+ e.full_message,
130
130
  if e.span.nil?
131
131
  nil
132
132
  elsif e.span.url.nil?
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Sass
4
4
  class Embedded
5
- VERSION = '0.18.0'
5
+ VERSION = '0.18.1'
6
6
  end
7
7
  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.0
4
+ version: 0.18.1
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.0
168
- source_code_uri: https://github.com/ntkme/sass-embedded-host-ruby/tree/v0.18.0
167
+ documentation_uri: https://www.rubydoc.info/gems/sass-embedded/0.18.1
168
+ source_code_uri: https://github.com/ntkme/sass-embedded-host-ruby/tree/v0.18.1
169
169
  funding_uri: https://github.com/sponsors/ntkme
170
170
  post_install_message:
171
171
  rdoc_options: []