tailwindcss-ruby 4.0.0.beta.1-x64-mingw-ucrt → 4.0.0.beta.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: 4bcc7d11a070348ebf0d32afe29fb39d823f10b6e5354d6ff953732e98b03528
4
- data.tar.gz: ba2715ec3f001b01e03f4fdb9287cffd12f06d46ea4c45e1cc4bb5861d032da0
3
+ metadata.gz: 4e23165593e02dba7d4626ae25fd23aae77ed6748b28a6196802c962c4faf447
4
+ data.tar.gz: d1dd90f918263752beb8b5364fafe0b66f5f93c51efc054af1e7dcf6488f1244
5
5
  SHA512:
6
- metadata.gz: c8e34d05b439f3b0a04d26c61861676457a33c90aaf9ae1092e02d0f0a726c4e77c1818376da83e3cb805123abd006c8f1154d1483e1f2079ca819fbf531ddef
7
- data.tar.gz: 28952f024e6b219768bbed126c097c7f3b13c0fad87968474221bab9b060a9f58d8b3c4cef3c6e9b95abf478717cae73e1498fd8e23ff09fea0978769a38970c
6
+ metadata.gz: 39aa7e4db7cd6717b00491c204a275a8bda9d8bd7bf479d50dccaeff08a5b98f05197ab43e8023af689037f963726ff173bbf2ad741865427c52fedc818c9428
7
+ data.tar.gz: 14a4dd063d084d7488415d805ae2137e507a42815e686d5f6d1abbcbc5cb791edffba8f834efb4425bfd997de92a02cf616cd308b36d4fd6d3b9d1d4f62c8eb9
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.0.0-beta.1"
4
+ VERSION = "v4.0.0-beta.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.0.beta.1"
5
+ VERSION = "4.0.0.beta.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.0.beta.1
4
+ version: 4.0.0.beta.2
5
5
  platform: x64-mingw-ucrt
6
6
  authors:
7
7
  - Mike Dalessio