tailwindcss-rails 2.0.18 → 2.0.20

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: be3ad4dc4606caf6105a36ac4b4f835aced22616a329a7dcc531d4f77363b0bc
4
- data.tar.gz: 1240b83f9da4cd36c68a4257a4ac593c3fc597e2bf7c84549cee8f654feb341e
3
+ metadata.gz: '0799d7f4db77a23aa013d45acec3110179d8b55f6bb3324d01924ff0c62fd9ff'
4
+ data.tar.gz: c62eff249b8c65038f0fe4a568856cee0dfb6aa85723ae3a6d00b53b5ff49910
5
5
  SHA512:
6
- metadata.gz: 46cd3dded49c0253b1cf7a18213d961571710435e5323e9216a423c3aa60fa886b67fee472ae154c8bf1ccd8db121fbcc706cd9f539f9ec52e76e53683dbdc74
7
- data.tar.gz: 01d7e3d815b25d7d034422caf2ce71ca0bbbfecbb32257e80f47913ded9cdd0ed1082228af830c7db9ab8b7d51b705b090d4999ceca2f9cce8b74df7129362c2
6
+ metadata.gz: f01638edd4489f866e8065a58a2b3c649a8f57f633777d9c55b27cb2cc67aa9e9519ec57b798057285322156193f3f202dbe9fb7d4db137c9d6f69d3cf6090fc
7
+ data.tar.gz: 17fcac597cd6d235cfd9aa43b6b8469adb11f15a2bd8a3d208a31c3d8e933d1e7c01337983f59ca93d4bd31fc2a14c11087f8052cff981d2ec4c554165fecf10
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: ruby
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