tailwindcss-ruby 4.0.4-x86_64-linux-gnu → 4.0.5-x86_64-linux-gnu

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: 1f6eec1c75745df2189f4390d590cbec322c7abfe55c4b32e062023967a333ac
4
- data.tar.gz: 8881109aedb574b73fc89f871a22c54a41c4fa2ea51219ba217b96ea1062409d
3
+ metadata.gz: d8b4cafb31aa82e8d0b523f1a487d6aeb9efb5c23561efe356e7c4d12e5e7683
4
+ data.tar.gz: ba9d1d0352e745edee19450b90904d4f90d22359e837d531d36224ccc215838b
5
5
  SHA512:
6
- metadata.gz: bceadf3a489b7cc367a4d2b848013adf05c82652a1a1323addd4f17a530918ccdb08d5d3fe9575ce5fe0f56684c98a570cba59f3cbd882bea6c978557eb08741
7
- data.tar.gz: 5722fb24b34324450d2716b6c9f7a9657eb70a7b768f322141bb6798b555e00f9c1f676292cd7d0118d2be9f239760ec08892aaa439ccb734438b8ce5db9c6d8
6
+ metadata.gz: 4bf09d7453d6aea9a49643ecf186fb94f4e4035b915a139bb8b0bfda78c8b776967054e92393d419714e1e248689ad399e9d118fabd37411df37b050b9ae43b4
7
+ data.tar.gz: 953fa0a63c9ea792611fbb4c38352cbcf23cce8fd86053630e8f9cc8de9aa38e58d4a11e68f03f1d40388cd4bd5cda78a2adf885011de73ab709c578f22736ce
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: x86_64-linux-gnu
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: []