fluent-plugin-pi 0.0.3 → 0.0.4

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: 4c7bcc07b408fac793498018831cd96172853f6b
4
- data.tar.gz: 8be758f11437ecc38ea90e4f2336900df31fa26d
3
+ metadata.gz: 2b105662cb945b71472616e5a1a7b50b104625f6
4
+ data.tar.gz: 853663385d9e939691c69b6a33cbf8278375c150
5
5
  SHA512:
6
- metadata.gz: 09754f0910c7b4ad960a7a156ff0a28ccae8f575bd664a4aaeec13c66f616b3a34316c75218b2dc6de7a630ffcf90076c8765c3009a30e6934ea3ad0ddd38451
7
- data.tar.gz: a6ab702f9d4b48eedac0ddaf2796493a42b4056c249d3656734a4244da0f35106e2e1a371e3c3a195390782ece248be43320a4a21bb1fd2bcb81ed1854ee9d13
6
+ metadata.gz: 3a5ff290495eb4a44e648b800d415b9fd11fc5b8e5916a9b789fa614d6ea2cab18e2ada70cb66618c1d337c5f42d38b0971687e315cef0bbadf1d430e2b0e4ed
7
+ data.tar.gz: 73b6d43f0cfe5b087fec0b94b6de342f90faa9c398809ae1a14a6582c307c910df038414130a7864f803f50830d5c52293980eab5ccd4f1b4cae43b75f29c7c6
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fluent-plugin-pi (0.0.3)
4
+ fluent-plugin-pi (0.0.4)
5
5
  adal (~> 1.0.0)
6
6
  certified (~> 1.0.0)
7
7
  rest-client (~> 1.6.9)
@@ -3,7 +3,7 @@
3
3
 
4
4
  Gem::Specification.new do |spec|
5
5
  spec.name = "fluent-plugin-pi"
6
- spec.version = "0.0.3"
6
+ spec.version = "0.0.4"
7
7
  spec.authors = ["Derek Endres"]
8
8
  spec.email = ["dendres@osisoft.com"]
9
9
 
@@ -12,7 +12,7 @@
12
12
  # OSIsoft, LLC
13
13
  # 777 Davis Street, Suite 250, San Leandro CA 94577
14
14
 
15
- require 'fluent/plugin/output'
15
+ require 'fluent/output'
16
16
  require 'json'
17
17
  require 'rest-client'
18
18
  require 'adal'
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-pi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Derek Endres
@@ -99,6 +99,7 @@ files:
99
99
  - lib/fluent/plugin/out_qi.rb
100
100
  - pkg/fluent-plugin-pi-0.0.1.gem
101
101
  - pkg/fluent-plugin-pi-0.0.2.gem
102
+ - pkg/fluent-plugin-pi-0.0.3.gem
102
103
  homepage: https://github.com/osisoftresearch
103
104
  licenses:
104
105
  - OSISoft LLC