tailwindcss-ruby 4.1.3-aarch64-linux-musl → 4.1.5-aarch64-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: 90d9c02f09e7f9cc22d9b67e0c45b94d956ae9a5486ea75a95dde87991f380fb
4
- data.tar.gz: ca9f072b7e3471ddde0d796d64501621780b2498967d72bc05742cd4f9c55454
3
+ metadata.gz: 1413ba4d896434b2cd348e7933aac4d0ac993f70c58305041e2022a51e0dca93
4
+ data.tar.gz: 1fbec080e25bf98c452bf5c6db4d3dfc70413f4fbac8a815bc9fdc1098ed9a46
5
5
  SHA512:
6
- metadata.gz: 3654d4dab000f8119b31cd7685faa6cfd89eade6eded7874af6ba608e7bf34701546ba9830e08a32f84991db604e9593f376edac5b842f2148412155758bc685
7
- data.tar.gz: 124a2dd45e1ddfe9e98f93a20279112ed92efdb28c89d2bb61d9467cf14b29f4759c099be639188ec5e386d733e548f9e6b403d398b86ab49da6cdeb5bf184a1
6
+ metadata.gz: c589c6ec483f54848082a66861a97c26fbd3ab821645c68ea6acf76e5d4c18470aa6eae82487201ca61a33e4e937a49ae0f03d771c2d243f47d4527f7e3684f1
7
+ data.tar.gz: fce115cb6e882a5c14ebc59f31ea3ed6604be3cf4209c3cf78c99a394fd6aa33097b598826143087650ff289c9e46d92c611c67e81c9aa2ebf210aa98737efb5
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.1.3"
4
+ VERSION = "v4.1.5"
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.3"
5
+ VERSION = "4.1.5"
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.3
4
+ version: 4.1.5
5
5
  platform: aarch64-linux-musl
6
6
  authors:
7
7
  - Mike Dalessio
8
8
  - David Heinemeier Hansson
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-04-05 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: []