tailwindcss-rails 2.6.1-arm-linux → 2.6.3-arm-linux

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: 0beecffdf88db8161133b9156cf37ea5992f0e54f47088cbf97c6171ae2155b9
4
- data.tar.gz: a140d8fe56303aa31d9ea324d8ac769f1ed9e18d28df6a9c5ae876e86e2bc32e
3
+ metadata.gz: 8c623c79ddb616a7adf72f233cae10c9a1bfacf1eae220f1a6f473cdba98ec27
4
+ data.tar.gz: 03bcac97b4d37397312a2f28bd4025c2bfd5b9d557e5a9046eb5cbb7c684dc73
5
5
  SHA512:
6
- metadata.gz: 7046aa6f12204299c277ef3535fccab4bc7b72548d26415d8ee8eaf0712020c770c1a22e77fa4193752d85254074185cfb2383a5466ab9161ac7d9d7fe50708b
7
- data.tar.gz: c47d657e19976c100eeedf54a55da8ee59a472786073f4e3db5721aed031b2ed91a0d2507085aed6342724b32ee33a531c596a8e5238d422e5404ab3754c5a00
6
+ metadata.gz: ec9021432c1fe874e01636210b086000f40fffc9310cfc58d11b3417a6a88d561005e6f82ab38d48b9e517ad9a8c3effdc75c73381579656efcd6d8deca8bca3
7
+ data.tar.gz: 88d19bf245bdb72f3d31bff87acbbec96921dac939c88b8674443067219d36b6c9e829f7c28cec2258b1eab1396ae9e26e0a7944b14a4d3863058b0d2c1c0ace
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: arm-linux
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.