tailwindcss-ruby 4.0.6-x86_64-darwin → 4.0.7-x86_64-darwin

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: '030844ee8240d7bb199563bf1c2a8ef35b8982c423ed3ac47de418dd1f1eb616'
4
- data.tar.gz: 6257bbb6e4065cc68cf1f858f5303d24bca7859a0cf17ec88adec6a1bfa32feb
3
+ metadata.gz: 82cdcbcaa8d1bf0748599d8b534948d712fd280330da6cdebbb0df1951f9f677
4
+ data.tar.gz: a259babf12bfcf427b9f50152eb674b3e5a36d5bd42e29a3188f2a1f1fb54081
5
5
  SHA512:
6
- metadata.gz: e0eea46973bd30df6cefa74a404fe668918a77ae094926f3bec44533d5783bb1d4c3832ec8e753c130e13a357cc8561c76c33eb6e38858d3968e2c0c2e313f66
7
- data.tar.gz: 9ea1b589c900649d258e0c4544c514835023123ec1b5a9c748c7a6379198b01884a8bc3675559d33bef28dc5ec9ebbad528149f0580a5139fb4f2f7a7d2325a6
6
+ metadata.gz: 0ae5978cb4a1d9b8f2a76ab43cca8fbcfc8080ec9a282da881af91d3e6034612dadb9fee5e90474621ea83bcd681664b9800d5193868cd8b293204e8c912b180
7
+ data.tar.gz: 259159a52f3f684d6f16224908bf46a5723a8d02e42073f0b8974de3850043fb27e4fc517348ed8f0e56cb9061a175f321215403684fd20c2363942c0fc43375
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.0.6"
4
+ VERSION = "v4.0.7"
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.6"
5
+ VERSION = "4.0.7"
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.6
4
+ version: 4.0.7
5
5
  platform: x86_64-darwin
6
6
  authors:
7
7
  - Mike Dalessio
8
8
  - David Heinemeier Hansson
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-02-10 00:00:00.000000000 Z
11
+ date: 2025-02-19 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.