tailwindcss-ruby 4.0.0.beta.10 → 4.0.0

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: 616d43dfe7fbc214f9fc8176973971b8b86e9c9f1fb8c506cd9eeceb713d4732
4
- data.tar.gz: 4cd0faf0fb7e5e0bd54f930bfe624293fd7e447751b9e27361d0ce0ed812b3af
3
+ metadata.gz: d1f86c06fcd5a3ee85f25ff8346075dd90fbf978d98d8cbd867b7388683bba52
4
+ data.tar.gz: a22077c36b0840e8b03a1154c41577e7c546cc69006fcad1a4fb4293db34420c
5
5
  SHA512:
6
- metadata.gz: '07955936e6f41d0857424cca335c9b4b17cfb05b72c78d09e7109320aece329577989f8f9c50cffc790cc9ba42bb7a5a01e80881bf608be97becb652531ceb4b'
7
- data.tar.gz: b2a8795f43745421cd821830cd830c40ba2c1d2dcb656547d0eff36e3dac32e399b9af06f5b994c866901c84ded45c75f9bc4b65f561fbd1bd24e36ea299904b
6
+ metadata.gz: b6e0fe84638b8567b69c8260a3947f6644e3f3698f680f10f878556a9468e89dbb5b58959f56561d117ae96c83c5eb13aab7f4a9cbcdd1bea173c25c78f47d65
7
+ data.tar.gz: df5694334b7f197d700c8430622875aed5ba1f2e22e0476c33157f604d71325639aac90bfba83fb7d215920327730efb28a5f48f6b03adc5d1d498ad34e330ad
@@ -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: ruby
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.
@@ -35,7 +34,6 @@ metadata:
35
34
  source_code_uri: https://github.com/flavorjones/tailwindcss-ruby
36
35
  changelog_uri: https://github.com/flavorjones/tailwindcss-ruby/blob/main/CHANGELOG.md
37
36
  rubygems_mfa_required: 'true'
38
- post_install_message:
39
37
  rdoc_options: []
40
38
  require_paths:
41
39
  - lib
@@ -50,8 +48,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
50
48
  - !ruby/object:Gem::Version
51
49
  version: '0'
52
50
  requirements: []
53
- rubygems_version: 3.5.22
54
- signing_key:
51
+ rubygems_version: 3.6.2
55
52
  specification_version: 4
56
53
  summary: A self-contained `tailwindcss` executable.
57
54
  test_files: []