tailwindcss-rails 2.6.0-arm64-darwin → 2.6.1-arm64-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: 41cfee6dea93b8536415eabcf747839b17d387f63b1872da98aa0a2946ddd6a4
4
- data.tar.gz: f8dae0e269a3ef9928ab0a9ce717b4e735601b9f3744621f5916c8c4662418d3
3
+ metadata.gz: 30aa1513f7810e60fa482873aea6f7621cc33878e327e0e61bf5009f7b410496
4
+ data.tar.gz: bb1f775400fea897309128f64e8d7f8e98cd6d2456012ec0e7845edd6369faeb
5
5
  SHA512:
6
- metadata.gz: 0c39157025a9cd57a11c22814a69fe278cfd0865b4e0799c6ddf40e4169cbcff80d0cb3285d64c6665e38b0c36f68f571a2c1850f04a283220639e0891bc91c0
7
- data.tar.gz: 4daa7beb41f894b85b80b1a4cd841b7897464a702f823024821c37aac82aef20893778b66084d21e021692eb53665bf973ffcd48ce205ca7314195d96781b1ca
6
+ metadata.gz: 238822fabf9e35957869c0d1b5bb3b0c6f54a83a3c5319785d573dd2635ed5dac1817fa0955d234f10f7c0bcd17848ab48d11530f596c3fc0604de26619bedb8
7
+ data.tar.gz: 0ab4b1915520793a939d1e9ee420361535efa198f87cb55a1653ad4a29ef689e0b606c95b8024a3ea4ba7ab892c11efb0b6a6e660ffda183358da12cf69b96ea
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: arm64-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.