tailwindcss-ruby 4.0.0.beta.8-arm64-darwin → 4.0.0.beta.10-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: b74d50a113bab897da15991047312106e069540c85cc661c214ccf6bed9ff304
4
+ data.tar.gz: cbbdd5222da5e680d57fdfe8c0fa61677974a25f9e34313f31554a38f1a23a21
5
5
  SHA512:
6
- metadata.gz: 62200cc2c71605e797de6549009b3256ab4f73e504170830f4fe8c67ee1d2409de67e1e7f7a0692fb1610ba84863412a4633a58c0df0a9291573b7255fe511aa
7
- data.tar.gz: 1140a4bf89518e554036b9ca6e6b956b5293ab21e3cef4318ae43be5de23eff603cb732ebeaff13a5c59cc0527f75327be8b2a717837a9b59250ee404e168584
6
+ metadata.gz: ba7d8c59ee1522a92eacc32a6a93a22c60a553a164f6ed7f286309d0f45ede607f4534acc0659af89ad9a250aa536045cc08b7a8ad90a2e82f94cd65e713e74c
7
+ data.tar.gz: faac1f642857063d31f40731236383ba37a1f5616b4143deb876428306935cca80ddd5471c1ab5e9ca92e29977ee680af79fdf84c74b91bf53ab252c1eba1f9f
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.10"
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.10"
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: 4.0.0.beta.8
4
+ version: 4.0.0.beta.10
5
5
  platform: arm64-darwin
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-12-17 00:00:00.000000000 Z
12
+ date: 2025-01-21 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.
@@ -47,11 +47,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
47
47
  version: 3.0.0
48
48
  required_rubygems_version: !ruby/object:Gem::Requirement
49
49
  requirements:
50
- - - ">"
50
+ - - ">="
51
51
  - !ruby/object:Gem::Version
52
- version: 1.3.1
52
+ version: '0'
53
53
  requirements: []
54
- rubygems_version: 3.3.22
54
+ rubygems_version: 3.5.22
55
55
  signing_key:
56
56
  specification_version: 4
57
57
  summary: A self-contained `tailwindcss` executable.