tailwindcss-ruby 3.4.13 → 3.4.15

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: 63800f1fd29ab210589b433d968ace1b191c74447a124976bbcc48f2fcbffc77
4
- data.tar.gz: b839f0037fc474ff3d07281b1ec832d1b2f82d145afd33016a4bb8f80e5fe86d
3
+ metadata.gz: 1876b6378e2929470307b623c252dad24b99f90ca37a7be194bbe70ecf24e5c6
4
+ data.tar.gz: 2ee5bc40a72c6234df39f4a91425fbd7b6cc39e8682ccc7f6f621411098e16f7
5
5
  SHA512:
6
- metadata.gz: 84d6a11a9d823acc055ed921cc1dd4fadadb0b3f9cc18690a82ed25ef8ee1cf94622ac8ec8cc9d935dd31dd62cee2f3295387ac83e4145a5205f1ce06b529510
7
- data.tar.gz: d61602243fddf0b5b6bcd3027e792374f4579d704315d279eb656f38dd86ca74a9815ba0eb3dc894637c5563edd7dfc92de43f813bb2b5974126be6f9c694eb7
6
+ metadata.gz: ef0636da0fc0b323d4556897d317b6e40969301734e1b5008eba8e6c6d61b47991d5799a58f904a0c1b4fa5eb2ff08130d23bd1682bfbffa35bf2cf444d754ec
7
+ data.tar.gz: 29fcbf6c80e713e3d1dde1987cc10d78a92486d360272b39eeb99bac823a33f7c12db70fe75043c6be0f569fd3425ef3c586573a93f5f0a5d3bfa54f02ff3579
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: 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-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.
@@ -50,7 +50,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
50
50
  - !ruby/object:Gem::Version
51
51
  version: '0'
52
52
  requirements: []
53
- rubygems_version: 3.5.16
53
+ rubygems_version: 3.5.22
54
54
  signing_key:
55
55
  specification_version: 4
56
56
  summary: A self-contained `tailwindcss` executable.