tailwindcss-rails 2.7.3-x86_64-darwin → 2.7.4-x86_64-darwin

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: a38a47842eeec094cd2f44960e1ad37b830dc781d37be79342408faf732010bf
4
- data.tar.gz: 759726e4b945dc80a8d5dfade1b6003279b717318c1969b498cddda9fb7411a3
3
+ metadata.gz: 9fc8c216f8ddb7fd4af3c7996178c3537781a1a8a5a63792d192401487c09471
4
+ data.tar.gz: 23c5a8a4695021fbc75fa2acc7e1a66480a751ccb28dbe8510022ce0b5aa5a79
5
5
  SHA512:
6
- metadata.gz: ad63728b1f668a41c63b9658039cfad41cf80d40e76461632be360c4ab2b9c8c6999c3765a1b73f3e3acd272da1e7593da9dbaa3d5fe1403b077dfbe187cb4f7
7
- data.tar.gz: 378941fd0299df7b4dff3c2691a39286988f2961e16a6fb7aea7a03ffb2930774addac0a5fa09757a6311df7d5487415e65ca5bf267f8389fdc258bf46799652
6
+ metadata.gz: fe26bb76c06b3044ad6b5bc642af5d55015cb23d866803d22f825c0f4b5874ceed0f00b85e09b0797d7006278b75d661731b06637af093b26f0c26552290e18e
7
+ data.tar.gz: ae286a7b3d9ac055909c6c68f7d0ecf10b6062f9b40257fae739ca95e289d8290618440a74a1d11ce713dcd3a1287847f4ed7c496a1b12a7f712086a7b66866c
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  # constants describing the upstream tailwindcss project
3
3
  module Upstream
4
- VERSION = "v3.4.10"
4
+ VERSION = "v3.4.11"
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.7.3"
2
+ VERSION = "2.7.4"
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.7.3
4
+ version: 2.7.4
5
5
  platform: x86_64-darwin
6
6
  authors:
7
7
  - David Heinemeier Hansson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-08-14 00:00:00.000000000 Z
11
+ date: 2024-09-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -108,7 +108,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
108
108
  - !ruby/object:Gem::Version
109
109
  version: 3.2.0
110
110
  requirements: []
111
- rubygems_version: 3.5.11
111
+ rubygems_version: 3.5.16
112
112
  signing_key:
113
113
  specification_version: 4
114
114
  summary: Integrate Tailwind CSS with the asset pipeline in Rails.