tailwindcss-ruby 3.4.16-arm-linux → 3.4.17-arm-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: 25b7c5ea5b5649d722364fc434561c10c3d2f9829619ed8ebcc1ccffa49dc890
4
- data.tar.gz: c78b3a0259d95eedd29cc3a5f08677e49c66f6c17dc4f05016bf2f1aeb945c89
3
+ metadata.gz: bf666d9964b84721579741652af3c96ab426056e28af0ae9209436688a362ac6
4
+ data.tar.gz: 21bf166b2eb227f49a72b780ac9d5a110ac182524a4606f5d72227630450f31c
5
5
  SHA512:
6
- metadata.gz: 321716c3a1c303e4187e3283e76c454113638611ac123273c359cbcc251077d64b4739c84ab4509e716ce5741834cfa5da942fa7270c44eee536f4d8796d6838
7
- data.tar.gz: 542bc203b75741526d6815060f87104c792c1ee8d85e67d34eaaa672b8eee237a671941546c4ac1ff298d0c6ec6ea2d4728039d55584a009173d29eb10f4f24a
6
+ metadata.gz: dcc6b5e48a109d42bc207700e0329ea74bee97583ba5a909d0482bac7c520a0f62dc4fc521940dfbc57c8d943ed30a391f04912ac3ae38c9f6eef4b41cb1d6f9
7
+ data.tar.gz: 1b7dc520ec05f1bc6ec850a64698358475c6e5e3f106606d4b2bb9bfcf2762befe6ffca9f1ea58e4655102bd086fee0d429f4d7585f656dec581243fbf16d0d3
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.17"
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.17"
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.17
5
5
  platform: arm-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: 2024-12-18 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.0
56
53
  specification_version: 4
57
54
  summary: A self-contained `tailwindcss` executable.
58
55
  test_files: []