logstash-output-circonus 3.0.3 → 3.0.4

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: 11e312d26d6a6d40e898741e0014e2d67faac957
4
- data.tar.gz: 66fce2776115f73370389f8f5a7fdb7aa5f4f1a5
2
+ SHA256:
3
+ metadata.gz: 46d9d3106bdb3f8b9414f30bf45be0ff292c7981bddb0415f43130604f813859
4
+ data.tar.gz: d92a9b6ef174e5fdfe4d8274a84ad6c476674dc1bc843b28fd6039df82ffe603
5
5
  SHA512:
6
- metadata.gz: c845344b3004b47240e5080cf472f699d58ad63824b33000bc25be1fca98f26048fcfacccb7d4dfdc3999a3103425c730c0ad3d8d27f4e58c64c80a3e92cf97d
7
- data.tar.gz: e5979b71148488cb5f22f77205c2daa5c9097b7bb3128f7da17ed1d595bc4e9531f0162d98d67ea53fabb879ce9ceb130114d10a1f8737411bff2d56e80f5747
6
+ metadata.gz: afc34ed1f304d0f54ea99ea54c0accc2b7abeee0143fd70c72a4ee747071217c3c7eadf06adb35fc5b8ef5f2c9100a8739b96fe60b01e0dd2c2dbf20fe7ed853
7
+ data.tar.gz: f735e7993d9286894178a034b86504dbda7589a4bc1b3cac558926e896e1f3e3b0211902c37f782abcca5178d34bac8f226efc4e0a5f8ba00312e1ad57ab4855
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.0.4
2
+ - Update gemspec summary
3
+
1
4
  ## 3.0.3
2
5
  - Fix some documentation issues
3
6
 
@@ -1,8 +1,8 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-circonus'
3
- s.version = '3.0.3'
3
+ s.version = '3.0.4'
4
4
  s.licenses = ['Apache License (2.0)']
5
- s.summary = "This output lets you send annotations to Circonus based on Logstash events"
5
+ s.summary = "Sends annotations to Circonus based on Logstash events"
6
6
  s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"
7
7
  s.authors = ["Elastic"]
8
8
  s.email = 'info@elastic.co'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-circonus
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.3
4
+ version: 3.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-16 00:00:00.000000000 Z
11
+ date: 2017-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -44,7 +44,9 @@ dependencies:
44
44
  - - ">="
45
45
  - !ruby/object:Gem::Version
46
46
  version: '0'
47
- description: This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program
47
+ description: This gem is a Logstash plugin required to be installed on top of the
48
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
49
+ gem is not a stand-alone program
48
50
  email: info@elastic.co
49
51
  executables: []
50
52
  extensions: []
@@ -82,9 +84,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
82
84
  version: '0'
83
85
  requirements: []
84
86
  rubyforge_project:
85
- rubygems_version: 2.4.8
87
+ rubygems_version: 2.6.11
86
88
  signing_key:
87
89
  specification_version: 4
88
- summary: This output lets you send annotations to Circonus based on Logstash events
90
+ summary: Sends annotations to Circonus based on Logstash events
89
91
  test_files:
90
92
  - spec/outputs/circonus_spec.rb