tailwindcss-rails 2.0.18 → 2.0.21

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: 5c0f4ed2d2f5961e74e8dd01fd225677e6eee08e8236635294a17b85246b984d
4
+ data.tar.gz: 1f4ecfd016f4785f9582e6549642f2fde28a0d521b288784d6f9d9b8f0d381d5
5
5
  SHA512:
6
- metadata.gz: 46cd3dded49c0253b1cf7a18213d961571710435e5323e9216a423c3aa60fa886b67fee472ae154c8bf1ccd8db121fbcc706cd9f539f9ec52e76e53683dbdc74
7
- data.tar.gz: 01d7e3d815b25d7d034422caf2ce71ca0bbbfecbb32257e80f47913ded9cdd0ed1082228af830c7db9ab8b7d51b705b090d4999ceca2f9cce8b74df7129362c2
6
+ metadata.gz: 4221576e166b2973370ff2d5249b27974b80c8d4506f519f564b36f556f59aff1957f17be7965587e698509a74a2a06c6a194e99dc3145900ea305a43e96045f
7
+ data.tar.gz: 572c314e388ca86e9dfc3ca6b3fa79ee38401aa0d27958c3d0aec18590df978f8473b6a648ab5108ea098b4e5be59301b9e536e913429a7b8c1731932f331e55
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.4"
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.21"
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.21
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-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties