tailwindcss-ruby 4.0.0.beta.10-x86_64-darwin → 4.0.0-x86_64-darwin

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: 8b95a8651e85544e6442c47b767ed464bdc92b20eb1befd78a72be22fee34fa3
4
- data.tar.gz: a09186b6737311e728dcfe5f8eadf9b0b4c9f9fc7956e91c851daac16988c71b
3
+ metadata.gz: f583192d86fc841fc4169539fa89f4b94d1bb0bfb4f18d7193e0753350b7420a
4
+ data.tar.gz: 9ca294b5172d06e9281b7b56b1cbe9c05d6bd8798e92f1a33fe1edab97f68a77
5
5
  SHA512:
6
- metadata.gz: 20336cfc4afaeca137ee7ad695ad599768cbd44cc12fd9b2efca939526f1a998008efccad8ca20f8b23f0e67ac9ed1d8e9a2971e2a0aa2526291a01f4132d659
7
- data.tar.gz: b8d2669a188d7b6707f7b3bfadf8cc372c097d34dda838e0230dacb63e5cd27f5837e5651908eba5045b1f95fcdb120d23c5a7ecd8303f53a3a0c8829a567b33
6
+ metadata.gz: e3d5f8e8ab91fb7960dabb4228109547a6400aa19a76fd8bd30601b34dcdc81937d994e0633c58e2c27b607d8ddd69fee2d05a5bd746131c7ff70fb0b0f70ce1
7
+ data.tar.gz: 8aaa2724827076fd2e5d2ae25dabf921e147cdf873b8e4a21833d9fe8a0265e2c5067dad36812bebd740ffcd6af71d050be943b45fb0edb844fff07994fbdd41
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.0.0-beta.10"
4
+ VERSION = "v4.0.0"
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.0.beta.10"
5
+ VERSION = "4.0.0"
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.0.beta.10
4
+ version: 4.0.0
5
5
  platform: x86_64-darwin
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-01-21 00:00:00.000000000 Z
11
+ date: 2025-01-23 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: []