tailwindcss-ruby 3.4.13-x64-mingw-ucrt → 3.4.14-x64-mingw-ucrt

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: f95760d3f3fc37ef426210a25fed685be177c261cb345ebc8a04f83186df4b73
4
- data.tar.gz: 6ddc283e61228fa39184d8f25d2542024549f7268765efbc771fb576a07b6109
3
+ metadata.gz: 6f5b1bf8dbe004190a26fc74824aba3da520959710a4ddec6627017781180831
4
+ data.tar.gz: 7ef45a5a228d69c00e01df8f4f2b2b28b794bedcb5097c224aacba714fa454f9
5
5
  SHA512:
6
- metadata.gz: c9a933866325a0c5e600b97b912177c2920f966e369babc21254a3d4bc5d951456849f0b61919020028e87837592499bb374a4b5901bd37e8646bf31a3cf834f
7
- data.tar.gz: d22c067c65b1683fe74048a568251d84ccfbdb2c2f1dbdb190e4b25d14d10390caf8ddc1aaec0c45824b547d326b442e1a7e9950e5cfbbe9c3492c971222c58d
6
+ metadata.gz: 62a2403998a74b289e60d2b303247338afb32e86f654643a2bd5676d4edff89da7687d554401bdac56fda0eec3a6a35e5659e57db909385aead86ec6e74c4074
7
+ data.tar.gz: a3c1c6cb10c74a64fac11247f0c891cd9791d137638185e90aa92d55875c441995e0c85a245b724e441393b92baa533b030a6724e02cca1f284dfaedb00650b0
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
Binary file
@@ -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: x64-mingw-ucrt
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.