tailwindcss-ruby 3.4.17-x86_64-linux → 3.4.19-x86_64-linux

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dbb60944e26475f1932199709b7dbd19a3b00b8f74ffcfd21dc7dfbb16712282
4
- data.tar.gz: 487ee66720bece2fe5b7ceba550b1afd69b50d33bcc55ee2c035293bb13756d2
3
+ metadata.gz: c2b158f980d7009af45521f7cf923379d06e7db55a85faa7081cbf91a29497ee
4
+ data.tar.gz: 62aa29fb11cdf281140b8f34648dad7981def64347d824536cb05ec83afd4d53
5
5
  SHA512:
6
- metadata.gz: 886b40f8cb1f197770dc4287db37cb162c0bcbd8b5397e277e1a83d32f91c322fb2294aeeb3b2dbe74737d2f61c7b8638f2ad4884afb945d1b05f83a8b164caf
7
- data.tar.gz: a47720ff8e7f110b2e34213eb71e0c0a519a8e92cb15ded4868a31bae4530f9e1a63b42a023d54aa65f2762aaa911f786d5203de94a60b4bcf4c6265c1cf170b
6
+ metadata.gz: d4cbffb317dd73643300bc985529e82702fd3ba4e4b1e5632472ba2f7e375b1545e17ce03fb109db1b15cb4cea06248aece74c052ea692b9634bb605c864897a
7
+ data.tar.gz: 4ccd9ef7e30a3b2ab6c5d6ada31c626cc25e91c044d1ebbaec289dba79ff7108d2572101f41ac699b44fd253a3c8d66a4a52d32d15ea2423bed4aa4ede20fa21
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v3.4.17"
4
+ VERSION = "v3.4.19"
5
5
 
6
6
  # rubygems platform name => upstream release filename
7
7
  NATIVE_PLATFORMS = {
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Tailwindcss
4
4
  module Ruby
5
- VERSION = "3.4.17"
5
+ VERSION = "3.4.19"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tailwindcss-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.4.17
4
+ version: 3.4.19
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - Mike Dalessio
8
8
  - David Heinemeier Hansson
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-12-18 00:00:00.000000000 Z
11
+ date: 1980-01-02 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A self-contained `tailwindcss` executable, wrapped up in a ruby gem.
14
14
  That's it. Nothing else.
@@ -49,7 +49,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
49
49
  - !ruby/object:Gem::Version
50
50
  version: '0'
51
51
  requirements: []
52
- rubygems_version: 3.6.0
52
+ rubygems_version: 3.6.9
53
53
  specification_version: 4
54
54
  summary: A self-contained `tailwindcss` executable.
55
55
  test_files: []