sassc4-rails 2.1.3 → 2.1.4

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: 5a7aa80b5d3a1dc1132c71a186b20202d15287355397b48bcb4bb26fac133087
4
- data.tar.gz: e6a5dc44bb47f1cbbf47bd6ded5a723a507efdb1f3d131a1b4ffb8c36a6284e9
3
+ metadata.gz: 65c86c701a1802999b159e29d63c353ef8aa000fed42bf08835a7c49773ff15e
4
+ data.tar.gz: 37c423cc321961c4249f2dfc6b295f58fab658be1bb191b62361298f20557917
5
5
  SHA512:
6
- metadata.gz: 23913df7d6582ffdc7960d3217532fc652434fa31d0fcd908a3ef776386e53409be13986c1b70931775c49fc6cca77115e117a8ff706daf92befe95782b39d34
7
- data.tar.gz: c770b725d2920613b8aaa64b760656a2b71884f84afd273ade458ba784ce5a7063a2425e8e6dae88c4178c1270d214dc29b58a44930f1fb0612f0a039293c3c9
6
+ metadata.gz: d002445d558c450eaa20d3a54909d996a6e9d64474ed48739c9d3a2aa8ec8c9942f555cfd22ec8b5f612d3922cf8b44a19c7d12a7c8a09f31eb86d0f1c31bd4f
7
+ data.tar.gz: a96991f60b86f52d13288ceb98b8ef90d13d9d2331a970af5b25aa5f70c00053a051772292d64c62404cb927687db94b5f6ce4670c271380321d2f6864e03add
@@ -2,6 +2,6 @@
2
2
 
3
3
  module SassC
4
4
  module Rails
5
- VERSION = "2.1.3"
5
+ VERSION = "2.1.4"
6
6
  end
7
7
  end
data/sassc-rails.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["ryan@tanookilabs.com", "ivaninww@gmail.com"]
11
11
  spec.summary = %q{Integrate SassC-Ruby into Rails.}
12
12
  spec.description = %q{Integrate SassC-Ruby into Rails.}
13
- spec.homepage = "https://github.com/sass/sassc-rails"
13
+ spec.homepage = "https://github.com/VladimirIvanin/sassc-rails"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sassc4-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.3
4
+ version: 2.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Boland
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2025-10-18 00:00:00.000000000 Z
12
+ date: 2025-10-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: pry
@@ -215,7 +215,7 @@ files:
215
215
  - test/dummy/app/assets/stylesheets/syntax_error.scss
216
216
  - test/sassc_rails_test.rb
217
217
  - test/test_helper.rb
218
- homepage: https://github.com/sass/sassc-rails
218
+ homepage: https://github.com/VladimirIvanin/sassc-rails
219
219
  licenses:
220
220
  - MIT
221
221
  metadata: {}