tailwindcss-ruby 4.0.4-x86_64-darwin → 4.0.6-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: 3b4420a5d939951c4c84bfad7c5833cd2ccdfb786df5a29ab231cac4bdd69a1e
4
- data.tar.gz: 7f8f5c5125ed17035cfae39d5286ca196e99a9f0e33c83eac949836cd9c7a22d
3
+ metadata.gz: '030844ee8240d7bb199563bf1c2a8ef35b8982c423ed3ac47de418dd1f1eb616'
4
+ data.tar.gz: 6257bbb6e4065cc68cf1f858f5303d24bca7859a0cf17ec88adec6a1bfa32feb
5
5
  SHA512:
6
- metadata.gz: 9574620d3ef2581f0125cdab612e1845f401c7c127a69da90bdeb38e873d977f000c502e113adf895d8fa7fe6c79365923e58b1a3408847d954fb3e72884e623
7
- data.tar.gz: c65bc69e67649b59df8d63edaacfd0edb63c99efbf3768ccfead50cb432601f8484b9074e873c357e94e773f28ccf725761e2af3e30a361acd89936e6bce7164
6
+ metadata.gz: e0eea46973bd30df6cefa74a404fe668918a77ae094926f3bec44533d5783bb1d4c3832ec8e753c130e13a357cc8561c76c33eb6e38858d3968e2c0c2e313f66
7
+ data.tar.gz: 9ea1b589c900649d258e0c4544c514835023123ec1b5a9c748c7a6379198b01884a8bc3675559d33bef28dc5ec9ebbad528149f0580a5139fb4f2f7a7d2325a6
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.6"
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.6"
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.6
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-02-06 00:00:00.000000000 Z
11
+ date: 2025-02-10 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: []