oeh-client 0.3.2 → 0.3.3

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: beaf9936a71178dc5549a3d716f06257452ea5f7
4
- data.tar.gz: 3dfeb455a33e0ef2de60a2fef3d30f340d00c9df
3
+ metadata.gz: 5c126c927e1b619f3df9df4fb8366780db1a2970
4
+ data.tar.gz: 435a499ceab87376728ba4e74c3e1a1841faf99b
5
5
  SHA512:
6
- metadata.gz: 8fa35ccfbd971ad4b6fa0571f671c39029a4c4b3f9899a19cac70a4d4eee34e3d881cab49c39d5c572cf5d25f977d2f9414435233a5351c558ddfa916f316e45
7
- data.tar.gz: 86728803d498b90837856a012c74b72acffc15a10f77bd0dd9296e8b0c3d7a5153af5a7c63d9e9291674a19a443dad877c4eb360ce151b1a88796c0f4ad9b729
6
+ metadata.gz: 17a27257fb4cd825ebf954eb6fa92c87043da060a15683e191e1222ce60397767e6910cffb4efba41fd6f49f47105c18b4f7032b2cffcd58dc84d794e0c8a644
7
+ data.tar.gz: 37f23852bee261289c53c540d59355d1bbf15e20add57269ab32de32b379e159e4f431ca28de7f49fd59665fb0e6ab7c93650e266dd69f76f8d12b1b972ad159
@@ -129,7 +129,8 @@ class OEHClient::Interaction::Interaction
129
129
  raise OEHClient::Exception::MissingParameterException.new(missing_minimal_parameters) unless (minimal_parameters?)
130
130
 
131
131
  # call the appropriate method based on the existance of the timestamp value
132
- ((!@timestamp.nil?) ? send_offline(parameters) : send_realtime(parameters))
132
+ #((!@timestamp.nil?) ? send_offline(parameters) : send_realtime(parameters))
133
+ send_realtime(parameters)
133
134
  # return the current instance interacton
134
135
  self
135
136
  end
@@ -1,3 +1,3 @@
1
1
  module OEHClient
2
- VERSION = "0.3.2"
2
+ VERSION = "0.3.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oeh-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Balliet
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-02-05 00:00:00.000000000 Z
11
+ date: 2016-04-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler