tailwindcss-rails 2.0.24-x86_64-darwin → 2.0.25-x86_64-darwin

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: 530db5b8f0c5541b01ce617bcae1f779d1af5ddf44ebf5e20d7daa62066c280b
4
- data.tar.gz: 95ee2e72294bd403659e3392914325239fd13f3320032d8cdedd65857daa93e2
3
+ metadata.gz: 2cd57d1ab8b376187b36e056ea12dde22f0022ec517687737994e2c0beb1f6eb
4
+ data.tar.gz: 6b51c06a70353c69b1fd03c59d55991565e6b4c94524abaca9cb4235af505414
5
5
  SHA512:
6
- metadata.gz: 4a99597638e87290bf97c0ac1da010f30c25b37958ec60a4da9201e8e295aa9b3d4ee839ed772a2400ef6acc84ba132009d104fabb18f1e1efbdda9e7b5f359d
7
- data.tar.gz: d00b1eba9e190d991000c00894a9fd3dda4350c5bd65c0ca0825778efb33a5f1a49817bc4e84ad96aa635c901bd6ce98073734459261df9dacc12ad4862dbb13
6
+ metadata.gz: d77d94244335136bc1892780df422e6a0d2e3b6a07595289a084ade069db9b0ad7d0f20a120a3fe08a96a5de453abb345f939cf991f5f3bb0eab6ae8a7bac77f
7
+ data.tar.gz: 15bcdf739b85af43acc4bde2d390a8f47b9499000fb2dca188b048a4bba70863d79e64ba3f935ba5bcfe2e43f794b0ad0ab16131483952f5d4aaa44e0e4305d6
@@ -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: x86_64-darwin
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.