fastly_nsq 1.9.0 → 1.9.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 4e685ef385c44a03d16a119fab38034c03dbd9c9
4
- data.tar.gz: da44d3e9ff527f75ef4fc2ee26b874f43a0c4fdc
2
+ SHA256:
3
+ metadata.gz: 42a4663f71ea58206f1f7b9a7193a15c233aa275701d2e6e669d573a3e2c1d39
4
+ data.tar.gz: 19b2c34043928891c949ff9b807905887f8d93ba0a47a14766fe68d270de53d8
5
5
  SHA512:
6
- metadata.gz: 11d5ce501f74bfafe9af2ff21e13cd8e6a7f03473370aac9663ea5989d6f9d5287a7d610e638397cbe10b880ff1b9e99a5bcc1dc6bf34bc28a32e4dce996e8a1
7
- data.tar.gz: 54401d76b444e28470b69ff2dc3a11ec5c8f7e3b7090e6af5b779471757b714a9ca6b6cba47373a93d41160947c096ab539d4896db9c1d53990bf4242232779a
6
+ metadata.gz: eb718bb5c42169fe580c53ac1c243da157cf6da1139879c82b5d7db179e08ccaa337ed64aab8d365a114452ce2f12016d802541300168216d6f01a52291f12d1
7
+ data.tar.gz: 90fccf36e91e1e9b20929cecf9df935e75f81d58f292ca637f0a48192fb9f019162363155c8e532628063253ca45a0ecaa344df7dbceafc81df6f6df3dc17c68
data/ChangeLog.md CHANGED
@@ -1,4 +1,20 @@
1
1
  # Change Log
2
+ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) as of [Version 1.9.1](#v1.9.1)
3
+ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
4
+
5
+ ## [Unreleased]
6
+ ### Removed
7
+ - Removed `pry` as an undocumented requirement for `bin/fastly_nsq`
8
+
9
+ ## [v1.9.0](https://github.com/fastly/fastly_nsq/tree/v1.9.0) (2018-06-04)
10
+ [Full Changelog](https://github.com/fastly/fastly_nsq/compare/v1.8.0...v1.9.0)
11
+
12
+ **Merged pull requests:**
13
+
14
+ - Support writing multiple messages in FastlyNsq::Messenger [\#81](https://github.com/fastly/fastly_nsq/pull/81) ([leklund](https://github.com/leklund))
15
+ - Remove README line about point release... [\#80](https://github.com/fastly/fastly_nsq/pull/80) ([alieander](https://github.com/alieander))
16
+ - Document lifecycle methods [\#79](https://github.com/fastly/fastly_nsq/pull/79) ([lanej](https://github.com/lanej))
17
+ - update default ruby version to latest stable [\#78](https://github.com/fastly/fastly_nsq/pull/78) ([lanej](https://github.com/lanej))
2
18
 
3
19
  ## [v1.8.0](https://github.com/fastly/fastly_nsq/tree/v1.8.0) (2018-05-30)
4
20
  [Full Changelog](https://github.com/fastly/fastly_nsq/compare/v1.7.0...v1.8.0)
data/bin/fastly_nsq CHANGED
@@ -1,7 +1,6 @@
1
1
  #!/usr/bin/env ruby
2
2
  # frozen_string_literal: true
3
3
 
4
- require 'pry'
5
4
  require 'fastly_nsq/cli'
6
5
 
7
6
  begin
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module FastlyNsq
4
- VERSION = '1.9.0'
4
+ VERSION = '1.9.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastly_nsq
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0
4
+ version: 1.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tommy O'Neil
@@ -13,7 +13,7 @@ authors:
13
13
  autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
- date: 2018-06-04 00:00:00.000000000 Z
16
+ date: 2018-06-06 00:00:00.000000000 Z
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
19
19
  name: awesome_print
@@ -268,7 +268,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
268
268
  version: '0'
269
269
  requirements: []
270
270
  rubyforge_project:
271
- rubygems_version: 2.6.14
271
+ rubygems_version: 2.7.6
272
272
  signing_key:
273
273
  specification_version: 4
274
274
  summary: Fastly NSQ Adapter