tailwindcss-ruby 3.4.13-arm-linux → 3.4.14-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: d6e39bd08e8683d1c22e1004c58541b08b9702fa9551d0971e37cd2dc8ff1d76
4
- data.tar.gz: 637b54669bf3559278417483fa32de905f628675b6325250a76266761ab37a9f
3
+ metadata.gz: d16e9974e3702767263d05ea384be1aaae0871dd6d2027ff8b08522eba3ac43f
4
+ data.tar.gz: 5b1398a1f79221eb48f90c1b7a2e2331ad55a9cde60b4e3b9bda290f1decb7cb
5
5
  SHA512:
6
- metadata.gz: 9c00f840957bb9e9018613e3cfd57c20097e84250e874f5352ede19af9f589476fa28acf4fa19eef51b84b7d28a72a4739ba53f4594298f8bc218bd638661dcb
7
- data.tar.gz: d123cde299f45e3b91b8097c1fcea596e68c410f4a63d934badfc6191f3f4d92675f96553b8ffa62d2f447e994e0a7b676d081375a0f42872a309689a946838c
6
+ metadata.gz: 6bd640d9c2cfabda4b55eb83809664abe328e6abc8c758960112ef47a3717eca7cd5ffd4c91e35797dd7c0b8cf99ed9dfbda6c6cac778806782dc4269f15c230
7
+ data.tar.gz: 517195edb0675090f321f3eb51da77b1a461427d7e843b8b26b2f13cfbe98cc88bbe0c18bcff699f6461ebae6c50553a4cf6153419a478e44fa7582684578897
Binary file
data/exe/tailwindcss CHANGED
@@ -14,6 +14,6 @@ begin
14
14
  exec(*command)
15
15
  end
16
16
  rescue Tailwindcss::Ruby::UnsupportedPlatformException, Tailwindcss::Ruby::ExecutableNotFoundException => e
17
- STDERR.puts("ERROR: " + e.message)
17
+ warn("ERROR: " + e.message)
18
18
  exit 1
19
19
  end
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v3.4.13"
4
+ VERSION = "v3.4.14"
5
5
 
6
6
  # rubygems platform name => upstream release filename
7
7
  NATIVE_PLATFORMS = {
@@ -11,7 +11,7 @@ module Tailwindcss
11
11
  "x86_64-darwin" => "tailwindcss-macos-x64",
12
12
  "x86_64-linux" => "tailwindcss-linux-x64",
13
13
  "aarch64-linux" => "tailwindcss-linux-arm64",
14
- "arm-linux" => "tailwindcss-linux-armv7",
14
+ "arm-linux" => "tailwindcss-linux-armv7"
15
15
  }
16
16
  end
17
17
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Tailwindcss
4
4
  module Ruby
5
- VERSION = "3.4.13"
5
+ VERSION = "3.4.14"
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.13
4
+ version: 3.4.14
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-09-27 00:00:00.000000000 Z
12
+ date: 2024-10-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.