tailwindcss-ruby 4.0.4-x86_64-linux-musl → 4.0.5-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: 95ea1ed77b20bad206b9ef5841f0f4c4658178276c62e2ee3671f286e172da3d
4
- data.tar.gz: 210d0a54fb9d81e909189322709b757f285a0fb34668eb98b59956b127e9730b
3
+ metadata.gz: f480cdd6f7d3dae09f97bb38bd12c0decf1c261a235c20ca58dbd50ea336b35b
4
+ data.tar.gz: 93ff49f1dd5c635d8c91a275cb0bef434848a5513cc905e16835f448fdb54ab0
5
5
  SHA512:
6
- metadata.gz: 677ffb7846f9d4fa5ce62614a96b72a3079848d3c0198c3047231a844340146fa440a23217b2712fb1e79bfb2f0e6622581cce2ff71cfa831bc6d6eefae615d1
7
- data.tar.gz: 403281f951140fce232c938f7914435aaffb27c104536e1d2862ca3872cf0e6cc1bd827c3232cd4e519bbeb7d2aa370e626a14013155098f4db3853b6e8f2360
6
+ metadata.gz: a1ea51129491c416b500082dcb605476ff19f298a83339dd445ca0068da40147713f90834b616e96bf188bd800f1ae30f0d4287a7c063bf80a7ae0e4c410ccc4
7
+ data.tar.gz: 6c5ea81803c7cf768d5901f1ff14cb593116eb7ef4a1540190397a85fc2f0081c0f1423be88e505d1ea046dc9cf35263963db48222327564d4d2abab0d3f10be
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  module Ruby
3
3
  module Upstream
4
- VERSION = "v4.0.4"
4
+ VERSION = "v4.0.5"
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.4"
5
+ VERSION = "4.0.5"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tailwindcss-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.4
4
+ version: 4.0.5
5
5
  platform: x86_64-linux-musl
6
6
  authors:
7
7
  - Mike Dalessio
8
8
  - David Heinemeier Hansson
9
- autorequire:
10
9
  bindir: exe
11
10
  cert_chain: []
12
- date: 2025-02-06 00:00:00.000000000 Z
11
+ date: 2025-02-09 00:00:00.000000000 Z
13
12
  dependencies: []
14
13
  description: A self-contained `tailwindcss` executable, wrapped up in a ruby gem.
15
14
  That's it. Nothing else.
@@ -36,7 +35,6 @@ metadata:
36
35
  source_code_uri: https://github.com/flavorjones/tailwindcss-ruby
37
36
  changelog_uri: https://github.com/flavorjones/tailwindcss-ruby/blob/main/CHANGELOG.md
38
37
  rubygems_mfa_required: 'true'
39
- post_install_message:
40
38
  rdoc_options: []
41
39
  require_paths:
42
40
  - lib
@@ -51,8 +49,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
51
49
  - !ruby/object:Gem::Version
52
50
  version: '0'
53
51
  requirements: []
54
- rubygems_version: 3.5.22
55
- signing_key:
52
+ rubygems_version: 3.6.2
56
53
  specification_version: 4
57
54
  summary: A self-contained `tailwindcss` executable.
58
55
  test_files: []