tailwindcss-ruby 4.0.0.beta.1-x86_64-linux → 4.0.0.beta.2-x86_64-linux

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: 705d1486080182808afdb32bdd192e0ff4e902eace6e8931735ae17535a608cc
4
- data.tar.gz: 02d8bb6d20fa844a1cd9cc033e204facb2fb51c1c8cfdeccc757661334e1b6a2
3
+ metadata.gz: fc28d886980a04c6c1631c9f17c952e62d1a69f39cc6a60a20d67dac42bc480f
4
+ data.tar.gz: c06996f64d7928d0c39aa61f11b27778bf8b97a075a8bd5c93a1b1dbdeaf1a21
5
5
  SHA512:
6
- metadata.gz: bc4cb4620691d7d2a09e586d34acbfe8888f0977ff58a1bcc4c2528d158612ef7cc557eb007f6b47d240fec7fa8e951a195adb265e11cca78866acdd645c20d1
7
- data.tar.gz: 26d8e113fa5dfb84e3f3b97494f8208c775d84337c8beb08218cc1cadaca74ff0f6f84e867d5c120e144b1c538fd6dc36a06326f8e48d4806be3a9b42c07007b
6
+ metadata.gz: 066337edae632b2a1fee2f3eed36ffd2618edebe7a9ed51eea66a90d9c4be80399144446a5a2d6a871ac537b27c9369058cce621e72fe6af6920d69783de46fe
7
+ data.tar.gz: 2fbc5c94963ab80b622e433871a4c2eb79e2fe036483d5ef3dbf6b0d061342ee943f9593250daafd9654ea18899c3760eb55f84064a952e90e9bf0a84cdb8a4e
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: x86_64-linux
6
6
  authors:
7
7
  - Mike Dalessio