tailwindcss-ruby 4.0.1-x64-mingw-ucrt → 4.0.2-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: 13df1037ec5dc689cf4892fe3e3e2d2f0e735247a1224f97b7cd640b19256fd6
4
- data.tar.gz: f2830575e0ad06c8c833af62f37ff0c139df0db3016dde737ddfa191406d6015
3
+ metadata.gz: a52ab89a01485003af222119cbe856a7b7d5251dd3a141da8d7494b61a8688ed
4
+ data.tar.gz: 53dcde76cc23f390ee7890a5e3785f735f765e2e48b57b5dc0c22be7cbf04aed
5
5
  SHA512:
6
- metadata.gz: c0f0dfe5bd0a15349916685572a97ced532b7ae7abb46a17e6cb009b6f1cdaa0e6269564b1abdc44feb9a353f0498713b8182139ab9c2eb662b40096ebd94642
7
- data.tar.gz: 212f9fec9b9bc2cb5892650a57cc425bdb3b357d30b13c74ab4c1c9bad7348506fabf630654dafb08e35c7102d78a6651bdbde7be566cb3e4f2972cc44950b9d
6
+ metadata.gz: bce56e32788cd1e75cd754036064e600f4a88c0925bacc931836925f5b086b9ebe0ba508039b04aa49e132dc506f445a7146dd8e981db676a5fad7c05d7a75c2
7
+ data.tar.gz: 2d08042480aeab8044c625805749d4efaf8b345e6122ed7480cac0974290b7925263b95bfd4786b97cb9026c90f02e05254fe59e16b32324be0a85a3dfd3412e
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.0.1"
4
+ VERSION = "v4.0.2"
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.1"
5
+ VERSION = "4.0.2"
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.1
4
+ version: 4.0.2
5
5
  platform: x64-mingw-ucrt
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: 2025-01-29 00:00:00.000000000 Z
12
+ date: 2025-01-31 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.