tailwindcss-ruby 4.0.0.beta.10-x86_64-linux-musl → 4.0.0-x86_64-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: 8ce2fc7c159bfe8618c04f275ec3c6b6ac1515420eeaf0aea197dcfa135c02fb
4
- data.tar.gz: 94d86d4bd797050c8ad82415a7f6ea551100615a51c1cb333080a6370d0121d1
3
+ metadata.gz: 29661415566fae2863f8808fcd9549bb4188f205f347b38701a6c70ec792c931
4
+ data.tar.gz: c831e7528caffc0974efccef7e46d41db9849df432cef417c7a5b68104ab8c91
5
5
  SHA512:
6
- metadata.gz: cd49207ecd90eff64921c79c90f80b64b24fd5ce76858d5bd2f2b50e6491b3418325c904b99843bb4a437ea4f4e3c87913397b5cc0c3288e313b13506eee77ff
7
- data.tar.gz: 01363c4567a5f64590ad83e2ac00ea054cdbd71c62fed429eec1166b39ccf890c9990e3fb5a9cf885d5e3b20203efc7cb23cf87caffdee20e7ac721946537b87
6
+ metadata.gz: 5cd893df3b99186764e3f1a357188fbcf0286165bf16c17ffa2066e7ba4e6747eb63c81532e016d372f29e881248d7f20a9a93a13ac13699aa484349bf83a3a5
7
+ data.tar.gz: f1fbc31cedf0855f5de0f1b5c2aa32c69c9a98a02ceec125002162246065689c86163559765ed20a31be91cc1cf5bfc96dc916b8ea6f29d0ac07aef8be34916d
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-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-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: []