tailwindcss-ruby 4.0.0.beta.8-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: d9ae1979608e271fb1bdb9b49deaa29b7564185a4addae57d1de53ad2d543cdd
4
- data.tar.gz: 05e0153b4f07a228554ec999791225e12caf82f8ea8f8b3a4fd81a19d1fa1f6d
3
+ metadata.gz: afb3106502de1d3d11fc944c97945c4a6c2a57da102d91e9bd525cf5226e1e20
4
+ data.tar.gz: 6476776bedd1aabd925bf1723f6da84754a21c0ee48599fe59f0314752301529
5
5
  SHA512:
6
- metadata.gz: 62200cc2c71605e797de6549009b3256ab4f73e504170830f4fe8c67ee1d2409de67e1e7f7a0692fb1610ba84863412a4633a58c0df0a9291573b7255fe511aa
7
- data.tar.gz: 1140a4bf89518e554036b9ca6e6b956b5293ab21e3cef4318ae43be5de23eff603cb732ebeaff13a5c59cc0527f75327be8b2a717837a9b59250ee404e168584
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.8"
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.8"
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.8
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-17 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
@@ -47,12 +45,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
47
45
  version: 3.0.0
48
46
  required_rubygems_version: !ruby/object:Gem::Requirement
49
47
  requirements:
50
- - - ">"
48
+ - - ">="
51
49
  - !ruby/object:Gem::Version
52
- version: 1.3.1
50
+ version: '0'
53
51
  requirements: []
54
- rubygems_version: 3.3.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: []