tailwindcss-ruby 4.0.0.alpha.31-x64-mingw32 → 4.0.0.alpha.33-x64-mingw32

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: fa789621d6ef4a6c000354d882b656662f56e7ff060f68f0bfbc84f3d68298fe
4
- data.tar.gz: 7bd001f7615354e4c61694910ed8fed41a882f7c51c52ca60638c872559491ce
3
+ metadata.gz: da8b6da3c460ce33270fb66e4730605edd7153a45fd8aef49cea89db3d7a0a25
4
+ data.tar.gz: 0e2df22bd7443225cf93505ad83b23083c536638aa580ceefa15a27f3d3cf548
5
5
  SHA512:
6
- metadata.gz: 8d1b87f14e26cb8106f90091a7937f398d3c3b8ec288a68321c116cf8b0375a51f2417018743abd61c1de0856e9d09ac5c6958c51c010cb9c9511133831b7b6f
7
- data.tar.gz: 539b3df6fcd8ebcacde990728c0fc64572d3d57f0c64c176449c8d551790d1b16b69a638fd5768af0f3d75a1ce2e267b23d77b11fcd23bf9d97b2dce058efbec
6
+ metadata.gz: 01ed87ead392bd846507305ccdefef1fb292715a748b6ee9dd1e8511fe219459acf633ac979dabcf0d2158d894c37bae3e324fb0ba441214619fbfe780bb84e0
7
+ data.tar.gz: bedc734155b2e2f971f14209438d3336bdcf6011d4bc0aacd9441b9f396d908e363136d5620adf1107f43b1d7754cf059088a795744d3fd75150a2d0cff54076
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.0.0-alpha.31"
4
+ VERSION = "v4.0.0-alpha.33"
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.alpha.31"
5
+ VERSION = "4.0.0.alpha.33"
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.alpha.31
4
+ version: 4.0.0.alpha.33
5
5
  platform: x64-mingw32
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-10-30 00:00:00.000000000 Z
12
+ date: 2024-11-12 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.