tailwindcss-rails 2.0.26-arm-linux → 2.0.27-arm-linux

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: 2ca0f4838dbbe3323c2b42d16c85c3d859c1140a4ca8ce467865be13d96f55f1
4
- data.tar.gz: 5edd62a4f4e007a2612a86bc8c2469464883c213945f2b1b091ad66aaa23fe9a
3
+ metadata.gz: b1c81632d3f1b29f6e91a4b3af25cac4147e2fe544ef3dfb3a98a51132b2b7be
4
+ data.tar.gz: 4c6be3f992d873092a6336f397c644e47abe63584a33d232b040ca163a54f46b
5
5
  SHA512:
6
- metadata.gz: 62ee56067ad3d0bba2909e42bccec80f67fe2230005801538388b19984086a1acbb64e074c3d80645198cc3ef84c46a27fc3b93e285e45688edfbae475083e39
7
- data.tar.gz: 1733325d6e3617ee9352016bf3cb3742ab8d5f60259092007d8ad636e49821f34204f8672f6808b06f3843cf4f3a1587a0e801dceb93a02597eeb5b2e438f488
6
+ metadata.gz: 80f9b7547418eab8bfff0983c9d0f7358a57319a292b990132f85d65102965ab08a7e85a8f26df88c2ceb6349954a1cd2696f6d8bb4986baafe7a5cf34924f80
7
+ data.tar.gz: 554387ee03957fdb908f7a52dbb8d6d0910bc57b7dbda88cd1956fe044261c5b9ae093ce95e2e5c86865e1551d6cb4ba89afe0da00ac33a06d0e0e9fcf853452
Binary file
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  # constants describing the upstream tailwindcss project
3
3
  module Upstream
4
- VERSION = "v3.3.0"
4
+ VERSION = "v3.3.1"
5
5
 
6
6
  # rubygems platform name => upstream release filename
7
7
  NATIVE_PLATFORMS = {
@@ -1,3 +1,3 @@
1
1
  module Tailwindcss
2
- VERSION = "2.0.26"
2
+ VERSION = "2.0.27"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tailwindcss-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.26
4
+ version: 2.0.27
5
5
  platform: arm-linux
6
6
  authors:
7
7
  - David Heinemeier Hansson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-03-30 00:00:00.000000000 Z
11
+ date: 2023-04-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -101,7 +101,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
101
101
  - !ruby/object:Gem::Version
102
102
  version: '0'
103
103
  requirements: []
104
- rubygems_version: 3.4.6
104
+ rubygems_version: 3.4.10
105
105
  signing_key:
106
106
  specification_version: 4
107
107
  summary: Integrate Tailwind CSS with the asset pipeline in Rails.