barking 1.0.1 → 1.0.2

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/bark +8 -0
  3. data/lib/bark/version.rb +1 -1
  4. metadata +2 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 40b45c65b67192e6eca74da28e3cad8e11ecaf2f
4
- data.tar.gz: 71a44619bd5ee65385dc46107d96652ad17e3adc
3
+ metadata.gz: 9a58dd8290554ecaa81a70188f07e9e9c065bacb
4
+ data.tar.gz: cba0f24bc75b2f60961d5f92b608cf8d9af1112e
5
5
  SHA512:
6
- metadata.gz: 888197d28bae12e7621676c0dc9b3c522731c1573c5fb6ecd6831c566748538a05ced923bb3918e7cd1d23e6bd4e9f1973e39c2ea396b5212011071797c026db
7
- data.tar.gz: 635f3039fcfb6d4b27fc9c335bf63efa830c2a736e0084d8b867be7ab2cbbd8143b123487887390288f5943c2d975392614d56ac99d7de2bf6d61af0733bb256
6
+ metadata.gz: 52324bc0530a338669c7b33668140e3929f4996427cefca8673b034db18f996b13675f1a1508690406b5d1251ce9107424c84fd6bfd01de70317c9f1cbef9d0d
7
+ data.tar.gz: 5ed40fb49309de7bba24cc4fd92fe96548411830cbe2491b666a758bb494d7ebcda6eb63c0e81af3818f919dddc70a7ba6d16bd81cbf4ce3f008cf9547c2dc62
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require 'bark'
4
+ require 'pp'
5
+
6
+ client = Bark::Client.new
7
+
8
+ pp client.status.current
@@ -1,5 +1,5 @@
1
1
  # Bark is a client for interacting with the Monit client.
2
2
  module Bark
3
3
  # The current version of Bark
4
- VERSION = "1.0.1"
4
+ VERSION = "1.0.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: barking
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Kirsche
@@ -152,6 +152,7 @@ files:
152
152
  - README.md
153
153
  - Rakefile
154
154
  - bark.gemspec
155
+ - bin/bark
155
156
  - bin/console
156
157
  - bin/setup
157
158
  - lib/bark.rb