tailwindcss-ruby 4.0.0.beta.9-x86_64-linux-musl → 4.0.0.beta.10-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: 921b4029cd07c139a18d83536e6794cedef8927aa4ab696926453c5202d81988
4
- data.tar.gz: 9d1527f7c886d375661c7637a18576438a137339045df98a07b6a4509f2f9dd6
3
+ metadata.gz: 8ce2fc7c159bfe8618c04f275ec3c6b6ac1515420eeaf0aea197dcfa135c02fb
4
+ data.tar.gz: 94d86d4bd797050c8ad82415a7f6ea551100615a51c1cb333080a6370d0121d1
5
5
  SHA512:
6
- metadata.gz: afa0900a948ef932ff7a32c7b5c85b7cd6d52d74702bcfe647522be7b13f281a7c5dac8b7b24a4105f53497ce2d38a1f7cb307c4a774077a18a9ab3f73902424
7
- data.tar.gz: c593cf97dbd5cca9dbaa9145c1feba432286b3f1224096e6d0baf92f537ac6fbd9f14b980c9c0e4a0f0880d366a73b46b8b4b17807b2063899be2731fe64769e
6
+ metadata.gz: cd49207ecd90eff64921c79c90f80b64b24fd5ce76858d5bd2f2b50e6491b3418325c904b99843bb4a437ea4f4e3c87913397b5cc0c3288e313b13506eee77ff
7
+ data.tar.gz: 01363c4567a5f64590ad83e2ac00ea054cdbd71c62fed429eec1166b39ccf890c9990e3fb5a9cf885d5e3b20203efc7cb23cf87caffdee20e7ac721946537b87
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.0.0-beta.9"
4
+ VERSION = "v4.0.0-beta.10"
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.9"
5
+ VERSION = "4.0.0.beta.10"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tailwindcss-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0.beta.9
4
+ version: 4.0.0.beta.10
5
5
  platform: x86_64-linux-musl
6
6
  authors:
7
7
  - Mike Dalessio
8
8
  - David Heinemeier Hansson
9
+ autorequire:
9
10
  bindir: exe
10
11
  cert_chain: []
11
- date: 2025-01-10 00:00:00.000000000 Z
12
+ date: 2025-01-21 00:00:00.000000000 Z
12
13
  dependencies: []
13
14
  description: A self-contained `tailwindcss` executable, wrapped up in a ruby gem.
14
15
  That's it. Nothing else.
@@ -35,6 +36,7 @@ metadata:
35
36
  source_code_uri: https://github.com/flavorjones/tailwindcss-ruby
36
37
  changelog_uri: https://github.com/flavorjones/tailwindcss-ruby/blob/main/CHANGELOG.md
37
38
  rubygems_mfa_required: 'true'
39
+ post_install_message:
38
40
  rdoc_options: []
39
41
  require_paths:
40
42
  - lib
@@ -49,7 +51,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
49
51
  - !ruby/object:Gem::Version
50
52
  version: '0'
51
53
  requirements: []
52
- rubygems_version: 3.6.2
54
+ rubygems_version: 3.5.22
55
+ signing_key:
53
56
  specification_version: 4
54
57
  summary: A self-contained `tailwindcss` executable.
55
58
  test_files: []