taperole 2.0.2 → 2.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 19200cfa0510431c893fa3a335d33b29fdfab730
4
- data.tar.gz: a2d72a766d1ba26f9d5afdea4820d23a3d194dd2
3
+ metadata.gz: e69770e60b1fdda92c8c5d324e209c0d0e55971e
4
+ data.tar.gz: a0e42552338b6cb1060b12262d00eb9045e7f180
5
5
  SHA512:
6
- metadata.gz: bf11682437a3dcabfcaf8ef59ff173a1370828b643a50beff1480289c33fb092d54771c8cb3e03988c637048b270278bca410ba530e8945eb202ef2aeb04adf3
7
- data.tar.gz: f3558f2e0bf51acdb14216e0dd69760cc828867da838793cf09952d6f7ea9f5fe48214e8dca1f45ad7af87efa3554447697946c6228358935f84cd4f2e067c86
6
+ metadata.gz: 0fa91b0bfa2f84dd4af72d811e98067512ec8f4cfd654d289cb2400340749a5bbdb591052a5ae48e1439d0f0408ecc81475796c83e0116db2750a184c61caac5
7
+ data.tar.gz: 7200078d5df06952706278a9bdfc8c8084c1140daba9bdfaf0d62f7a3e60d6cca5fdcac8fe30e7810073b5cfa274aff5e4234036cb44ad940d0a96a762b23753
@@ -1,3 +1,3 @@
1
1
  module Taperole
2
- VERSION = '2.0.2'.freeze
2
+ VERSION = '2.0.3'.freeze
3
3
  end
@@ -57,7 +57,7 @@ case "$1" in
57
57
  restart)
58
58
  if puma_is_running ; then
59
59
  echo "Hot-restarting puma..."
60
- /bin/su - $USER -c "cd $APP_DIR && RAILS_ENV=$RAILS_ENV bundle exec pumactl restart"
60
+ /bin/su - $USER -c "cd $APP_DIR && RAILS_ENV=$RAILS_ENV bundle exec pumactl --config-file $PUMA_CONFIG_FILE restart"
61
61
 
62
62
  echo "Doublechecking the process restart..."
63
63
  sleep 15
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: taperole
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
4
+ version: 2.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jack Forrest