tailwindcss-rails 2.0.18-x64-mingw-ucrt → 2.0.20-x64-mingw-ucrt

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: 691b425ca17d8d507919ac1dc1bd3498c9aa1127fb9a588f02c8ce71c13878c1
4
- data.tar.gz: de195087319528544550c007cda53686343635be9a81bafcf25582a2d858843a
3
+ metadata.gz: b609193de64202c691be8b7bbd2c93709685f9fd80d8f8c58ea187b9d6a07c4f
4
+ data.tar.gz: c00626206765060f38a347f5d49ceb5c1e5d8953e952b620af7f333846a046bd
5
5
  SHA512:
6
- metadata.gz: 4803e72c1b4c0d7ab7a8ae70922ce82c369efcc90ccd3d9eb754c666642068f5fae5e5d49d48d8c0d76f59449b5fe774fac7a6d803e63c18ae7225537467a0c5
7
- data.tar.gz: 59712fcb8d710574d3223880294ec9a23eff32cec5561ca95c9315f6bbd9cd60286446e1b5553bdb6d652620aebf4abcb052640d1738ea8a71b5dcfc62ad9c06
6
+ metadata.gz: b6027e32d6aba2f484a17a945734d04ea76aa2649462b5c942140e53838f3d377adcbbeb3ce996004e4b108a693e10d24d58a4c6869aa45df433d5d17ce19449
7
+ data.tar.gz: ed45d12407a7724e4c020ced16a10dcac114a70535077de1d174e459b1857d903e372cfc08733cb6ab80f10818c65b8940642e11fe7fc413d830bb7223e94e07
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.2"
4
+ VERSION = "v3.2.3"
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.18"
2
+ VERSION = "2.0.20"
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.18
4
+ version: 2.0.20
5
5
  platform: x64-mingw-ucrt
6
6
  authors:
7
7
  - David Heinemeier Hansson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-11-07 00:00:00.000000000 Z
11
+ date: 2022-11-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties