tailwindcss-rails 2.0.17-x86_64-darwin → 2.0.19-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: 901b0aa59a0ce3892bf89d0fd5445ac4a2d74589771515aec9753f9507d583cd
4
- data.tar.gz: b7532a86492a6185d821303a8e9b7bf2c04b91394434fc1c6ce1278a4e82cd19
3
+ metadata.gz: 8c2b0d7a5a1c08a174c79ca10fb7448cdb8ebe91db1345c0a490001a7765c902
4
+ data.tar.gz: 5f0b12d5bbaca2aeb01721b5e003fb3adb9d92296c3ef6d9534179fb2688e827
5
5
  SHA512:
6
- metadata.gz: 8c7d93709bce79fb73097b75bf577e5c56dbe6df2b920a3e12f944c9cd3c58cdbfe2e14dfd19832e0fcfa3759917ec29f635c213944f330d8d6bb2e9f3404873
7
- data.tar.gz: cd6157e30cdbd7a3bbefbd07f0f8f50b7b94eb5af8b2abeabbed5e9fa980a57c3cdd32776e184c1c34b3d679ae4e75f04201412cfaa05acd94ed5281ac37eeea
6
+ metadata.gz: 1de131825263b7133458947f562433f15ba94f571773584588b9fb86d25b44c9a9cbb8f53b8f3c79c745fcd2f5306bef6a2a651f6aed708eaf16cfb0defd8954
7
+ data.tar.gz: caffbd07c1f7bc05222e12e8ebbf0ca57d3a11cbb95b6979ca564428890a9e5fd1c2af412fd7ab27ea7b909ac489d9f9a80307b827f8e100e912888d7a56082e
Binary file
data/lib/install/dev CHANGED
@@ -1,9 +1,8 @@
1
- #!/usr/bin/env bash
1
+ #!/usr/bin/env sh
2
2
 
3
- if ! command -v foreman &> /dev/null
4
- then
3
+ if ! gem list foreman -i --silent; then
5
4
  echo "Installing foreman..."
6
5
  gem install foreman
7
6
  fi
8
7
 
9
- foreman start -f Procfile.dev
8
+ exec foreman start -f Procfile.dev "$@"
@@ -1,7 +1,7 @@
1
1
  module Tailwindcss
2
2
  # constants describing the upstream tailwindcss project
3
3
  module Upstream
4
- VERSION = "v3.2.1"
4
+ VERSION = "v3.2.2"
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.17"
2
+ VERSION = "2.0.19"
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.17
4
+ version: 2.0.19
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: 2022-11-01 00:00:00.000000000 Z
11
+ date: 2022-11-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties