tailwindcss-ruby 3.4.14-arm-linux → 3.4.15-arm-linux

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: d16e9974e3702767263d05ea384be1aaae0871dd6d2027ff8b08522eba3ac43f
4
- data.tar.gz: 5b1398a1f79221eb48f90c1b7a2e2331ad55a9cde60b4e3b9bda290f1decb7cb
3
+ metadata.gz: 821e2cd224284987cf45a3e3630ffb57fcd9157375e30df73e9450fada999e48
4
+ data.tar.gz: 95910704aa72a0d173f856bb3455f4749cb6763c07ed6ff5ad6f7f9ba0690c71
5
5
  SHA512:
6
- metadata.gz: 6bd640d9c2cfabda4b55eb83809664abe328e6abc8c758960112ef47a3717eca7cd5ffd4c91e35797dd7c0b8cf99ed9dfbda6c6cac778806782dc4269f15c230
7
- data.tar.gz: 517195edb0675090f321f3eb51da77b1a461427d7e843b8b26b2f13cfbe98cc88bbe0c18bcff699f6461ebae6c50553a4cf6153419a478e44fa7582684578897
6
+ metadata.gz: 1c9203e50a001e81ced6363c41d94f602839c6ab113157ca2f3b5dcda7de68f927513690941b19072db6be45cb6732c40c9bb2b46f5a5fb927e2de08ec40b641
7
+ data.tar.gz: 07e33998a365d0415606e6e5a9153481b4fad0201291bf41e0a92c11c1143f853195d1e0c3eca174d3ea65cdbf62f2eceae6750a1af0ae28800fe152fe8933d1
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v3.4.14"
4
+ VERSION = "v3.4.15"
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 = "3.4.14"
5
+ VERSION = "3.4.15"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tailwindcss-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.4.14
4
+ version: 3.4.15
5
5
  platform: arm-linux
6
6
  authors:
7
7
  - Mike Dalessio
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2024-10-15 00:00:00.000000000 Z
12
+ date: 2024-11-15 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: A self-contained `tailwindcss` executable, wrapped up in a ruby gem.
15
15
  That's it. Nothing else.
@@ -51,7 +51,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
51
51
  - !ruby/object:Gem::Version
52
52
  version: '0'
53
53
  requirements: []
54
- rubygems_version: 3.5.16
54
+ rubygems_version: 3.5.22
55
55
  signing_key:
56
56
  specification_version: 4
57
57
  summary: A self-contained `tailwindcss` executable.