ruby-cli-daemon 0.5.0 → 0.5.1

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
  SHA256:
3
- metadata.gz: 28032d96f5467e69e05901a8397137c0706c58d78a0db0da86af3472ae44f80f
4
- data.tar.gz: 4b48ce0e2ffe83e286551a211853d6cb81d5a317b86758d0a5f7814444d88b81
3
+ metadata.gz: 9f33bf0fa02342563b3912182815e490db8934c52ec045583a6cd9a8c1166d41
4
+ data.tar.gz: bce806f729afb0c0d62919a36c41ca099b693db2ddeb1a948cbff3df8710205c
5
5
  SHA512:
6
- metadata.gz: cbad1d7fff67fe668a4e3a38b413a7267887abf3cad210f541d063f222809512a7584454546c5ed6301505862708d3437aa1f5e701d01afa83fb33ae4e157ee2
7
- data.tar.gz: c10303fb398d4b46429ff1d4353b00be9ad661e2b6aae7e9a189ffed887f2c13834525ae977af3fb3fc9942e5dad383e26c0fedaa9a04f41927b90a8ceb03e67
6
+ metadata.gz: 4aa561f49f073c1ed7343fc5fc58ad6ad38cfbd8b168729a4442bebbba93410fb6faf4e465a4b2941c9ee31eb1e9277e7de2c163e7e964b815f37439ee408192
7
+ data.tar.gz: 4807336c0ee7689c13b26d2f88982c93b39399f355debd4be13475ac2f886eae00143e045da0b35bd75f4f7958cc9d805f5abbd952127acb3afeacb6b75c3aa1
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module RubyCliDaemon
3
- VERSION = "0.5.0"
3
+ VERSION = "0.5.1"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-cli-daemon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Grosser
@@ -26,7 +26,9 @@ licenses:
26
26
  metadata: {}
27
27
  post_install_message: |-
28
28
  To finish the update, run:
29
- ruby -rruby_cli_daemon -e "RubyCliDaemon.install '/usr/local/bin/ruby-cli-daemon'"
29
+ ruby -rruby_cli_daemon -e "RubyCliDaemon.install '/usr/local/bin/ruby-cli-daemon'
30
+ ruby-cli-daemon stop
31
+ "
30
32
  rdoc_options: []
31
33
  require_paths:
32
34
  - lib