tailwindcss-rails 2.7.3-x64-mingw-ucrt → 2.7.4-x64-mingw-ucrt

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: 24d0cb81ebad8309b7b0ad5cacd45a59f6268289c13b320e7fed0df21de0daae
4
- data.tar.gz: 1f0ec30d81a974756177fc72eaee1dc31cae3e664703673b265b6a200081fac4
3
+ metadata.gz: 2727596bb65f432d930c9c5fa72645527fab0db567a97cf7b83e69cde2784297
4
+ data.tar.gz: c89821ce2fdba5f9e6883b90ba44a684d3983e17a395c108c285abc39807a25e
5
5
  SHA512:
6
- metadata.gz: 30c4f9df96bd9cf4547eab344994f4028abd18a93c3bf2c5bf299333a7c15ba99d2416a85ba669d7eba6d5151c1370141a33701fb463b84e03c1cb58c36d2d8c
7
- data.tar.gz: 82c55eab45ca3e23219aa709c5372a63150ef2155109c0ffa4b579a3b77cb337b720254d74ae01a91d8cb18b121851bbcb7ff711d319f09f27568eb35e3cfa94
6
+ metadata.gz: 911728aa431a65df01311e23c751e9842b1e988f0db1632bc6c3b07dbd26acfa5f0f841e65ef8a144a623d64b8d7abc3fbc578a0ae69989dca774a5edce0ea54
7
+ data.tar.gz: 88a9c7bfedbe18af255b5bcb1d9bb007ffaceecc50386eae1fb872d17b1fd89784a281eba13082d500d42c55dc5c2454d8023e0f4ebbaf5b07aedc4b82f95790
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: x64-mingw-ucrt
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.