pushyd 0.24.0 → 0.24.1

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: b4b7747634e7a6e9d73b5247b453168994d6f642
4
- data.tar.gz: 9731350abaec6a877a8a300fc5bb9906141431e9
3
+ metadata.gz: 3c0b26eba48301767a70e3cfaca254a849500f06
4
+ data.tar.gz: 6133a4c4035b49738d644bc835f14d35cd261ac8
5
5
  SHA512:
6
- metadata.gz: 3908366de3c57747703d9734b815507f63c6bb9f29e9f7475ec68170d7f4ced9147d986e1dabcd0a5d45b0a34d41ef6a8f8f3f9d75e20e4b055d40aead8e5e52
7
- data.tar.gz: 04f876be6118ef9c0211d44b8f98aa3f8af0cf9251a0bb8dd7146eb6492bd371f50c526923e8b64a5dfd7e5df866df0fbcc972bb0f345c5aac567e05e97a814b
6
+ metadata.gz: 7acb3652db0038dc43b4a9653d2a7971a11e49db23af44e790908951d7fffa5f3970da6dde6f5b9b2dd7fb498bce1a0be26700e9fc1432c31d133962918d4b29
7
+ data.tar.gz: 9c989ff2fa8316b514fea66b31585de530815858f7619f7f209c7311c3dd47daa73f60d2d18b611a64f1305fac194cc906cd26e0a5da97ce0d9e8d7839ab908a
data/Gemfile.lock CHANGED
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pushyd (0.24.0)
4
+ pushyd (0.24.1)
5
5
  api-auth
6
- bmc-daemon-lib (~> 0.5.1)
6
+ bmc-daemon-lib (~> 0.6.0)
7
7
  bunny (~> 2.3)
8
8
  daemons
9
9
  json
@@ -18,21 +18,21 @@ GEM
18
18
  addressable (2.5.0)
19
19
  public_suffix (~> 2.0, >= 2.0.2)
20
20
  amq-protocol (2.0.1)
21
- api-auth (2.0.1)
21
+ api-auth (2.1.0)
22
22
  ast (2.3.0)
23
- bmc-daemon-lib (0.5.1)
23
+ bmc-daemon-lib (0.6.0)
24
24
  chamber (~> 2.9.1)
25
- bunny (2.6.1)
25
+ bunny (2.6.2)
26
26
  amq-protocol (>= 2.0.1)
27
27
  chamber (2.9.1)
28
28
  hashie (~> 3.3)
29
29
  thor (~> 0.19.1)
30
30
  daemons (1.2.4)
31
31
  diff-lcs (1.2.5)
32
- domain_name (0.5.20161021)
32
+ domain_name (0.5.20161129)
33
33
  unf (>= 0.0.5, < 1.0.0)
34
34
  hashie (3.4.6)
35
- http (2.0.3)
35
+ http (2.1.0)
36
36
  addressable (~> 2.3)
37
37
  http-cookie (~> 1.0)
38
38
  http-form_data (~> 1.0.1)
@@ -41,22 +41,22 @@ GEM
41
41
  domain_name (~> 0.5)
42
42
  http-form_data (1.0.1)
43
43
  http_parser.rb (0.6.0)
44
- json (2.0.2)
44
+ json (2.0.3)
45
45
  mime-types (2.99.3)
46
46
  multi_json (1.12.1)
47
47
  netrc (0.11.0)
48
- newrelic_rpm (3.17.0.325)
49
- parser (2.3.1.4)
48
+ newrelic_rpm (3.17.2.327)
49
+ parser (2.3.3.1)
50
50
  ast (~> 2.2)
51
51
  powerpack (0.1.1)
52
- public_suffix (2.0.4)
53
- rainbow (2.1.0)
54
- rake (11.3.0)
52
+ public_suffix (2.0.5)
53
+ rainbow (2.2.1)
54
+ rake (12.0.0)
55
55
  rest-client (1.8.0)
56
56
  http-cookie (>= 1.0.2, < 2.0)
57
57
  mime-types (>= 1.16, < 3.0)
58
58
  netrc (~> 0.7)
59
- rollbar (2.13.3)
59
+ rollbar (2.14.0)
60
60
  multi_json
61
61
  rspec (3.5.0)
62
62
  rspec-core (~> 3.5.0)
@@ -71,8 +71,8 @@ GEM
71
71
  diff-lcs (>= 1.2.0, < 2.0)
72
72
  rspec-support (~> 3.5.0)
73
73
  rspec-support (3.5.0)
74
- rubocop (0.45.0)
75
- parser (>= 2.3.1.1, < 3.0)
74
+ rubocop (0.47.0)
75
+ parser (>= 2.3.3.1, < 3.0)
76
76
  powerpack (~> 0.1)
77
77
  rainbow (>= 1.99.1, < 3.0)
78
78
  ruby-progressbar (~> 1.7)
@@ -80,11 +80,11 @@ GEM
80
80
  ruby-progressbar (1.8.1)
81
81
  terminal-table (1.7.3)
82
82
  unicode-display_width (~> 1.1.1)
83
- thor (0.19.1)
83
+ thor (0.19.4)
84
84
  unf (0.1.4)
85
85
  unf_ext
86
86
  unf_ext (0.0.7.2)
87
- unicode-display_width (1.1.1)
87
+ unicode-display_width (1.1.3)
88
88
 
89
89
  PLATFORMS
90
90
  ruby
@@ -15,8 +15,8 @@ SHOUTER_SENTAT_DECIMALS = 6
15
15
  # Constants: logger
16
16
  LOGGER_FORMAT = {
17
17
  context: {
18
- caller: "%-17s",
19
18
  rule: "%-20s",
19
+ caller: "%18s |",
20
20
  },
21
21
  array: " - %s",
22
22
  hash: " = %-20s %s",
data/pushyd.gemspec CHANGED
@@ -1,12 +1,12 @@
1
1
  # coding: utf-8
2
2
  Gem::Specification.new do |spec|
3
3
  # Project version
4
- spec.version = "0.24.0"
4
+ spec.version = "0.24.1"
5
5
 
6
6
  # Project description
7
7
  spec.name = "pushyd"
8
8
  spec.authors = ["Bruno MEDICI"]
9
- spec.email = "pushyd@bmconseil.com"
9
+ spec.email = "opensource@bmconseil.com"
10
10
  spec.description = "A nice proxy listenning to a RabbitMQ bus, repeating selected messages in POST requests when filters match routing patterns"
11
11
  spec.summary = spec.description
12
12
  spec.homepage = "http://github.com/bmedici/pushyd"
@@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
28
28
  # spec.add_development_dependency "pry"
29
29
 
30
30
  # Runtime dependencies
31
- spec.add_runtime_dependency "bmc-daemon-lib", "~> 0.5.1"
31
+ spec.add_runtime_dependency "bmc-daemon-lib", "~> 0.6.0"
32
32
  spec.add_runtime_dependency "daemons"
33
33
  spec.add_runtime_dependency "json"
34
34
  spec.add_runtime_dependency "bunny", "~> 2.3"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pushyd
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.24.0
4
+ version: 0.24.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bruno MEDICI
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-07 00:00:00.000000000 Z
11
+ date: 2017-01-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -86,14 +86,14 @@ dependencies:
86
86
  requirements:
87
87
  - - "~>"
88
88
  - !ruby/object:Gem::Version
89
- version: 0.5.1
89
+ version: 0.6.0
90
90
  type: :runtime
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
94
  - - "~>"
95
95
  - !ruby/object:Gem::Version
96
- version: 0.5.1
96
+ version: 0.6.0
97
97
  - !ruby/object:Gem::Dependency
98
98
  name: daemons
99
99
  requirement: !ruby/object:Gem::Requirement
@@ -208,7 +208,7 @@ dependencies:
208
208
  version: '0'
209
209
  description: A nice proxy listenning to a RabbitMQ bus, repeating selected messages
210
210
  in POST requests when filters match routing patterns
211
- email: pushyd@bmconseil.com
211
+ email: opensource@bmconseil.com
212
212
  executables:
213
213
  - pushyd
214
214
  extensions: []