tailwindcss-ruby 4.0.4-x64-mingw32 → 4.0.6-x64-mingw32

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: dd28c369d6f1437780f385225a90647f29cf06a7bcd598dcad352547414237d5
4
- data.tar.gz: 22c85560c679633af6f6896e7732e0fffa73f894e3b4872657bd64b14c3ec699
3
+ metadata.gz: 7b00de2fdd1e06771af854113c6f30a2a697cc76bdcb0d8e485510429f438b4e
4
+ data.tar.gz: 5b3cb859cd42c08d666a2179136b6e73917b82014ca3d3c68dc4ddd6c6e0f0a1
5
5
  SHA512:
6
- metadata.gz: 11dcf10c7472d190bd139dfa03c1bbe6fa00c918078acf60c06833aa17da873e92b877d00abada0fbd9ea1e51535d8f4fb8e34fa1b3de6f366104f9600d7d1b3
7
- data.tar.gz: 48d07ba4848d56b13982cdea74c43e50ca70e5b3b823c752c13d8b42173b03b5b36123291cd0fc4d09f416fef71301e371e5ad4273fbe7754bda4816f48b304a
6
+ metadata.gz: cb9c04a85b3004bb7e843680d5d162c3db1a96047a87733aea2bdb7b6378fd72dc3722f7d2f8f6725ed99d48f84548354d46222a658bdb3a3e6c9d34245660fc
7
+ data.tar.gz: c53b49b355549080ec31bc7084473e9ea2665ba5924c9cd9b9eda43a2116c366f29ac49717f27345ed4919a99bdda4f322ad17daaca8d994ccd3c8ed0d92e55d
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: x64-mingw32
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: []