tailwindcss-ruby 4.0.1-x64-mingw-ucrt → 4.0.3-x64-mingw-ucrt

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 13df1037ec5dc689cf4892fe3e3e2d2f0e735247a1224f97b7cd640b19256fd6
4
- data.tar.gz: f2830575e0ad06c8c833af62f37ff0c139df0db3016dde737ddfa191406d6015
3
+ metadata.gz: 4487ef56de5a7f50a2937190feb52c0e41f222fa2027c4f3e64dd3d9dccba439
4
+ data.tar.gz: b9b16f8c94069f11d1257e57a5db89ece77a473db61a9274fd2ad5accc8eabe0
5
5
  SHA512:
6
- metadata.gz: c0f0dfe5bd0a15349916685572a97ced532b7ae7abb46a17e6cb009b6f1cdaa0e6269564b1abdc44feb9a353f0498713b8182139ab9c2eb662b40096ebd94642
7
- data.tar.gz: 212f9fec9b9bc2cb5892650a57cc425bdb3b357d30b13c74ab4c1c9bad7348506fabf630654dafb08e35c7102d78a6651bdbde7be566cb3e4f2972cc44950b9d
6
+ metadata.gz: 44d14f75929e3ad7577e3e19faf5265a13531d915e72a7283b9c0a83ac6ac7b6305b14a0f309f7e2c52507a35c9a6f577e7a2644c58d21850bac920c7ac7f3e3
7
+ data.tar.gz: 5ad802788db87e33c9638571ddd7de29a4d3521494b3d5f6c95b88279379281be00c474c5f2d2d8ced0cbb6a117b0782f4df9e95db6765be35cd4f9ab5a9dc03
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.3"
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.3"
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.3
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-02-01 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.