tailwindcss-rails 2.7.2-x64-mingw32 → 2.7.4-x64-mingw32

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: 5610ec631a2c27efa1d5826e5e83d78b524e2b66df935b50829d3bb5195ed3f3
4
- data.tar.gz: f6c19d07446dd44f878a6272be792eb8db6e989d0e01c584b9ed525875f0446b
3
+ metadata.gz: a8fdbe4b5c85aa8da2e3a72384b800573bbfc7bdab832830d2192c46177920cf
4
+ data.tar.gz: 8a2a64c9e933aa682e6fbf10bac8f76e01c7fab4a477e4c30e516e5787fca0be
5
5
  SHA512:
6
- metadata.gz: 3ad78786c14f9ab04dfb0f7e618d7cd1f6da2363b2520fec6fdcc6bb5320117cfe4401c4ea8263b290478c89060f0a05db1b7639f20ce05d7ba32a2d4a7c754e
7
- data.tar.gz: 76abdc18b2230ab030f8c85c4cfce35cf439f812ea5cb6865f2d35e747b8882fa1952f036d199e494bcebf7f0cf3687fa1042c4b6f408205ef11564bb08185dc
6
+ metadata.gz: a06cb82bc668a3f1ee1d46211a85d6ae478773cbb5e0917dee69d6816c55640be9d1afa782b765d261deedd1c82eb8625cb3e780160333270e6417a413a731a9
7
+ data.tar.gz: c78b5f937b8b002d937a47f7a7355464107d404b02f452b594ee79fb91f38bead986d0a7f61fae069fa6d57a78582788c1275308887cb964f0bf5e4ee63dbdf6
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: x64-mingw32
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.