tailwindcss-rails 2.6.0-x64-mingw-ucrt → 2.6.2-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: 48eaed6b6284b2f95631f4a0f3f952badda1ee7f99c3fa8bffabaab703253dc4
4
- data.tar.gz: 5f8cc6186b3a3349616e02d0f307ca71d1678421ebdffba4e1fd893839ae6e72
3
+ metadata.gz: da9ad18845d2ac618ac718f9a6a9443371de7390c5a271e03a3dae01364dfa83
4
+ data.tar.gz: 7d0c063f38d0dd7a23bf4ac5a0229c368d9c22d20b94af209d50a44e66403f82
5
5
  SHA512:
6
- metadata.gz: 88b628bbc6ed0dc3f3888f315ab2d0dd12dc98bd31514be006a68240a5f96f6d43bc147b033ac3d761aa7a69d3c60529af00455f04c0a917f0026e4870b7d489
7
- data.tar.gz: 655144ceb011e5bb216583643897b0794de4a9405bbc8ae867f3e627fa8bc4988ca73fd1b50141356f8df8fdb682eaedadea13105fa877fbbe8f1e1e4903c2e0
6
+ metadata.gz: b124cb5c9c6c65a417c21d3a256d18a2486fe93021e0dfc1b27a2238872418a80bfabcf73990c30aa64704d002b22f2369115446a5953d44e7302deeedfa956b
7
+ data.tar.gz: ada291c75cc9bd9516f6e8ffc3fa42f8b97bca2a052f797012e788b33c0c1170dfee308d3f12a75521907fc1268af13240fab5705bc4b809d2d098f1ffecf19d
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.3"
4
+ VERSION = "v3.4.5"
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.0"
2
+ VERSION = "2.6.2"
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.0
4
+ version: 2.6.2
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-05-04 00:00:00.000000000 Z
11
+ date: 2024-07-15 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.9
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.