tailwindcss-rails 2.0.24-aarch64-linux → 2.0.25-aarch64-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: fff6468f77a4b539dfffa2e8eef85ec97098a6ad6aa0b0178d02b8b8ff51dc3a
4
- data.tar.gz: 429ffdf006d73565f80c1228405dedb1461b9f9852872c5dd55779ee97f28edd
3
+ metadata.gz: f5ab9b2921d2f9edacb3efc58f950d1b3498e39ceea3025b6b60171524c146e9
4
+ data.tar.gz: 4812456b117b75912c48bebee9dbdb3b0827031709e85a3fd9a4a8b0b4fe5a98
5
5
  SHA512:
6
- metadata.gz: a71d5a26519e94b4f61f3205bf7066421046603125a76d7d5916814f56c49f24e732cadd357fd48ad03a904139da4479bb92727aa38736a79dc41ca33769a588
7
- data.tar.gz: 92fac95a063f0a937721b4e7a8ca98535b49ae0cdb909a65dcc6ad66c0a571ef8bbaefceb03588e69c8b2184dd9c80f0b8b17f014ca0eead20243b373895e6bf
6
+ metadata.gz: 4eed80e660fa5ca3cbe1110324ac463338732104c44765faf02e89287f3afe89722d741932455f27fcda08c7639df2261cacf9cb1d358c5f12327af8e9fd22df
7
+ data.tar.gz: 2964f833de6dce4e239b4a220c9ba05f29a312ce99cc9204008516efec2fc64405c7b4dfe10464725adc6390353b37510ca811973df1fdf8a78dc95c9b8b714f
@@ -18,5 +18,7 @@ module.exports = {
18
18
  require('@tailwindcss/forms'),
19
19
  require('@tailwindcss/aspect-ratio'),
20
20
  require('@tailwindcss/typography'),
21
+ require('@tailwindcss/line-clamp'),
22
+ require('@tailwindcss/container-queries'),
21
23
  ]
22
24
  }
@@ -1,3 +1,3 @@
1
1
  module Tailwindcss
2
- VERSION = "2.0.24"
2
+ VERSION = "2.0.25"
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.24
4
+ version: 2.0.25
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - David Heinemeier Hansson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-03-05 00:00:00.000000000 Z
11
+ date: 2023-03-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -24,6 +24,7 @@ dependencies:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: 6.0.0
27
+ force_ruby_platform: false
27
28
  description:
28
29
  email: david@loudthinking.com
29
30
  executables:
@@ -100,7 +101,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
100
101
  - !ruby/object:Gem::Version
101
102
  version: '0'
102
103
  requirements: []
103
- rubygems_version: 3.4.1
104
+ rubygems_version: 3.4.6
104
105
  signing_key:
105
106
  specification_version: 4
106
107
  summary: Integrate Tailwind CSS with the asset pipeline in Rails.