tailwindcss-ruby 3.4.13 → 3.4.14

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: 63800f1fd29ab210589b433d968ace1b191c74447a124976bbcc48f2fcbffc77
4
- data.tar.gz: b839f0037fc474ff3d07281b1ec832d1b2f82d145afd33016a4bb8f80e5fe86d
3
+ metadata.gz: 5f9ced0c9cdb3a304fe741af9579ab4b6929e882308e61b85039a5549ba1fde8
4
+ data.tar.gz: 35beae26c611cfa35dd92854d0fe4cec97901897a8ad182eae92a74c54254e2e
5
5
  SHA512:
6
- metadata.gz: 84d6a11a9d823acc055ed921cc1dd4fadadb0b3f9cc18690a82ed25ef8ee1cf94622ac8ec8cc9d935dd31dd62cee2f3295387ac83e4145a5205f1ce06b529510
7
- data.tar.gz: d61602243fddf0b5b6bcd3027e792374f4579d704315d279eb656f38dd86ca74a9815ba0eb3dc894637c5563edd7dfc92de43f813bb2b5974126be6f9c694eb7
6
+ metadata.gz: 50fcaeb45542f41d51b0c6dd184ec52d8ff57d50e3410c71167620ab0ba020cfd31181b74b0d336b57bb12da4bf867f8a27a772a68138f97ef701161f302f02d
7
+ data.tar.gz: '08771c327b93257483e2cf7d47aa0cc233535a429607eb204bca5a4deae85cb2ac0168d8f91c469c1cf6f45d2d650a23e7bcf3ed38ffd0b71ed582bf1a678523'
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: ruby
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.