smith 0.8.8 → 0.8.9

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: 40e5fee7101d823bc930ce02397314c75eded2ac
4
- data.tar.gz: 37d5cce672a20a742c7d777bc2baefbdd1ca34a6
3
+ metadata.gz: 5de5d7f6f3d104398d86d8d9f1598186fdc4b805
4
+ data.tar.gz: eddf8fd3041387414fc04bd1e1100ea9eee9ecbc
5
5
  SHA512:
6
- metadata.gz: 0fc19c7c816b2384c20812b0d7b968efe4fd0380fd4b92fcefeaa1787b66368f214db075a1501fede1dca3c6dd1226c718be07974f224693b0edeb4deaabbaad
7
- data.tar.gz: 226384663b0b79f554e19812d6d0c5c06f7135f160ea56d31924c38c03388aca39a783554ecdd6b9fb35f94e133b6cc64f88bfd494a41119f5475c55b93693ea
6
+ metadata.gz: 54c03789fc3c7e1fe5343f6bfbafdd7f64077f4a9c2dffdb3ddbef3560511fedad13ef0ddd24aa8913deaf843375e6b3cbd836df62017550eabf439c50885767
7
+ data.tar.gz: 3d88ac88b858595cdd29346849f403db69a744478634257caf44645330e0de1aff7b053c659ddd0bc75255983c9acbdb681f26aeead50f133c14fb2fc2aa1069
@@ -42,6 +42,7 @@ module Smith
42
42
  start_keep_alive
43
43
  setup_stats_queue
44
44
  @state = :running
45
+ run
45
46
  end
46
47
  end
47
48
 
@@ -54,7 +54,6 @@ module Smith
54
54
 
55
55
  def start!
56
56
  write_pid_file
57
- @agent.run
58
57
  end
59
58
 
60
59
  # Exceptional shutdown of the agent. Note. Whenever this is
@@ -1,3 +1,3 @@
1
1
  module Smith
2
- VERSION = "0.8.8"
2
+ VERSION = "0.8.9"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: smith
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.8
4
+ version: 0.8.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Richard Heycock
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-17 00:00:00.000000000 Z
11
+ date: 2016-09-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: amqp