tailwindcss-ruby 4.0.5-x64-mingw-ucrt → 4.0.6-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: a3ca6d4e84914ba99f02324c1aa441694ce95c18b96d9f3f43f6c297ae4ea643
4
- data.tar.gz: 4173146e0737d102d8d8235f2ae3a9176d8b51569b1086738dd92bdc5f0123c5
3
+ metadata.gz: 63ee9e498da07ad5069349f40341a71dce171480e821fe880d9f4cfa52a859b0
4
+ data.tar.gz: a4568da4acf17fc4a070768e795615a5c04b93a6a32cb208105e1da59d317df5
5
5
  SHA512:
6
- metadata.gz: '08251050d3a512995d4ae2a0c3245d16de93e8cf3e3e352ae80862626df73285783a5b2b7012ad6f3c3397699297826d73f592448cf4f9cb18352c09f387554d'
7
- data.tar.gz: 587c4a60ac8325869c7d26f62b2034c5110df5be70a572ca3679a729c3afc1caa3f6832566dca2f3be61bdee11d1c02caf470560e7e2b9e32da9581932dd5edd
6
+ metadata.gz: 1e526b3336e4d36ee9a1e7e4d5406e1696d86268b4673a0f9168542823fdb8363fd6d4d964e0475325e264699916f609ea6863e82afb5483ac9cdf9423e9183a
7
+ data.tar.gz: e5c407f85fa1caf28f544ef0c9743ae7560417c474474a170a7c982c1bc10828bde01b7539511f87df5b5be8ab2ec3fb3b3adabe0f7e3323bb0db29b12246802
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.0.5"
4
+ VERSION = "v4.0.6"
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.5"
5
+ VERSION = "4.0.6"
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.5
4
+ version: 4.0.6
5
5
  platform: x64-mingw-ucrt
6
6
  authors:
7
7
  - Mike Dalessio
8
8
  - David Heinemeier Hansson
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-02-09 00:00:00.000000000 Z
11
+ date: 2025-02-10 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.