tailwindcss-ruby 4.0.0.beta.9-x64-mingw-ucrt → 4.0.0.beta.10-x64-mingw-ucrt

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: 10111821ae0ed778cf5fa8c4ea463b86556b87c96ee8624f0800eae242668a6f
4
- data.tar.gz: 738cbafdff813abf33dda8ca488688171179f411893fdd0d164624905e15aa8d
3
+ metadata.gz: c34bb5b9667f18bc3d76deabdf256df5559751866600eee5eb5edc8e29540ced
4
+ data.tar.gz: 577b7c8bc6d24e57c08219138ab4f8f58a62f8d63566c82b629a118b3e1087da
5
5
  SHA512:
6
- metadata.gz: 5444eaf526cb96a37a31a31507507f15f6482563503312dec4767643187e11283065ffeab378d106fc111f9accd2f3dad7ed80885b5138079216cb1f1045e8e5
7
- data.tar.gz: 6e6924e33f1895d04f61a8a142290f1d482946c1f50ba8ab04144880b90547a06c3b75ec27a80913f3b8243bc418493ba123546f7c33a28532d5963c6aad123c
6
+ metadata.gz: c62dd00dc319d7be8dad1025a602994a7b598ba7968d19e2e6c52f0cb2908ce27597f57fa8c9391aa7c656b32fbeb0f1229e7eac9035ae26ca17cfcda46a1ab7
7
+ data.tar.gz: 2f1e84e61d0d4d81dfc94ea05564f73ba01871526f1af359a416cef2f60498512fec210ecea0b9f5c7f787a002ad5b0d418ce4314ed81593cbbb0e2971953659
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.0.0-beta.9"
4
+ VERSION = "v4.0.0-beta.10"
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.9"
5
+ VERSION = "4.0.0.beta.10"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tailwindcss-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0.beta.9
4
+ version: 4.0.0.beta.10
5
5
  platform: x64-mingw-ucrt
6
6
  authors:
7
7
  - Mike Dalessio
8
8
  - David Heinemeier Hansson
9
+ autorequire:
9
10
  bindir: exe
10
11
  cert_chain: []
11
- date: 2025-01-10 00:00:00.000000000 Z
12
+ date: 2025-01-21 00:00:00.000000000 Z
12
13
  dependencies: []
13
14
  description: A self-contained `tailwindcss` executable, wrapped up in a ruby gem.
14
15
  That's it. Nothing else.
@@ -35,6 +36,7 @@ metadata:
35
36
  source_code_uri: https://github.com/flavorjones/tailwindcss-ruby
36
37
  changelog_uri: https://github.com/flavorjones/tailwindcss-ruby/blob/main/CHANGELOG.md
37
38
  rubygems_mfa_required: 'true'
39
+ post_install_message:
38
40
  rdoc_options: []
39
41
  require_paths:
40
42
  - lib
@@ -49,7 +51,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
49
51
  - !ruby/object:Gem::Version
50
52
  version: '0'
51
53
  requirements: []
52
- rubygems_version: 3.6.2
54
+ rubygems_version: 3.5.22
55
+ signing_key:
53
56
  specification_version: 4
54
57
  summary: A self-contained `tailwindcss` executable.
55
58
  test_files: []