tailwindcss-ruby 3.4.14-arm64-darwin → 4.0.0.alpha.25-arm64-darwin

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: 172c75dc8ec36fc8bf8965d0cbf9260b358d20aed4f04484333585be53a97468
4
- data.tar.gz: 6845b4d0184cd1bb7df28241184ca07e4114dc97d5c2386313fe2664439bc525
3
+ metadata.gz: c30c12a0b1cb95492981c6631577a1eaa2fcffcf0ec65ed8d08ffbcba5ae6580
4
+ data.tar.gz: 35bb328cea1f55b44a53dd27c44b8932719998f8b934e7d9f78aec61e8cb86d5
5
5
  SHA512:
6
- metadata.gz: 51eafe56debb9a47b12388bec8c09e4558c27f62c2624c5db7b78471d2457854d9ff36eb9a94b436031d7a95bbd47daad6c829a1e0fcebf668248eeb79d937e6
7
- data.tar.gz: 88774b1b27c60b687ea84bc3bef1c80b0dd15bb45a57363e337085afc7f7c2a6f2f009a5b62aae7f14ae9a61a4556f955bd25efbb1ef3ed1c71ee5897b4a1506
6
+ metadata.gz: e8a6b9911079cdd2a00be855d3486f6c9026c596f6215ea969db380923c46df0bf61d6917bff4242e7421d0457ea05c98865d71404e622cf27a4ffca015238c2
7
+ data.tar.gz: e59671777bffa392a8df0cef30bbb82f31c638244e4981945d3e401a2888ae5b2921b981dc5896ac9d6b475b759e8f50ad821cb7217f1f3fda4a6199820d1ab1
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
- warn("ERROR: " + e.message)
17
+ STDERR.puts("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.14"
4
+ VERSION = "v4.0.0-alpha.25"
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.14"
5
+ VERSION = "4.0.0.alpha.25"
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.14
4
+ version: 4.0.0.alpha.25
5
5
  platform: arm64-darwin
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-10-15 00:00:00.000000000 Z
12
+ date: 2024-09-27 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.