hq-sms-global-balance-check 0.0.0 → 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/bin/hq-sms-global-balance-check +8 -0
  2. metadata +4 -2
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "hq/sms-global/balance-check/script"
4
+
5
+ script = HQ::SmsGlobal::BalanceCheck::Script.new
6
+ script.args = ARGV
7
+ script.main
8
+ exit script.status
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hq-sms-global-balance-check
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -158,7 +158,8 @@ dependencies:
158
158
  description: HQ nagios/icinga plugin to check balance of SMS global account
159
159
  email:
160
160
  - james@phsys.co.uk
161
- executables: []
161
+ executables:
162
+ - hq-sms-global-balance-check
162
163
  extensions: []
163
164
  extra_rdoc_files: []
164
165
  files:
@@ -168,6 +169,7 @@ files:
168
169
  - features/support/steps.rb
169
170
  - features/support/env.rb
170
171
  - features/support/web-server.rb
172
+ - bin/hq-sms-global-balance-check
171
173
  homepage: https://github.com/jamespharaoh/hq-sms-global-balance-check
172
174
  licenses: []
173
175
  post_install_message: