fluent-plugin-pi 0.0.9 → 0.0.10

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2a98b4b60ad27f23278150c115c5f76bcaa7c60b
4
- data.tar.gz: 50c809a2196ff6af4630f306c454f17846602f6f
3
+ metadata.gz: c2e05831072e5314224a5a9976adb24163b3a2ff
4
+ data.tar.gz: e7e5c80bceaa3f91d527016fa9f70b6c5cccaa92
5
5
  SHA512:
6
- metadata.gz: a4fd39541f17faf2f937502f1ce80d4fe014d74aa3d24de115052b952744e6eaac80ff2a7047f56520061db7ab69d7e66cf34b5cd94d2e320fd365fa4c1fa79e
7
- data.tar.gz: b523b27c94658c4c0f0751a37b2a4db9419a4a56a1d4bf64879add46fb3ef93a7adb9877aa1fcd44e3cd9326cfe576d328993fd6b357ccda5ee430b52163cc24
6
+ metadata.gz: a338aa2f58e0831c3e2b98268b472180852e1d69668d2919ff2c41a97ea29497036a71c2a4968d434286bcc0ede5a763fc66bc14ab97a9cbb24c62d0ec84092d
7
+ data.tar.gz: 7a43d6cf07420e88c0492bfe9778b5100e0f7800ddb1b8447cf58b1b899baa2e1dd18d8019eb6c5342e18652500f6d6fb88e951127607c0e4ef5e44b74b49a59
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fluent-plugin-pi (0.0.9)
4
+ fluent-plugin-pi (0.0.10)
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.9"
6
+ spec.version = "0.0.10"
7
7
  spec.authors = ["Derek Endres"]
8
8
  spec.email = ["dendres@osisoft.com"]
9
9
 
@@ -205,6 +205,8 @@ module Fluent
205
205
  if(@valuetag != nil)
206
206
  value = record[@valuetag].to_s
207
207
  else
208
+ $log.write("rec\n")
209
+ $log.write(record)
208
210
  z = record["Value"]
209
211
  $log.write("z\n")
210
212
  $log.write(z)
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.9
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Derek Endres
@@ -105,6 +105,7 @@ files:
105
105
  - pkg/fluent-plugin-pi-0.0.6.gem
106
106
  - pkg/fluent-plugin-pi-0.0.7.gem
107
107
  - pkg/fluent-plugin-pi-0.0.8.gem
108
+ - pkg/fluent-plugin-pi-0.0.9.gem
108
109
  homepage: https://github.com/osisoftresearch
109
110
  licenses:
110
111
  - OSISoft LLC