sassc-embedded 1.6.1 → 1.6.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 94abb6c6a454312fca496186c48d5d883c499625f4c4aa49ab541c073a94e09b
4
- data.tar.gz: a05494aaf3caf32596d483941a86f8cefd4a57d61a87d00544be7f0ca2697d42
3
+ metadata.gz: 94c2615a978f5274aff8c7bcd5122005e0d76ee72fe18675531a31afe0f3fb65
4
+ data.tar.gz: 2f1a351a0a1fdd5db09c291a9c22cdc81c8144ca901f851ed72ebafbfe8b19ca
5
5
  SHA512:
6
- metadata.gz: 4489ee07f01b2886612bf904ea76ce0bf8589f4e192844909403a00d6d7fc2f174f177d8a1c6c4c2902320984100463ea2ceaa2bd4becb9a97130f45c96aebdc
7
- data.tar.gz: 9518b2763e1fc849beba4a9b34b7739bc787efa462a15bf9d9b86fc1dbaa7ac8446c52aadd0c369061de5bad6e1898e430e0f8fbc22a3e67ae12f2129afbee0b
6
+ metadata.gz: a10a45c9075b99fea03f89f752748fbddfc29cbdf07abaf1b76a0fded7cefd58d68e4e40b63d1c3e3962ac1825dfec79f1fd2f992d9ad96fef53ba8013542cf4
7
+ data.tar.gz: 2c2b15b8348e5654d5625abf884a0731d436d63cb679fbe01def20ee76783a91b6c9ddd75f31ba0deb1515399bbbdea6d76d76462edb2211fef9a28ae64b303a
data/README.md CHANGED
@@ -1,11 +1,11 @@
1
- # Embedded Sass Polyfill for SassC Ruby
1
+ # Embedded Sass Shim for SassC Ruby
2
2
 
3
- [![build](https://github.com/ntkme/sassc-embedded-polyfill-ruby/actions/workflows/build.yml/badge.svg)](https://github.com/ntkme/sassc-embedded-polyfill-ruby/actions/workflows/build.yml)
3
+ [![build](https://github.com/ntkme/sassc-embedded-shim-ruby/actions/workflows/build.yml/badge.svg)](https://github.com/ntkme/sassc-embedded-shim-ruby/actions/workflows/build.yml)
4
4
  [![gem](https://badge.fury.io/rb/sassc-embedded.svg)](https://rubygems.org/gems/sassc-embedded)
5
5
 
6
6
  Use `sass-embedded` with SassC Ruby!
7
7
 
8
- This library polyfills [`sassc`](https://github.com/sass/sassc-ruby) with the [`sass-embedded`](https://github.com/ntkme/sass-embedded-host-ruby) implementation.
8
+ This library shims [`sassc`](https://github.com/sass/sassc-ruby) with the [`sass-embedded`](https://github.com/ntkme/sass-embedded-host-ruby) implementation.
9
9
 
10
10
  It has been tested with:
11
11
 
@@ -37,7 +37,7 @@ gem install sassc-embedded
37
37
 
38
38
  ## Usage
39
39
 
40
- This polyfill utilizes `sass-embedded` to allow you to compile SCSS or SASS syntax to CSS. To compile, use a `SassC::Engine`, e.g.:
40
+ This shim utilizes `sass-embedded` to allow you to compile SCSS or SASS syntax to CSS. To compile, use a `SassC::Engine`, e.g.:
41
41
 
42
42
  ``` ruby
43
43
  require 'sassc-embedded'
@@ -2,6 +2,6 @@
2
2
 
3
3
  module SassC
4
4
  module Embedded
5
- VERSION = '1.6.1'
5
+ VERSION = '1.6.2'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sassc-embedded
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.1
4
+ version: 1.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - なつき
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-10 00:00:00.000000000 Z
11
+ date: 2022-04-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sassc
@@ -122,7 +122,7 @@ dependencies:
122
122
  - - "~>"
123
123
  - !ruby/object:Gem::Version
124
124
  version: 0.6.0
125
- description: An embedded sass polyfill for SassC.
125
+ description: An embedded sass shim for SassC.
126
126
  email:
127
127
  - i@ntk.me
128
128
  executables: []
@@ -134,12 +134,12 @@ files:
134
134
  - lib/sassc-embedded.rb
135
135
  - lib/sassc/embedded.rb
136
136
  - lib/sassc/embedded/version.rb
137
- homepage: https://github.com/ntkme/sassc-embedded-polyfill-ruby
137
+ homepage: https://github.com/ntkme/sassc-embedded-shim-ruby
138
138
  licenses:
139
139
  - MIT
140
140
  metadata:
141
- documentation_uri: https://rubydoc.info/gems/sassc-embedded/1.6.1
142
- source_code_uri: https://github.com/ntkme/sassc-embedded-polyfill-ruby/tree/v1.6.1
141
+ documentation_uri: https://rubydoc.info/gems/sassc-embedded/1.6.2
142
+ source_code_uri: https://github.com/ntkme/sassc-embedded-shim-ruby/tree/v1.6.2
143
143
  funding_uri: https://github.com/sponsors/ntkme
144
144
  post_install_message:
145
145
  rdoc_options: []