tailwindcss-ruby 3.4.16-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: 455f96cfbbc89c2e914749dcb6deb671f821dbd09db84efe1913b3034736faf7
4
- data.tar.gz: 7b2cb0db9b54807239b062aa2ff2e87a97dd40d98cf8ae7b36b450c1bbcb012b
3
+ metadata.gz: c2b158f980d7009af45521f7cf923379d06e7db55a85faa7081cbf91a29497ee
4
+ data.tar.gz: 62aa29fb11cdf281140b8f34648dad7981def64347d824536cb05ec83afd4d53
5
5
  SHA512:
6
- metadata.gz: bfa0e8c1a356fa3a76dd657caf680fc60ce7288f8da1ceef1d98b96308cd928a17e1ffdf5fc54f3883886bd6baff7ca0a3e73b851ef20ff3ead3270c8bf97d4b
7
- data.tar.gz: 773ed753a01f700b421515f1bd4afe0edd4dcc0c99b8a585260a32b5b8aa3ce6fa1883644d60123908651e664d272222489356eae4c48de6ced00be3b7f63834
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.16"
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.16"
5
+ VERSION = "3.4.19"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tailwindcss-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.4.16
4
+ version: 3.4.19
5
5
  platform: x86_64-linux
6
6
  authors:
7
7
  - Mike Dalessio
8
8
  - David Heinemeier Hansson
9
- autorequire:
10
9
  bindir: exe
11
10
  cert_chain: []
12
- date: 2024-12-04 00:00:00.000000000 Z
11
+ date: 1980-01-02 00:00:00.000000000 Z
13
12
  dependencies: []
14
13
  description: A self-contained `tailwindcss` executable, wrapped up in a ruby gem.
15
14
  That's it. Nothing else.
@@ -36,7 +35,6 @@ metadata:
36
35
  source_code_uri: https://github.com/flavorjones/tailwindcss-ruby
37
36
  changelog_uri: https://github.com/flavorjones/tailwindcss-ruby/blob/main/CHANGELOG.md
38
37
  rubygems_mfa_required: 'true'
39
- post_install_message:
40
38
  rdoc_options: []
41
39
  require_paths:
42
40
  - lib
@@ -51,8 +49,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
51
49
  - !ruby/object:Gem::Version
52
50
  version: '0'
53
51
  requirements: []
54
- rubygems_version: 3.5.22
55
- signing_key:
52
+ rubygems_version: 3.6.9
56
53
  specification_version: 4
57
54
  summary: A self-contained `tailwindcss` executable.
58
55
  test_files: []