logstash-output-boundary 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: 8b322cd56476e5013fec4cd95f8235b4973457f3
4
- data.tar.gz: e884a731c0473ff4c8e538576beeb5efe21c9f6c
2
+ SHA256:
3
+ metadata.gz: 8fe5e71636af1a2bd408caaf41ba0293031c894fa0bae5b0af3dc134b5d72c11
4
+ data.tar.gz: 2df0f5695b1a6daf755b5268f54b066b36d79681b810fe96c56b154cf22e930a
5
5
  SHA512:
6
- metadata.gz: 84ba1bfa76c28a10d84cd08a92c462c5a29d47c03c26f1b00c7ea86943f6297dbbef01b56ba8c36e1281776a2aa35506ed3b02f53946f931c6ea6b66c9c52a2b
7
- data.tar.gz: 592acffce097803f2c1c37da56563cea940c954284e7e4e1c011e3e03003709ecf15f5b0876a4ddc218cbd3487a184696a9f54ed7bd28982cdba6a2b1900834d
6
+ metadata.gz: 0a3b1070ca11ecd0eb428e41ff5070eca9187dd3e3ace61a8727e3c2561fd95dee1d2257cc028c0792e2012fdfb50076b5dd662f535ecfed861c992eb4589864
7
+ data.tar.gz: e7180857cd2f8250b45932a175cf379b0157177548af644d283dd75f3d8b7b2a6a8026015759a5f04278f8d2c45fc5e21d062bb81edda071b605cf2ba83c87a3
@@ -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-boundary'
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 Boundary based on Logstash events"
5
+ s.summary = "Sends annotations to Boundary 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-boundary
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 Boundary based on Logstash events
90
+ summary: Sends annotations to Boundary based on Logstash events
89
91
  test_files:
90
92
  - spec/outputs/boundary_spec.rb