tailwindcss-ruby 3.4.15 → 4.0.0.alpha.25

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: 1876b6378e2929470307b623c252dad24b99f90ca37a7be194bbe70ecf24e5c6
4
- data.tar.gz: 2ee5bc40a72c6234df39f4a91425fbd7b6cc39e8682ccc7f6f621411098e16f7
3
+ metadata.gz: d4ec44144e12567a2cf507533098cc45cf7501378c986439e8d199cdf1831d9d
4
+ data.tar.gz: ce1d6e4013cb708493be798ca3816c473aa4a62a39df0a369268ef77310120ad
5
5
  SHA512:
6
- metadata.gz: ef0636da0fc0b323d4556897d317b6e40969301734e1b5008eba8e6c6d61b47991d5799a58f904a0c1b4fa5eb2ff08130d23bd1682bfbffa35bf2cf444d754ec
7
- data.tar.gz: 29fcbf6c80e713e3d1dde1987cc10d78a92486d360272b39eeb99bac823a33f7c12db70fe75043c6be0f569fd3425ef3c586573a93f5f0a5d3bfa54f02ff3579
6
+ metadata.gz: 4ecdbd1c77e5ae962166ccf1a9f916795fd98ffe99c22b37caa478822c8d9db291a1e970d53120bd84b5506a2515e87bfc32189f391e1ecd2c0274ecfff25a2e
7
+ data.tar.gz: fc75fe450fa6344136f4867b696aeb27cc7d2da8a390d3ab71734a5a6c3f559f5bad18fbbc2ce4c3bb17c88b65367037c2ee61a763a20a574adbbb72e50db9b1
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.15"
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.15"
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.15
4
+ version: 4.0.0.alpha.25
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-11-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.
@@ -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.22
53
+ rubygems_version: 3.5.16
54
54
  signing_key:
55
55
  specification_version: 4
56
56
  summary: A self-contained `tailwindcss` executable.