tailwindcss-ruby 4.0.0.beta.6-arm64-darwin → 4.0.0.beta.9-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: 3c43b2c5e0c5c7a84b09dae11d3f8249cccbdfc64f4ec4ca82399e7336f8b2da
4
- data.tar.gz: 226a06f67b8a2e19a15b923b7de9d59099293737b78f0aa2848233ae4df859ca
3
+ metadata.gz: afb3106502de1d3d11fc944c97945c4a6c2a57da102d91e9bd525cf5226e1e20
4
+ data.tar.gz: 6476776bedd1aabd925bf1723f6da84754a21c0ee48599fe59f0314752301529
5
5
  SHA512:
6
- metadata.gz: caabfc4922e838962f25ee857df79a7876a9c19f51574080bce6d681588eb1a26419988f2b9d690c191cc20c9b68c518d5252b06915668ea58a5020acb09c544
7
- data.tar.gz: cd766bb87905cf677340a97f2b39ec8b81bb4e00dd7ecd1c74aafe82e19cdf1267938f1b430cab5be42dcf61ecc0edfe25efa826cdcad3f3e9633f508c6f883f
6
+ metadata.gz: a32d95c33db1d5abbe323389333033bace7885b256877ee70b84742339b8f88b75a2922134b2bd348c1564fa4cc7fbb35c7b798589e234b15672fc2a0ed04048
7
+ data.tar.gz: 224559c28791bdfa6a1f45952d5774c58369d6ea3a38144e98cbabf65cd493437376224b79024fbb89d1304e6b733807b9d15209de19ae7a8bc5eca5ff89f408
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: arm64-darwin
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: []