tailwindcss-ruby 4.0.5-x86_64-linux-musl → 4.0.6-x86_64-linux-musl

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: f480cdd6f7d3dae09f97bb38bd12c0decf1c261a235c20ca58dbd50ea336b35b
4
- data.tar.gz: 93ff49f1dd5c635d8c91a275cb0bef434848a5513cc905e16835f448fdb54ab0
3
+ metadata.gz: e6287f144a42b2d473fcc250808925ae28b7c754098b3ae3dfe83fef6d27feeb
4
+ data.tar.gz: c801f7011188c39df15c0936226b728a28b72951e60fcf6c16665c2bd4db0508
5
5
  SHA512:
6
- metadata.gz: a1ea51129491c416b500082dcb605476ff19f298a83339dd445ca0068da40147713f90834b616e96bf188bd800f1ae30f0d4287a7c063bf80a7ae0e4c410ccc4
7
- data.tar.gz: 6c5ea81803c7cf768d5901f1ff14cb593116eb7ef4a1540190397a85fc2f0081c0f1423be88e505d1ea046dc9cf35263963db48222327564d4d2abab0d3f10be
6
+ metadata.gz: 5d24139527209184aa4e72a7a2cb845ac5a4b99ad189acd95417f84838c525565f03f886911d1eab5aca711f29ba216bb9f2022005b679b0b72a3d9571b41ccd
7
+ data.tar.gz: 86a9151ea778692f9a879b71ef3890b3fb56d040d86d265fa22a017e1a05d016b9445adfafe3f2afd9ea130f1a37585ad4bd8b9f95bf9604c3f9aa384fa9a0a6
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: x86_64-linux-musl
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.