fluent-plugin-pi 0.0.1 → 0.0.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
  SHA1:
3
- metadata.gz: 27e54a4517d037bd4d94bfd82de9cad602b64762
4
- data.tar.gz: b97da9892c3d3ff312832f8cb92b65a47f8eb147
3
+ metadata.gz: df97b4c52bf4a2e6f39e6c8f3d81f8af2b0c719a
4
+ data.tar.gz: e24adce89010bc7661c30b3a784f4de2f0bf5131
5
5
  SHA512:
6
- metadata.gz: 63b04f2f4715f67f5135f99bdd344e936634fa94464ab9ed9d0f9f647dea234b3b57af2e583227dc11d63b5f2308af708336b5e66ddfa681e7e19d446fbf06b4
7
- data.tar.gz: 6930855b64fca1bc4287e4ebd8d051a732b6e7dcab934647503869a7a813cd92c9802c78361c6371cc982e966145b6cfebd7d4bf8bd7bdf2b7fdfd7af4be3ea8
6
+ metadata.gz: 8723fb2c5f04440fd962743125cc11b67a2fae9e5a191d4754a64f123ec77a58076e3c9ba78795f7729725f450b54d996f11fcdab5548ab9892c352759dab505
7
+ data.tar.gz: cb815cd0b0519031090d4229f8bfbd961943fa6d4e41e300f952418e13d99e5b744c22a7d634cccfb2b38fb1315da7f146453274798a3335cd8a6be23e6cd36c
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fluent-plugin-pi (0.0.1)
4
+ fluent-plugin-pi (0.0.2)
5
5
  adal (~> 1.0.0)
6
6
  certified (~> 1.0.0)
7
7
  rest-client (~> 1.6.9)
@@ -3,12 +3,12 @@
3
3
 
4
4
  Gem::Specification.new do |spec|
5
5
  spec.name = "fluent-plugin-pi"
6
- spec.version = "0.0.1"
6
+ spec.version = "0.0.2"
7
7
  spec.authors = ["Derek Endres"]
8
8
  spec.email = ["dendres@osisoft.com"]
9
9
 
10
- spec.summary = %q{Fluentd plugin to either get data from PI, send to PI or send to QI.}
11
- spec.description = %q{Fluentd plugin to either get data from PI, send to PI or send to QI}
10
+ spec.summary = %q{Fluentd plugin to either get data from OSISoft PI, send to OSISoft PI or send to OSISoft QI.}
11
+ spec.description = %q{Fluentd plugin to either get data from OSISoft PI, send to OSISoft PI or send to OSISoft QI}
12
12
  spec.homepage = "https://github.com/osisoftresearch"
13
13
  spec.license = "OSISoft LLC"
14
14
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-pi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Derek Endres
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-10-04 00:00:00.000000000 Z
11
+ date: 2016-10-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client
@@ -80,7 +80,8 @@ dependencies:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
82
  version: '10.0'
83
- description: Fluentd plugin to either get data from PI, send to PI or send to QI
83
+ description: Fluentd plugin to either get data from OSISoft PI, send to OSISoft PI
84
+ or send to OSISoft QI
84
85
  email:
85
86
  - dendres@osisoft.com
86
87
  executables: []
@@ -120,5 +121,6 @@ rubyforge_project:
120
121
  rubygems_version: 2.6.7
121
122
  signing_key:
122
123
  specification_version: 4
123
- summary: Fluentd plugin to either get data from PI, send to PI or send to QI.
124
+ summary: Fluentd plugin to either get data from OSISoft PI, send to OSISoft PI or
125
+ send to OSISoft QI.
124
126
  test_files: []