logstash-input-heroku 0.1.3 → 0.1.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
2
  SHA1:
3
- metadata.gz: 7394dee2d2ec46c0bfd1c5d325122a164f1d4f9d
4
- data.tar.gz: 76b08ac5a235dfef19205d8816ff2383e684f5d9
3
+ metadata.gz: b26f41fef6aaef3a4275e62e74b7512b182a2f89
4
+ data.tar.gz: d8453eee2e408cc8870a8b48a2b5ac0a3cb4b972
5
5
  SHA512:
6
- metadata.gz: 50b48d13c489223b31804fc692e3e00a2f29a6beb3f6bf181a2beae7a6314a6161cc47d73e14d46ba429692ddf41f3018059ffe1b804c9dda4b41a3f8d266779
7
- data.tar.gz: b52e53e9f095686d5c3407ea988011a632620158640ca9173da302efdf2f2666582214b6db0e5cd2ab0cf874a9651239a50478a61dc145eeaa2a778b8e4e0935
6
+ metadata.gz: d9cfcbd8cdf3cc9e758a040934d76f9649c380509aa2b03e8b46d0bd7e99348f59080c8a0217246d8c585c22552915b0f865620e9db40efa0bb6ee796f6594c8
7
+ data.tar.gz: 6c88dba1ebcfde761e5405364819be1f9921522a0b99a1b69703df5ca83a85aa75cfd750646f3208afa24f81f20d628a3f970db33337075815be92d23c070013
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012-2015 Elasticsearch <http://www.elasticsearch.org>
1
+ Copyright (c) 20122015 Elasticsearch <http://www.elastic.co>
2
2
 
3
3
  Licensed under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this file except in compliance with the License.
@@ -1,13 +1,13 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-heroku'
4
- s.version = '0.1.3'
4
+ s.version = '0.1.4'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Stream events from a heroku app's logs."
7
7
  s.description = "This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program"
8
- s.authors = ["Elasticsearch"]
9
- s.email = 'info@elasticsearch.com'
10
- s.homepage = "http://www.elasticsearch.org/guide/en/logstash/current/index.html"
8
+ s.authors = ["Elastic"]
9
+ s.email = 'info@elastic.co'
10
+ s.homepage = "http://www.elastic.co/guide/en/logstash/current/index.html"
11
11
  s.require_paths = ["lib"]
12
12
 
13
13
  # Files
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-heroku
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
- - Elasticsearch
7
+ - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-26 00:00:00.000000000 Z
11
+ date: 2015-04-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -73,7 +73,7 @@ dependencies:
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  description: This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program
76
- email: info@elasticsearch.com
76
+ email: info@elastic.co
77
77
  executables: []
78
78
  extensions: []
79
79
  extra_rdoc_files: []
@@ -87,7 +87,7 @@ files:
87
87
  - lib/logstash/inputs/heroku.rb
88
88
  - logstash-input-heroku.gemspec
89
89
  - spec/inputs/heroku_spec.rb
90
- homepage: http://www.elasticsearch.org/guide/en/logstash/current/index.html
90
+ homepage: http://www.elastic.co/guide/en/logstash/current/index.html
91
91
  licenses:
92
92
  - Apache License (2.0)
93
93
  metadata:
@@ -109,7 +109,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
109
109
  version: '0'
110
110
  requirements: []
111
111
  rubyforge_project:
112
- rubygems_version: 2.4.5
112
+ rubygems_version: 2.1.9
113
113
  signing_key:
114
114
  specification_version: 4
115
115
  summary: Stream events from a heroku app's logs.