tailwindcss-rails 2.6.1-x64-mingw-ucrt → 2.6.3-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: f0c1032bbdf9ccbb9fbd5d4fbd03a6b2d4878351fd34d2684970ca64f25b6034
4
- data.tar.gz: b3b7ad96dfe942da94abaec8a43248981808f82fb1fad070d9fcd13a0b20e52c
3
+ metadata.gz: 4860494a6ad3e4dd4d217da2ee2a85bc69b4bf1565480c443b563b674bfafe31
4
+ data.tar.gz: 26f62ca044fb96d42b8813e85519713e8f843fa33a254fa64564ba37821bd111
5
5
  SHA512:
6
- metadata.gz: fb3c66b70de668cbebedd6130621140c5e82282bae944b629e9d822dd1f908fcdf97388e40b6caa9e82e3623d80391724e8854800e6b8f2f1cf57a3ac25f4812
7
- data.tar.gz: c9dc6d4bc2de63ad9c10f0bb031a4b3abaa6b6b842d1b5cbe934d3cbc30f8034ed9573fa822a2e16e0a65504d9bfa248c3ce8d877ae56074880cf342aed5409d
6
+ metadata.gz: b8a9db6712b0e147a188896d237e9f00d257619bfb36475d7827a2d7a57d0a784a3e198bad09575bc20feed7296237ac66389d473d707eac143bf120b977a744
7
+ data.tar.gz: 43921fd74aaae0c5c5395fe0ede79257ea3ba7ba8486e994c02b677d3457916373ba48d01d64ced480e3fa3c19af37890d6065ae50bd2555ecfde561d1d21039
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.4"
4
+ VERSION = "v3.4.6"
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.6.1"
2
+ VERSION = "2.6.3"
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.6.1
4
+ version: 2.6.3
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-06-05 00:00:00.000000000 Z
11
+ date: 2024-07-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -104,7 +104,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
104
104
  - !ruby/object:Gem::Version
105
105
  version: 3.2.0
106
106
  requirements: []
107
- rubygems_version: 3.5.10
107
+ rubygems_version: 3.5.11
108
108
  signing_key:
109
109
  specification_version: 4
110
110
  summary: Integrate Tailwind CSS with the asset pipeline in Rails.