fluent-plugin-viaq_data_model 0.0.15 → 0.0.16
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 +4 -4
- data/.travis.yml +1 -1
- data/fluent-plugin-viaq_data_model.gemspec +2 -2
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a29ec0e8066aa8b47dc2012e5327bc98e183b7dfb14ea7a779cf1e968ca87225
|
|
4
|
+
data.tar.gz: b5600406305d207a39c5fa4f98be69cfa9f6149cd4c04d5f34164df95d5edbcd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 910bfa4e3fc115af31c69868358a216ebb55a3fa17b6e41d85c9d489ddb258dce4c0f8dd75a488fddaa21c1720b465ccfe8092f66f41dae8565fb24a797ce8c0
|
|
7
|
+
data.tar.gz: '0845b15910fb2fbb708ef52c7c38a46012a74dcbcf7e4838f885e55417a54276c4b739136cada1ca7f6aef4afc00ba6b87b174c32d618baef3a297c866bb2a51'
|
data/.travis.yml
CHANGED
|
@@ -3,11 +3,11 @@ lib = File.expand_path('../lib', __FILE__)
|
|
|
3
3
|
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
4
|
|
|
5
5
|
# can override for testing
|
|
6
|
-
FLUENTD_VERSION = ENV['FLUENTD_VERSION'] || "
|
|
6
|
+
FLUENTD_VERSION = ENV['FLUENTD_VERSION'] || "1"
|
|
7
7
|
|
|
8
8
|
Gem::Specification.new do |gem|
|
|
9
9
|
gem.name = "fluent-plugin-viaq_data_model"
|
|
10
|
-
gem.version = "0.0.
|
|
10
|
+
gem.version = "0.0.16"
|
|
11
11
|
gem.authors = ["Rich Megginson"]
|
|
12
12
|
gem.email = ["rmeggins@redhat.com"]
|
|
13
13
|
gem.description = %q{Filter plugin to ensure data is in the ViaQ common data model}
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluent-plugin-viaq_data_model
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.16
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rich Megginson
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version:
|
|
19
|
+
version: '1'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version:
|
|
26
|
+
version: '1'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: bundler
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -44,14 +44,14 @@ dependencies:
|
|
|
44
44
|
requirements:
|
|
45
45
|
- - "~>"
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version:
|
|
47
|
+
version: '1'
|
|
48
48
|
type: :development
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
52
|
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version:
|
|
54
|
+
version: '1'
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: rake
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|