tailwindcss-ruby 3.4.13-arm64-darwin → 3.4.15-arm64-darwin

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: e27fd30bb59cf6510d5826d5fefecd251733c725b71cc74bf0b5fb5dc5da40b6
4
- data.tar.gz: 6309730e59f9c221ee56673c5453ed73a6e0a9aa5242f06e31d9d1740fd1d31c
3
+ metadata.gz: 9dfc25da5c72920419a2e85ede56043a6b98cb0a792dd49d43dca81b5cc90946
4
+ data.tar.gz: 07b3621cb3cfbeaa9ddcea27c9dbbada4a45f6c5a9a5902317b7643c3585bf26
5
5
  SHA512:
6
- metadata.gz: 672d12fb8a97a9f17f09ce8242966fd262a81fc9a77c7f2e3d929587c1878685dd8511ccd12a998683a448138202fce8d72ab2413f4eab54cef5508837c52604
7
- data.tar.gz: d1921afeb11791cf5a3c762b5f95618bd6465c08f8b7fec447f68bedb43d12d269aaf1884745ad598ca3cbf18af86452ae56b6e4816928a9ed5e5cbe81629d92
6
+ metadata.gz: 18c13e4fa24802ebd06d810e5c794f6c55640e4341586d15976052e36a99b727ea5649ffea8fce8c923bc3f3e8c90516ed77aaa19a1c5e25335c9610a7033955
7
+ data.tar.gz: de7ef039b68c978306f0bba88ef20a15114c90313f4e83c2d22b9eec15a3a9488f04a0f4f5703d2ba109b7a98167f2d54041e339bd98ca3c10b1da6cf4dd929a
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: 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-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.