tailwindcss-ruby 4.0.0.beta.6-x86_64-linux → 4.0.0.beta.8-x86_64-linux

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: 6af10b2fff6aaf5d0996750599d248336b08efe4cc57c0aa2f86b0dd8790491d
4
- data.tar.gz: 60de2b7416fff82665509487cc839a519e55790568430a5fb1acc42af92bd179
3
+ metadata.gz: 953057a27fb76e68449fff32b8a918e0147f62d206117550ce483d767e187aea
4
+ data.tar.gz: b4ae2b4bfe3b0faac6fb500e453c0f5dd6d58964ca11b31eede1317c3bc3a3ed
5
5
  SHA512:
6
- metadata.gz: a8309e75ada2d39a668fd3f6bfd67b7aa272fddccf14c9368669a68b0785de4cc2430513f99b6ba258443efbd3535b06f5e06b8d4a5692bfea98ecd9d1fb92ce
7
- data.tar.gz: e6667ad0b1fb8bea7e1bb456619ca4f7c20b2bc30ab02e7fdfbf6616f64efe4fcea5570180873f0876f0cf34d90b8a7fbf05e9c8315004eb8361fb9256d6c1b7
6
+ metadata.gz: ad38d28d3c5702c5595834f03dff1f093e4b203f379fe586c112f89fdb8226f7cf9bfb77a53f542808c1490941270d2dfb02202f27fa78caf62e4d462b0fe0bd
7
+ data.tar.gz: 81da724061134fa41b83cb3ea24a8901ba3d6c844629d2f166052d86423b187b2418d0cef44e88ffa6f9af0e676abe75035fda587f1443e0e432863162c3e63b
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.8"
5
5
 
6
6
  # rubygems platform name => upstream release filename
7
7
  NATIVE_PLATFORMS = {
@@ -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.8"
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.6
4
+ version: 4.0.0.beta.8
5
5
  platform: x86_64-linux
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-07 00:00:00.000000000 Z
12
+ date: 2024-12-17 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: '0'
52
+ version: 1.3.1
53
53
  requirements: []
54
- rubygems_version: 3.5.22
54
+ rubygems_version: 3.3.22
55
55
  signing_key:
56
56
  specification_version: 4
57
57
  summary: A self-contained `tailwindcss` executable.