tailwindcss-ruby 4.0.0.beta.9-x86_64-linux-gnu → 4.0.0-x86_64-linux-gnu

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: 5fd996ff6a3bb853f9c35e7b07ccb86320d06713219e1a2ad75b82bc87ec8899
4
- data.tar.gz: eb7d9f34a84ea69e1a69acc5247e341c91db0a03d9ada90053f5e371421ce8c0
3
+ metadata.gz: a27f7601a44390dab30cf45182efbaf628b5d3ee6524499c5a46acb06239cd98
4
+ data.tar.gz: 68cf115d887c58e0ee275cd608ac6beb24fc0f4037faa6e807add8f206dceaf9
5
5
  SHA512:
6
- metadata.gz: 435eca761f758669a149cd2fc00d9c6c8cc025d57997e55709e4ea1aa3f59f488d005afbacc6c6558b7681579e4b63ff558b14c36bfd062c7004386e0de50360
7
- data.tar.gz: 017f65cf2507c6d14bb066a687e35da46565a64a3774710e2e9b812e9cca221f25ec759e3bc43ba1df8e5e7ddcfbb39523a7593ab8e9066267494c3a64c65fb3
6
+ metadata.gz: 7c6b07aa2401ddd8d393e48004271eae99c8286b129f88d46c4f8cab97269790d54ef44d3a6cf34671ab599e8271727f2e9b67beb0421ccc96dba6be7642724f
7
+ data.tar.gz: d9d97f010bc5d35fd4809b4ae1384aa59abde2d606730c945dfa42cf9f08e0383158bb83314268f1836d156f3bf656d5ca7b91f4daa3d02e9764b3088eb469a1
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"
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"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
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
5
5
  platform: x86_64-linux-gnu
6
6
  authors:
7
7
  - Mike Dalessio
8
8
  - David Heinemeier Hansson
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-01-10 00:00:00.000000000 Z
11
+ date: 2025-01-23 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A self-contained `tailwindcss` executable, wrapped up in a ruby gem.
14
14
  That's it. Nothing else.