tailwindcss-rails 2.6.0 → 2.6.1

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: 1452e4868936ab1c74491799623422481b49b8c8664945c9b8183f1eca6ae335
4
- data.tar.gz: 5162bc2f2847d0de48f42b25a23db41abaee425d4ed57edf119b3514325ce91e
3
+ metadata.gz: ee735d22bf58220704e477fad8b887f96e5ed94af6141fda74afd25ebcf37816
4
+ data.tar.gz: d39d760e13beef9a5923f00b040492d319778f7fdc59494bd5aa1f1ab5cdec42
5
5
  SHA512:
6
- metadata.gz: cc04e62dbd75df48647371ac4c8b327ab6b2d443272138f6916b223dc51d2fffd61d92bbb29df9eb0571197a7840b79614aae1232ef5f1d51c74c52baedc4afd
7
- data.tar.gz: 8e0d4156560ff6b9c9d1c910319eb7e5686d8b7c0574de338ef1e09e80a3fc02cdac8841460aea0a8b50aa55adac863e26eb99e9f4d70325080b4d85aea9763c
6
+ metadata.gz: 3b557cc349c7a1eb822ba2d2c036a147f94596d65badd20d2eff8b4d92f5e8faaa94b25577a947c2b2a46018babc2169b72005cad5a03f55b43170720afd7d62
7
+ data.tar.gz: be2b5419100ec969a99d4ddcfc0b8c229367dfdf30a3b57c684b2ea1b53e7fc2065ae2694cc43f2ef9ca0b550200c44c88598f99667e17d6948bc40f113685d2
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  # constants describing the upstream tailwindcss project
3
3
  module Upstream
4
- VERSION = "v3.4.3"
4
+ VERSION = "v3.4.4"
5
5
 
6
6
  # rubygems platform name => upstream release filename
7
7
  NATIVE_PLATFORMS = {
@@ -1,3 +1,3 @@
1
1
  module Tailwindcss
2
- VERSION = "2.6.0"
2
+ VERSION = "2.6.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tailwindcss-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.6.0
4
+ version: 2.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Heinemeier Hansson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-05-04 00:00:00.000000000 Z
11
+ date: 2024-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -102,7 +102,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
102
102
  - !ruby/object:Gem::Version
103
103
  version: 3.2.0
104
104
  requirements: []
105
- rubygems_version: 3.5.9
105
+ rubygems_version: 3.5.10
106
106
  signing_key:
107
107
  specification_version: 4
108
108
  summary: Integrate Tailwind CSS with the asset pipeline in Rails.