tailwindcss-ruby 4.0.0.beta.6-x86_64-darwin → 4.0.0.beta.9-x86_64-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: 4669ee3eaa03f99095569ac787d6b9e244d71af9fd144b547dd602cd88223e12
4
- data.tar.gz: 40e8634d0f1c507147aa93323b25d641429f7c0b1c8121a4fc3a521761cb671f
3
+ metadata.gz: c28bc22b2e461b3b2db8901855fb4dfd806ef988f74120b4427e62cb723d39b1
4
+ data.tar.gz: 99d5570be58e6cc695541cac0b7190899c04e9e8ec8815c40ae970605e35f386
5
5
  SHA512:
6
- metadata.gz: e71959e899f0f59ee853dbdd2467ccb627fa431db7602ed951dd03d8d34463d5783275af5702322e3d5fc1e833def08adb5bae9c2f2c537b2602d371ea03f93b
7
- data.tar.gz: b72e787753343883bd4bff272bfa3f099202c007897c7c17fe6c4f66a8f942f59881648b65f26ed84181aa41cbee6aa12c2fcb595664eb97311ec05b5c09ff11
6
+ metadata.gz: 9b804e19e9d273d407f1fd87ad46dca3198b17bc684d88355e4e4023283ae30d2c9f207ef5315a9c9a7d236aba17ac538d3f717dd30d19c1199b40514810623f
7
+ data.tar.gz: fba36db7238d62dcab665656d55c618bd85de55dcb9e58d9dc3309385cb095a32c266ed8619a1d2db0c1deeaf82ff6cd63359d69ea6850332fd8f46df11c3ddb
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: x86_64-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: []