logstash-filter-memcached 0.1.1 → 0.1.2

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
  SHA256:
3
- metadata.gz: c0dac09d5a353628d2b9507a8eb576ef034128eb603edd1f4445640c9ac06e44
4
- data.tar.gz: 408ca2ab17dfb94cf400c0ffd2675b7e250879d05bdefeb6ab19454c2cc908af
3
+ metadata.gz: 29ec10bd530ec0466950aeef9226795acac6032c26b080c682c35dea72b8929a
4
+ data.tar.gz: '058081c9f131337afd04cecefd4e28569a7ed07a9eeb43577e9e8b6c732d7018'
5
5
  SHA512:
6
- metadata.gz: 621ae0fb00da753e3268c04c2cd8d6c11e1f85b56348ca5334385a565daa174726291bdd9f15543b3f1f82169dcce2e7386707defa38d920f9cc502676d0772c
7
- data.tar.gz: da42210db0f5dfb326a48fb67acd63223bf866c9c8a1e3a397dafa892078b913b8bce3f37a9d194d8496a19a79cab8cb1d5b0553ff3ed383a69152018693a156
6
+ metadata.gz: daecfecc94939a30559c4975a43a8b831e976b475798d05551fcaf6faeb6eaa8e88e773802a892278b49feaa3fb4cffed9fee87efa3e2a027cffb8f1cfd9df83
7
+ data.tar.gz: 1a4ca4a89161a5941bd7575f48886da7615b7df1f5ca7cb8797d62cc67ccb8ed7831d04efe942a7887905aed562c168e5ded6eb526aec31937a938e957f86266
@@ -1,3 +1,6 @@
1
+ ## 0.1.2
2
+ - Fixed link formatting issues in doc (#16)(https://github.com/logstash-plugins/logstash-filter-memcached/pull/16)
3
+
1
4
  ## 0.1.1
2
5
  - The plugin common options (e.g., `add_field`, `add_tag`, etc.) are now correctly only invoked when the plugin successfully gets one or more values from, or sets one or more values to memcached (#4)
3
6
  - Fix links to argument types in documentation (#3)
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-filter-memcached'
3
- s.version = '0.1.1'
3
+ s.version = '0.1.2'
4
4
  s.licenses = ['Apache-2.0']
5
5
  s.summary = 'A Logstash filter plugin for interacting with memcached'
6
6
  s.homepage = 'https://github.com/yaauie/logstash-filter-memcached'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-filter-memcached
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ry Biesemeyer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-01-10 00:00:00.000000000 Z
11
+ date: 2020-03-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement