tailwindcss-rails 2.0.24 → 2.0.25

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: 3cc5f29de93eeb3395f77afbbe7ad5d869b27f34e78cd4ec0a134c98ab93ae2d
4
- data.tar.gz: 2ea2a7fdab7755cddc55a9a3b1cce290c53997bae1ef9c3ebcf326230b92db6e
3
+ metadata.gz: d5cde80b77b9f1ab89a965a95913d5b419165dd225e61b1e17e673e9a77cf49a
4
+ data.tar.gz: 041f2c8f486086f95123cb23f1a94be72fa4fa31246cf2a6f5cbc1c452354931
5
5
  SHA512:
6
- metadata.gz: 7d653d5ad33ca2e1baabb5810cb64e9a92e95ada2b8f194fbaf1d3feac688792ab6d730c726d665918b4b5f33809d6a166bc7052c5f68f0b862beea2d0bd0f72
7
- data.tar.gz: 3ff8b9308f3abb7740660d72be0491e6cf1438105d97945b8a026f611a38e1742efbf4dcc13a15fa51506118fd65d1b088cd5c9b976f217c2b8b742afa32079e
6
+ metadata.gz: 59bbb139595a1ed89ca664849155d6a170a1dbdf1f6190c8810260330d8011c0c08a7a0622bc43c5d4199fbd0ef63de440a30def0acc16b7830cb5dd1e08a1e8
7
+ data.tar.gz: 8a413d355e8929693a7dbce283d7b58db0c5cbf3d6950aeea0c1c53571459c66e5bc01f3b066588a11b77a69ab51fd60e05fea5887772ad304ff52cf2c21205e
@@ -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: ruby
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:
@@ -98,7 +99,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
98
99
  - !ruby/object:Gem::Version
99
100
  version: '0'
100
101
  requirements: []
101
- rubygems_version: 3.4.1
102
+ rubygems_version: 3.4.6
102
103
  signing_key:
103
104
  specification_version: 4
104
105
  summary: Integrate Tailwind CSS with the asset pipeline in Rails.