tailwindcss-ruby 4.0.0.beta.8-x86_64-darwin → 4.0.0.beta.10-x86_64-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: ae021e9abc9811285c5ff9eb0250e8c1537386553a4d004bdf234a346172ef8b
4
- data.tar.gz: 8f98df0fa71047b7251241614ebf53e0f7c05bbcddff5ff7a82758a6a9fd8ef4
3
+ metadata.gz: 8b95a8651e85544e6442c47b767ed464bdc92b20eb1befd78a72be22fee34fa3
4
+ data.tar.gz: a09186b6737311e728dcfe5f8eadf9b0b4c9f9fc7956e91c851daac16988c71b
5
5
  SHA512:
6
- metadata.gz: 1a4545d7cf2dc51434f0f05885cc31cc92b0196f6f526cb77c26230e04ad137010c2b5eb88acf80cd6e87707160079c219486619abb41202e27b658e808e1c45
7
- data.tar.gz: 7f613ea84cca8b05ab6683fe0939fc42b37d9afcc45f98a208995fcf0428197f1009ce96978f3970796a0d96c86deeefbde0cde47780cb2d3f8a1a502428f1c0
6
+ metadata.gz: 20336cfc4afaeca137ee7ad695ad599768cbd44cc12fd9b2efca939526f1a998008efccad8ca20f8b23f0e67ac9ed1d8e9a2971e2a0aa2526291a01f4132d659
7
+ data.tar.gz: b8d2669a188d7b6707f7b3bfadf8cc372c097d34dda838e0230dacb63e5cd27f5837e5651908eba5045b1f95fcdb120d23c5a7ecd8303f53a3a0c8829a567b33
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: x86_64-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.