tailwindcss-rails 2.7.2-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: 7dd324c1443c7bdc1cf67a5f58f1f4577bc3755fc11b2122418d5bb5e83a33b9
4
- data.tar.gz: bfdf52e776de9c8e916d24ef04e01720f89675477ac60dc87e44d7b7937cbf4b
3
+ metadata.gz: 9fc8c216f8ddb7fd4af3c7996178c3537781a1a8a5a63792d192401487c09471
4
+ data.tar.gz: 23c5a8a4695021fbc75fa2acc7e1a66480a751ccb28dbe8510022ce0b5aa5a79
5
5
  SHA512:
6
- metadata.gz: 571093f8cc88f2863ce25f1a9c54beec6c4a3477f6146e54e762b5e62e9582a6422a6382270cd7ce7ba8072258403fdecbbeb0269fa76a2b4d43acb937c50642
7
- data.tar.gz: 5f5a112b9be8947f15838b42f005b6afb643db08f4dc55a44fc7621c830d7736664474ec17a15e505956d6cd21f30c83514b1d7dbda9c879453dad114a2ef558
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.9"
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.2"
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.2
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-08 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.