tailwindcss-rails 2.6.0-x86_64-darwin → 2.6.1-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: d6a9af7336cdefe05c30fff98fb6bd3be55b19ee25b0c0d5172d02b6c780917c
4
- data.tar.gz: 3e1afa05d0a84f3bc77a7ee59aa58f004d047bdbb4d3daa81dd4c2cae2785619
3
+ metadata.gz: ad757017f709d1948eb657d206e65648669959baefb886f9812abfbd8de7c14e
4
+ data.tar.gz: 44e6539ec47332f8e6588c79003dd1a0e66a3601cd04856eb68a2f0f8fa8aaae
5
5
  SHA512:
6
- metadata.gz: fbccdfce1e30248d32d800bb8818f651d2fb6412f978a049b0aebd5b63877fe58154a828eb3b56e418c11b514f324e501328e18e2ffc95c9aa7b8071264f1e7f
7
- data.tar.gz: ff8dc4b9c449f3314f6842d3630c33c2a37f450b4d4db81dc2cd448c2ad4441a506864c3224f5071e79800b7ef953275292e4aea2c43e1e072afc671dded8f0a
6
+ metadata.gz: 1c5c70caa444b481e08a363061b2c56417b7106c944f3bcbc1c7209a1af0bdf1262153e19ed575422bdd56a8653ef5c187aab18780587c98f5b618d5ea6739e8
7
+ data.tar.gz: d7a9bc42b97c908df7705a90e9be6c7e621df52f82540d70c2041119d61798b1f15baa09c818832be9832caa84e956208d04836dae5129c3c140355a37c05cd7
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.4"
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.1"
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.1
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-05-04 00:00:00.000000000 Z
11
+ date: 2024-06-05 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.10
108
108
  signing_key:
109
109
  specification_version: 4
110
110
  summary: Integrate Tailwind CSS with the asset pipeline in Rails.