tailwindcss-rails 2.7.3-x86_64-darwin → 2.7.5-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: 4c4680d3be6139f9419d4281abd489d765cce52024bf76c1481eab8a84fc06f1
4
+ data.tar.gz: ce26317b3986225296f976b4e1102d112bfc40cee14716476f75b54975b5693b
5
5
  SHA512:
6
- metadata.gz: ad63728b1f668a41c63b9658039cfad41cf80d40e76461632be360c4ab2b9c8c6999c3765a1b73f3e3acd272da1e7593da9dbaa3d5fe1403b077dfbe187cb4f7
7
- data.tar.gz: 378941fd0299df7b4dff3c2691a39286988f2961e16a6fb7aea7a03ffb2930774addac0a5fa09757a6311df7d5487415e65ca5bf267f8389fdc258bf46799652
6
+ metadata.gz: af0b9c70e42ba92d1a294d5396f1271eaea6f440e9b0e8c0f5c781a38459f4c23e3bdf7992a205745b12ea520a8aa06f4c3571e948b3d13bacc75a9bcaa686db
7
+ data.tar.gz: 0b1270dd61c563f9e26a92883f00806bb155a0ccab6775cdc2886b5af42412c58848bf4c903a203f66887979cf205e466d3476e5c3bab39f6027c3356b852e9e
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.12"
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.5"
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.5
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-18 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.