tailwindcss-ruby 4.0.4-aarch64-linux-musl → 4.0.5-aarch64-linux-musl

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: 8e4af9beba04413611e070f874163e2e366efe1b9f7b02230e7cfc43121d1d26
4
- data.tar.gz: 2055ca918a2c89480586ef7a483afa5bb8f4501f3f7e12562407eb0797e1aaf8
3
+ metadata.gz: 8bc5076d7173fb83e363111659b2aa9add3a951ff496e587ac970f00df9346d6
4
+ data.tar.gz: ae34b4d9d78c68159db737923568ef6ba61b5c2c39164026dc3159a8a84bc828
5
5
  SHA512:
6
- metadata.gz: 6e9be72168476bc5de10611e79d9e032c74ab7d90274924c08f09eba8a77857c6ad7a49001a2d093c57555aab175f7470fb4930d7562df64700a9db80337b029
7
- data.tar.gz: 95732bfc22797880c0a985034c6e70a697356d1627255998cca556135f4abdd69fad08009dcc2e57adc0107fd23cb288124062c480e4b24115718a0d82162ea5
6
+ metadata.gz: 9e7f9fc4880b5c0c1301ec892ac8a933532c94221e09cc20c488c179c0c5eb02c2de3410ded7f06aa52387a3d2618acd82ab23c1e977d98d9faa1110f88bee99
7
+ data.tar.gz: 41eb21176e56ed5ec6abb862765b58b7ce43d22a7421009e733666a6210f00e2e34b4e9ec2adce1f702178734be2c79c4fbf3cbc1decd4f66e075a878e9c3074
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.0.4"
4
+ VERSION = "v4.0.5"
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 = "4.0.4"
5
+ VERSION = "4.0.5"
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: 4.0.4
4
+ version: 4.0.5
5
5
  platform: aarch64-linux-musl
6
6
  authors:
7
7
  - Mike Dalessio
8
8
  - David Heinemeier Hansson
9
- autorequire:
10
9
  bindir: exe
11
10
  cert_chain: []
12
- date: 2025-02-06 00:00:00.000000000 Z
11
+ date: 2025-02-09 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.2
56
53
  specification_version: 4
57
54
  summary: A self-contained `tailwindcss` executable.
58
55
  test_files: []