tailwindcss-rails 2.0.17-aarch64-linux → 2.0.19-aarch64-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: 5c26f7d560286ee183eb62d643fd51ead3f8fe316188c53110115c8cf82dd64c
4
- data.tar.gz: 6c48172019da0ac875d26842be0e87724dee8b7ffbaebfd5c3ee65872449bf92
3
+ metadata.gz: 0021a150e818fd8374b425201be5d49bdf1269d4e0303af204c56590c81bba49
4
+ data.tar.gz: 17a384bb5207c36a1ad09439aa36a8a1285acbd89b2324987afdf970b99eb5d6
5
5
  SHA512:
6
- metadata.gz: 333d965545235fc508cb11e42f2fae9d357709050f4569d422a9ce07d32c288acb216f03ad40ecb4fbce89641ee413e4da70a1714dd8235e3bee59e49e6b8e2c
7
- data.tar.gz: 2649099e178ac28bc8c335022e1b293852312aae1e4ca4e58db2f87e077f3ec520300c3ae369b19cf533aaf512591be0b9d7f36d9d59d07c205d13cc51e8c8da
6
+ metadata.gz: 704c03e43f9f32648c4df7b664c33a7353a9fad8995c35ff39bf69503a857b891d6bfbed23a6cbc861fc202847b5631eb8a8d57465d27b55db49283037b2206a
7
+ data.tar.gz: abb7a0d28459a7db8224b3cb0b9c4a906ba77761fb5a9cdcb46db901ebcc8ab21b27805f80bf0a8b8267fe2930ec63ead291250f5f44689835086f45e77ff916
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: aarch64-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