logstash-filter-memcached 0.1.2 → 1.0.0

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: 29ec10bd530ec0466950aeef9226795acac6032c26b080c682c35dea72b8929a
4
- data.tar.gz: '058081c9f131337afd04cecefd4e28569a7ed07a9eeb43577e9e8b6c732d7018'
3
+ metadata.gz: ed29245e47a279f41ba424eb3e86f716612d0ea5d828a482c19175a5b516dc06
4
+ data.tar.gz: 8294068959003b89b6b4ad5c967dfb34e4a7ea30c9f6c5f8830df6a6fb5d9ed5
5
5
  SHA512:
6
- metadata.gz: daecfecc94939a30559c4975a43a8b831e976b475798d05551fcaf6faeb6eaa8e88e773802a892278b49feaa3fb4cffed9fee87efa3e2a027cffb8f1cfd9df83
7
- data.tar.gz: 1a4ca4a89161a5941bd7575f48886da7615b7df1f5ca7cb8797d62cc67ccb8ed7831d04efe942a7887905aed562c168e5ded6eb526aec31937a938e957f86266
6
+ metadata.gz: 2ee03de666c6acc929cfe6c3fb8488cffa0153d341c557e2f42bee3879c99fe18cfe307088e02617588bbcfddae02e01e7fdba0a6b19a1bd38b566cae56283b8
7
+ data.tar.gz: 373a33909da04b464d65b2caaa60e3f83f0db0ca457eb5ee62376170da005640de6bbb1d3e8c0bf25dae6bb0a6310536eeccbccf4b31209f5ebc9a04f6ece11b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,5 @@
1
- ## 0.1.2
2
- - Fixed link formatting issues in doc (#16)(https://github.com/logstash-plugins/logstash-filter-memcached/pull/16)
1
+ ## 1.0.0
2
+ - Updated to 1.0.0
3
3
 
4
4
  ## 0.1.1
5
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)
data/README.md CHANGED
@@ -6,12 +6,6 @@ This is a plugin for [Logstash](https://github.com/elastic/logstash).
6
6
 
7
7
  It is fully free and fully open source. The license is Apache 2.0, meaning you are pretty much free to use it however you want in whatever way.
8
8
 
9
- ## CAVEAT: 0.x
10
-
11
- This `logstash-filter-memcached` repository is a pre-release, 0.x, skunkwork proof-of-concept. It works, but as a 0.x release we can make no guaranees that upgrades to future versions will be trivial. The API may change within the 0.x series as we work to find the API that feels "right" for a full-featured 1.x release.
12
-
13
- The Logstash team is in the process of bringing this project (or equivalent functionality) into the [logstash-plugins fold](https://github.com/elastic/logstash/issues/8930), but the exact shape of the resulting API is still being debated.
14
-
15
9
  ## Documentation
16
10
 
17
11
  Logstash provides infrastructure to automatically generate documentation for this plugin from its [index summary](./docs/index.asciidoc). We use the asciidoc format to write documentation so any comments in the source code will be first converted into asciidoc and then into html. All plugin documentation are placed under one [central location](http://www.elastic.co/guide/en/logstash/current/).
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-filter-memcached'
3
- s.version = '0.1.2'
3
+ s.version = '1.0.0'
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.2
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ry Biesemeyer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-03-03 00:00:00.000000000 Z
11
+ date: 2019-02-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement