tailwindcss-rails 2.0.24-arm-linux → 2.0.25-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: 6c9fa21a060ba7a49db93d675b9600463f530d63d30c3edc3138dc955f2b3c81
4
- data.tar.gz: 0f6c9815906c0fa10e48f8d2373c8545a2fed713391606b7aab461b864f52e15
3
+ metadata.gz: 92b1fb8cd967647739769aa9820a666624988ca0840a17d75eaa941c6b47cd8c
4
+ data.tar.gz: ac341ca64462ff32f9589aeec149514db41130b18aad07ff5b48fc5d319cf2db
5
5
  SHA512:
6
- metadata.gz: f0cc4725337f8f7fad9a2fec12cfbd7065cb5db7852989d34c305b5b1082ed403aa54775dedd66c8f755f3f23693fcd0d8a61003896cc2e836676be2a190666d
7
- data.tar.gz: 4de8cd913912c9dc81ca9cffec56d8f365e56c1a8dbba3489c96a0825c5a69624c6a6fd2d2889c9a0102f9f16b20b97da46194b763ed1aeef1be53b4ec8d35cd
6
+ metadata.gz: 265aad240da525f4e1c5f0efcd22758e1419e4a74fac4b1f3699782a05a51b7abf38f729c7eb33c1da08837e1ad9ccf219614f006fea3cbcf9b2fb08ebc6ac9d
7
+ data.tar.gz: 8dffdd749460d6409ca0b78d8d5bb9856b39b471dce0069b48e772e15c91e0bd641e94e5e57b690cdbb6b204fc5624300d3239f2783a0aab254668d1c794ce99
@@ -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: 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-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.