scoped_css 0.1.1 → 0.1.2

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/version.rb +1 -1
  3. metadata +9 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 63039883a90cb4590d47c4b21bc12630018c346257cd3afa247b6bd4937826a6
4
- data.tar.gz: 96625253aef7adf46f469c40e8da1f1a80754d58a39c2981c66636c56abc9d5e
3
+ metadata.gz: 71d61ba0bc795798bd896b93d0090052e18ed34d058622e767ac8a680efb5a6d
4
+ data.tar.gz: d682f5496c41e99013164fe64a518246cbf46ccc75730c71005120ec8a81a491
5
5
  SHA512:
6
- metadata.gz: 6eea4cf53027ab891cc8c9693cb0a51bf90a666ab993a621ba2818d8f06fcc2301e04012818b32f650691af5b0ec01103cf85722b2551e5c7027f7b1abdb20ad
7
- data.tar.gz: 64fd09093f81516f4cd1db9ec11a7527e4cd399486a33819981b3faa27cf0a198576bb54f6f545332d4585f8c4adf2ef5ca105e4386e0a9044a087c61d0a8074
6
+ metadata.gz: 21500b6f276da418c4b6c4d5fb88f107eeba9872d408eaed0a3a77afc78441ab3902f8fb51d44733b98e01a5b5635720208d0a1dc7f93cf24efc329d6abaf899
7
+ data.tar.gz: 9717f4e2b4f25ef036dea7a742ec8d009ffe2cff666f6e8564408c78834d6c6af3cdb67db0ec0e22f885bef9af21fb22850b729b7fb7bbd4b0f7777b2d76612b
data/lib/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module ScopedCss
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scoped_css
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ewan McDougall
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-06-17 00:00:00.000000000 Z
11
+ date: 2025-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -38,7 +38,12 @@ dependencies:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- description: Scope CSS to templates and ViewComponents
41
+ description: scoped_css provides automatic CSS scoping for Rails templates and ViewComponents.
42
+ It ensures styles are isolated to specific components or templates, preventing CSS
43
+ conflicts and enabling modular styling. The gem works by automatically adding unique
44
+ scope identifiers to CSS rules and corresponding HTML elements, making it easy to
45
+ maintain clean, conflict-free stylesheets in large applications. No CSS preprocessors
46
+ or postprocessors are required.
42
47
  email: ewan@mrloop.com
43
48
  executables: []
44
49
  extensions: []
@@ -69,5 +74,5 @@ requirements: []
69
74
  rubygems_version: 3.5.22
70
75
  signing_key:
71
76
  specification_version: 4
72
- summary: Scoped CSS
77
+ summary: Scope CSS to templates and ViewComponents
73
78
  test_files: []