tailwindcss-ruby 4.0.0.alpha.30-x64-mingw32 → 4.0.0.alpha.31-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: 45560561eb38175fde84dee2f4493443fd28de3a687f4a76cf491a95e4f79aad
4
- data.tar.gz: 843e5e938d85c16d65871b354b01e4d2bfd8c802bac708453c0f6d95b14101ad
3
+ metadata.gz: fa789621d6ef4a6c000354d882b656662f56e7ff060f68f0bfbc84f3d68298fe
4
+ data.tar.gz: 7bd001f7615354e4c61694910ed8fed41a882f7c51c52ca60638c872559491ce
5
5
  SHA512:
6
- metadata.gz: 5d64be2b5272f4fd09ae4ff1e637d57796eff832e5f78eeea20cad79f1c3b9e22d1d8fcaf1b30016f11b0bc5b72529677c6e80a813282b6a56755ac252758d72
7
- data.tar.gz: 4b9a498acef2dd9523c0e7e4c5bb0c2f6accf342f4cb97d7719098b81128dce2f139180431bc73b984097758d00a672c50a3c70ecd78d4041c781fce8fd00b4c
6
+ metadata.gz: 8d1b87f14e26cb8106f90091a7937f398d3c3b8ec288a68321c116cf8b0375a51f2417018743abd61c1de0856e9d09ac5c6958c51c010cb9c9511133831b7b6f
7
+ data.tar.gz: 539b3df6fcd8ebcacde990728c0fc64572d3d57f0c64c176449c8d551790d1b16b69a638fd5768af0f3d75a1ce2e267b23d77b11fcd23bf9d97b2dce058efbec
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.0.0-alpha.30"
4
+ VERSION = "v4.0.0-alpha.31"
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.30"
5
+ VERSION = "4.0.0.alpha.31"
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.30
4
+ version: 4.0.0.alpha.31
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-25 00:00:00.000000000 Z
12
+ date: 2024-10-30 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.