tailwindcss-rails 2.0.17-arm-linux → 2.0.19-arm-linux

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: 1e07846fc622491f21908714596d31c7cda6817cccc7a95a6e96a685a10e88a8
4
- data.tar.gz: 2f6bd8a6ac01085119bc56db863746cf9a1e335970df173752bc62b5d27fa03a
3
+ metadata.gz: 49b959af9a132896993c7a90a9b2b5b96c89f08eca39d93372683e5218358107
4
+ data.tar.gz: c100b328c95bcc512c7f25f3c91a6937b5c5dcf8bad05a42dda62c2b39ed5733
5
5
  SHA512:
6
- metadata.gz: d0ece2f268402b2c42922936382e2000eb80ebd3e81354b558bb0e56e31dd5b1d2a07470f1174c00588a846f77c7bd79eb78b686f47901d97f1c22eba3d875b4
7
- data.tar.gz: 1a0a3b8ba62dd38ba42704b88bf269c6572cba71834d055a8bd724a97670a9e87e4097dfe2957fe7073b47b0794ddaf60589168411745748221446d76460766d
6
+ metadata.gz: b560492fe0ead9991b264a192ee460d38a3386235d31310cda7b6d786bf0a738c5a3c725b781441e667864f8de481ddfb9f70b9012eebf5b8d7a83f18eb2b09f
7
+ data.tar.gz: 3b207804417e38b306d45d642c308ff9a4ac7376b57c7a81d23bc5b76e3550269bc354d9a71208e5890f56d5194958b4e36c4eb2dd3768076b228e07e416ed38
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: arm-linux
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