smith 0.8.1 → 0.8.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 674f4c6d30f25daab0742d2e09b4bb24b1f68043
4
- data.tar.gz: e40dd1480b9b838ea30293383725c91b41537280
3
+ metadata.gz: bccccf4e62986d380e212564e635a31456b29af1
4
+ data.tar.gz: 666714156475411ead284bc32ae0a07ef45ca1eb
5
5
  SHA512:
6
- metadata.gz: ad5c820bb5e89d8b285924c535b6a8e03be9c62893cd66ce2a6b154dbbcced17a6290a20bfeb28e7fb449255243b073b8e97de07910ebe698564b75773cac92e
7
- data.tar.gz: 2e9f38be26aad69ae63a36c4bb7e4a16889c30d831b35e4f51cadb224fefa050368c3b64e82a9bdfb0978c180f9299726c15676a1e7d91e64f650231bc1054e8
6
+ metadata.gz: 71b38087e695ec1feb67012d27ca09163f36896f909201a0661880a9b304f595ea811b3dd06380c4d384b5a05328b13461be5b3fef0d7551c2501d274d9c8b3b
7
+ data.tar.gz: 271e4bc5a84bb59beed2a288f8e585f5c5441d0b0a9bad033b427eace216499ab928ef6961ef4e3186145985497e4258da3b7c0b753547edb68de6e63533ad8f
data/config/smithrc.toml CHANGED
@@ -46,13 +46,13 @@ ack = true
46
46
 
47
47
  # Change according to your local broker.
48
48
  [amqp.broker]
49
- # host = "localhost"
50
- # port = 5672
51
- # user = "guest"
52
- # password = "guest"
53
- # vhost = "/smith"
49
+ host = "localhost"
50
+ port = 5672
51
+ user = "guest"
52
+ password = "guest"
53
+ vhost = ""
54
54
 
55
- uri = "amqp://guest:guest@basking:5672"
55
+ # uri = "amqp://guest:guest@localhost:5672"
56
56
 
57
57
  [logging]
58
58
  trace = true
data/lib/smith/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Smith
2
- VERSION = "0.8.1"
2
+ VERSION = "0.8.2"
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.1
4
+ version: 0.8.2
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-02-01 00:00:00.000000000 Z
11
+ date: 2016-02-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: amqp