logstash-output-mongodb_upsert_custom 0.2.0 → 0.2.1

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: 633639345a3e336681a095b7266350293b072e468532023b948a127731cbcddf
4
- data.tar.gz: 367b8ff4db20259aecae9641d7b2d814d58d651b209b8ad492dee4e58e17e45d
3
+ metadata.gz: 27bb180d0d3adf72d85d7ae09386dd01007b90cc2c41ecea8c69e57ec33c4552
4
+ data.tar.gz: 677836bdb5a265b2337a1acd0ad5e5f7b160c66332c1b1ffb2e137903108bbf1
5
5
  SHA512:
6
- metadata.gz: 9495b3174797fec599bd6e4338c9e78aa6a60c42b8dc776995a2b64fecad53e43328015c094829de327204fe50829f9950fc8f4bd374898dcd62414757b78484
7
- data.tar.gz: b1b3dd86c9efe8e93b458b0b4977aa1917e0ac412d2e6c23d98efe41b9af645c490bfe29bec1ad4cd316fc3716bc6f3f5c92177fc4c330eba3188d94965cd9d8
6
+ metadata.gz: a99c252495498abe2e4d212fd03f95c31f44608560b13b558066cc43e47aad970f7dc9e0d9e510b1425c0b1fc0d716f5cd730700cfd8170e1cff990456d6ea87
7
+ data.tar.gz: f8e0008ec99192a5efcba42741f17d10d429c74acc31e3ef27bba2c7b60b711de0ffcff641587c93dc1de3b3b84b71cf1e01a6615c19424a0dcfca524f0a3645
@@ -1,12 +1,12 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-mongodb_upsert_custom'
3
- s.version = '0.2.0'
3
+ s.version = '0.2.1'
4
4
  s.licenses = ['Apache-2.0']
5
5
  s.summary = 'Plugin to write to mongo db.'
6
6
  s.description = 'This plugin is to write the logstash input to given mongo db.'
7
7
  s.homepage = 'http://www.elastic.co/guide/en/logstash/current/index.html'
8
8
  s.authors = ['jijk']
9
- s.email = 'ravi.shah@softwareag.com'
9
+ s.email = 'jiji.k@softwareag.com'
10
10
  s.require_paths = ['lib']
11
11
 
12
12
  # Files
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-mongodb_upsert_custom
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - jijk
@@ -53,7 +53,7 @@ dependencies:
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0'
55
55
  description: This plugin is to write the logstash input to given mongo db.
56
- email: ravi.shah@softwareag.com
56
+ email: jiji.k@softwareag.com
57
57
  executables: []
58
58
  extensions: []
59
59
  extra_rdoc_files: []