tailwindcss-ruby 4.0.0.beta.6-x64-mingw32 → 4.0.0.beta.9-x64-mingw32

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: fb700162a3f28604ce5e249b21be781a72c95edef749cc8883cb4612f4ab287c
4
- data.tar.gz: b20d0971726ee29454a08767ab745aa1117cafbdf55e41a8c811117e82aa7111
3
+ metadata.gz: 91e1fc53a12765e6fd62c88b5100f6d3c4e41bbd8a667aa689f26b0ca2d4bc6c
4
+ data.tar.gz: 87545eedd766a1e85145a20d726a2da607292f46d40d5e6d2cce3d6c06a13b1d
5
5
  SHA512:
6
- metadata.gz: 8ba7c47ab7ec1a438b9e00f94501a9234d3c30577a16bbfdd68a66249290f74960c59b35a101aa1fea8654f258661a8da8f3a1baee135f4b9701cd661e12f1bd
7
- data.tar.gz: 06a93e707efc1504558e52fe404564028bf90e3556c5e133e104dbd0ef56cd277c81a475c05da53ae56737428a32f1e6e61a346c559b7d3e3630734a74627716
6
+ metadata.gz: eafc1bfc5424b3f56a69c214b0b746d1e58919bea9ea85d51d842a0417c06affb3a117b777fe2e510189527d4310c0ec53623062a17e8af764bd95200d728e8b
7
+ data.tar.gz: 1f342e6b7babaed097be4eb2de6597d70eb5ca0741f3f430d9b993df89604cc7b768bc025167254f269ddc61f9ab453d9f051f1591709b25368a87f50ec3111d
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.0.0-beta.6"
4
+ VERSION = "v4.0.0-beta.9"
5
5
 
6
6
  # rubygems platform name => upstream release filename
7
7
  NATIVE_PLATFORMS = {
@@ -9,9 +9,10 @@ module Tailwindcss
9
9
  "x64-mingw32" => "tailwindcss-windows-x64.exe",
10
10
  "x64-mingw-ucrt" => "tailwindcss-windows-x64.exe",
11
11
  "x86_64-darwin" => "tailwindcss-macos-x64",
12
- "x86_64-linux" => "tailwindcss-linux-x64",
13
- "aarch64-linux" => "tailwindcss-linux-arm64",
14
- # "arm-linux" => "tailwindcss-linux-armv7",
12
+ "x86_64-linux-gnu" => "tailwindcss-linux-x64",
13
+ "x86_64-linux-musl" => "tailwindcss-linux-x64-musl",
14
+ "aarch64-linux-gnu" => "tailwindcss-linux-arm64",
15
+ "aarch64-linux-musl" => "tailwindcss-linux-arm64-musl",
15
16
  }
16
17
  end
17
18
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Tailwindcss
4
4
  module Ruby
5
- VERSION = "4.0.0.beta.6"
5
+ VERSION = "4.0.0.beta.9"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tailwindcss-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0.beta.6
4
+ version: 4.0.0.beta.9
5
5
  platform: x64-mingw32
6
6
  authors:
7
7
  - Mike Dalessio
8
8
  - David Heinemeier Hansson
9
- autorequire:
10
9
  bindir: exe
11
10
  cert_chain: []
12
- date: 2024-12-07 00:00:00.000000000 Z
11
+ date: 2025-01-10 00:00:00.000000000 Z
13
12
  dependencies: []
14
13
  description: A self-contained `tailwindcss` executable, wrapped up in a ruby gem.
15
14
  That's it. Nothing else.
@@ -36,7 +35,6 @@ metadata:
36
35
  source_code_uri: https://github.com/flavorjones/tailwindcss-ruby
37
36
  changelog_uri: https://github.com/flavorjones/tailwindcss-ruby/blob/main/CHANGELOG.md
38
37
  rubygems_mfa_required: 'true'
39
- post_install_message:
40
38
  rdoc_options: []
41
39
  require_paths:
42
40
  - lib
@@ -51,8 +49,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
51
49
  - !ruby/object:Gem::Version
52
50
  version: '0'
53
51
  requirements: []
54
- rubygems_version: 3.5.22
55
- signing_key:
52
+ rubygems_version: 3.6.2
56
53
  specification_version: 4
57
54
  summary: A self-contained `tailwindcss` executable.
58
55
  test_files: []