tailwindcss-ruby 4.1.4-arm64-darwin → 4.1.6-arm64-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: 7094c72edf58399834ca2fbc2c6695067030609e84c949e74a471fc188cef869
4
- data.tar.gz: caf6023537663fec9e67611dba820de97999925b91162c139076d51fdd7908e4
3
+ metadata.gz: c58d78cc6de2cb7bd2d3fb48e72cb9472bb3ea0d365dbfcf81bc97c262d163f1
4
+ data.tar.gz: 82c10c38f530e2224de0264573be3d493a57afe0a46ce43f2ff361357bbcb9bc
5
5
  SHA512:
6
- metadata.gz: 8d175b6ffb82ef6d6ba3485f2f5c76550a72e00966fdcdcb5cac01c4855ad07074229e881379c59681cebdf6ca3a9c35004f8bc2ce7b7501d68a7ba3c6f1405b
7
- data.tar.gz: 3e47cef7f21ac40de13b9e76456f468b97570c514757c81e011cef80916a8a44b2eff7bd8a1ab820dc73f7bd86903cb8e0d48cd3124a4c7c2efd410cec1b231b
6
+ metadata.gz: a334a944bc439cde10f82dae03321e6be4e2c8d25165a8246fe9be4d75c2df3e44139c59a9c9fc72398ba3c183ee45e8baa664732119760b007d89fd9142f4aa
7
+ data.tar.gz: 9419f4090e440917b7b0b09f6af9c36b795a53da6e078dbc94f52919535a710162f4c8fee3b5d5ee48a1bf6fc1d155d646cabc116f58e1cb1a192296333e7938
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.1.4"
4
+ VERSION = "v4.1.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.1.4"
5
+ VERSION = "4.1.6"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tailwindcss-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.1.4
4
+ version: 4.1.6
5
5
  platform: arm64-darwin
6
6
  authors:
7
7
  - Mike Dalessio
8
8
  - David Heinemeier Hansson
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-04-20 00:00:00.000000000 Z
11
+ date: 1980-01-02 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A self-contained `tailwindcss` executable, wrapped up in a ruby gem.
14
14
  That's it. Nothing else.
@@ -49,7 +49,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
49
49
  - !ruby/object:Gem::Version
50
50
  version: '0'
51
51
  requirements: []
52
- rubygems_version: 3.6.2
52
+ rubygems_version: 3.6.8
53
53
  specification_version: 4
54
54
  summary: A self-contained `tailwindcss` executable.
55
55
  test_files: []