tailwindcss-ruby 3.4.13-arm-linux → 3.4.15-arm-linux

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d6e39bd08e8683d1c22e1004c58541b08b9702fa9551d0971e37cd2dc8ff1d76
4
- data.tar.gz: 637b54669bf3559278417483fa32de905f628675b6325250a76266761ab37a9f
3
+ metadata.gz: 821e2cd224284987cf45a3e3630ffb57fcd9157375e30df73e9450fada999e48
4
+ data.tar.gz: 95910704aa72a0d173f856bb3455f4749cb6763c07ed6ff5ad6f7f9ba0690c71
5
5
  SHA512:
6
- metadata.gz: 9c00f840957bb9e9018613e3cfd57c20097e84250e874f5352ede19af9f589476fa28acf4fa19eef51b84b7d28a72a4739ba53f4594298f8bc218bd638661dcb
7
- data.tar.gz: d123cde299f45e3b91b8097c1fcea596e68c410f4a63d934badfc6191f3f4d92675f96553b8ffa62d2f447e994e0a7b676d081375a0f42872a309689a946838c
6
+ metadata.gz: 1c9203e50a001e81ced6363c41d94f602839c6ab113157ca2f3b5dcda7de68f927513690941b19072db6be45cb6732c40c9bb2b46f5a5fb927e2de08ec40b641
7
+ data.tar.gz: 07e33998a365d0415606e6e5a9153481b4fad0201291bf41e0a92c11c1143f853195d1e0c3eca174d3ea65cdbf62f2eceae6750a1af0ae28800fe152fe8933d1
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.15"
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.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.13
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-09-27 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.