envoy-hooks 0.9.5 → 0.9.6

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
  SHA256:
3
- metadata.gz: 6fffcb2d81342bd0bd7531191ebc07b692fa1ef7607cd6ae58eab5fbb8beeba1
4
- data.tar.gz: 054a0889bed7c1533c73ada85e6bfe1a1f886af6c4a0d4906cdef2e530b566e4
3
+ metadata.gz: 826b37d6c75c5639b5eca96f50071954e96e92ba41545b19f13c5c326cb4bce5
4
+ data.tar.gz: 6cefa4fb835e140a87b1253299708651e1e9a26856c05d030c0562e6788cc970
5
5
  SHA512:
6
- metadata.gz: 7d208fdc61fe9495a1af05881009a7a776d542eba2de687a092f06f2c2b7e417c9b3c3b36ee0da36712ecf1439b3729d0715b8fe3b22c78433161de6f295045e
7
- data.tar.gz: f8a8b7b5063020a067aab0282a06021d659f6b24c35a66f26417ec53a6465358c617a5a37a8c6ae9e5585cf0284806e3897f9020cf6affe1f0c257281c1de69b
6
+ metadata.gz: d944a8509c7eb9498f105fd315d7c99bdb59245802474c385bb8d216a0ade2b51dad431e148f71df62249369ba78ee0a7c42bdd21e84be6f50fb9e9efef14c6c
7
+ data.tar.gz: 9c1173ad75d69ad306626eb60301e94c9aa8fb75b3e859fa9b95fde75bb6057d44b514341afa771fdccbce1668ddac12f9998b1eb2e5ef8f182d9559b86e85b0
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- envoy-hooks (0.9.5)
4
+ envoy-hooks (0.9.6)
5
5
  faraday (~> 0.15.4)
6
6
  faraday-net_http (~> 1.0)
7
7
  faraday_middleware (~> 0.12.2)
data/envoy-hooks.gemspec CHANGED
@@ -5,7 +5,7 @@ require_relative 'lib/envoy/hooks/version'
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = 'envoy-hooks'
7
7
  spec.version = Envoy::Hooks::VERSION
8
- spec.authors = ['Jeffrey-Biles-Envoy', 'Anthony-Floccari-Envoy']
8
+ spec.authors = %w[Jeffrey-Biles-Envoy Anthony-Floccari-Envoy]
9
9
  spec.email = ['afloccari@envoy.com']
10
10
 
11
11
  spec.summary = 'Ruby wrapper for envoy/hooks'
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Envoy
4
4
  class Hooks
5
- VERSION = '0.9.5'
5
+ VERSION = '0.9.6'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: envoy-hooks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.5
4
+ version: 0.9.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeffrey-Biles-Envoy