notifyor 0.5.3 → 0.5.4

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: e9e242dcbf0034ef3dad8c6d042b89f61409db2c
4
- data.tar.gz: 2dca225b3198b28e373648783a01078edf553dad
3
+ metadata.gz: 5ed22126475ca57ab85bf4892f51e369fe8cf3c3
4
+ data.tar.gz: 163f1365b410c32db7fded6dfce2a9f1cf321cca
5
5
  SHA512:
6
- metadata.gz: 6a3c1f3c12b0437d34013a38ab4e81d90b41560464b3a6ffd527871d06d1de06865673d572e04030fb13ec09d87b1c0b938a1b857a8d35619b6ab82a8750ddba
7
- data.tar.gz: 2473a4b4fcfd4160fc986422d1a994b3862f2fdb4dedab5f40cef669f63fcb11ad1ac0d6839fcf804d93f204c24a75ee7cf9bf25c7eacce642f489893fc74d8c
6
+ metadata.gz: 1daec9a091cf29422f706e5df1db274faff1d3871688dd0b244be034ec9ece716679fa42a5613b352d2ee9df2545247e464b2086df58b9d2a7389d03990b3898
7
+ data.tar.gz: 0cfe883156f97e1fe4f9c7a234fd7d0f17926db41e259cc3dfe12173a10afc1474b54ba747f6520bf10913d44606997f4aa74c88b2e6b868a3de9da1a99acd3f
data/lib/notifyor/cli.rb CHANGED
@@ -1,4 +1,5 @@
1
1
  require 'notifyor/version'
2
+ require 'optparse'
2
3
  require 'active_support/dependencies'
3
4
 
4
5
  module Notifyor
@@ -11,7 +12,7 @@ module Notifyor
11
12
  ENV['ssh_tunnel_port'] = '2000'
12
13
  ENV['ssh_redis_port'] = '6379'
13
14
 
14
- OptionParser.new do |opts|
15
+ ::OptionParser.new do |opts|
15
16
  opts.banner = 'Usage: notify_me [options]'
16
17
 
17
18
  opts.on('-v', '--version',
@@ -1,3 +1,3 @@
1
1
  module Notifyor
2
- VERSION = "0.5.3"
2
+ VERSION = "0.5.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: notifyor
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.3
4
+ version: 0.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Erwin Schens