oeh-client 0.1.2 → 0.1.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: 517267cc89054910a425ef6c14b44b559e3a8dd9
4
- data.tar.gz: b0e58925610bb6eebdd1c43f999e7da818d08189
3
+ metadata.gz: 387ba081ef8853fc009d375625937d086de71905
4
+ data.tar.gz: 2306b95911d221c4b377c0c3547de92d2f6cba78
5
5
  SHA512:
6
- metadata.gz: 258591ab4e2eb1d88ec019b37992aaf51577f7fd5e9ea7f5fe57e15fa1dac13650ee7e653fb1818447e539354b2f981ec2d99bbe427ac9942590c329320e5491
7
- data.tar.gz: 64d14f657b6828c56680dc456948f5a9d6576b840ffe9d2972849b4cb3d53465a2af2753860507b87bf71386cd4540ec81926c4957c7d121a0bd45be6e8fc7c1
6
+ metadata.gz: 704963a6de39b8b22fe7715aece3ad147b175329dac4bb45a079274d2c1bf32756653b9992453cfc165a652d83a0a9e058247207dcbf804deb6799166b02b231
7
+ data.tar.gz: 518ae34e6924ffca0d244b79961d7566123b31e71713ec2fe6b443c6eb3617947f908f7179be236fe8149f9a2d5f9de56c29feec85a4abf73ccb5ac76e67cb02
@@ -134,7 +134,7 @@ class OEHClient::Interaction::Interaction
134
134
  # create a new interaction using all parameters from the existing other than the new touchpoint
135
135
  # URI and timestamp of the current Interaction instance. The method can be used to submit new
136
136
  # requests for the same customer, tid, & session
137
- new_interaction = OHEClient::Interaction::Interaction.new({
137
+ new_interaction = OEHClient::Interaction::Interaction.new({
138
138
  :uri => uri,
139
139
  :ck => @customer_key,
140
140
  :tid => @tid,
@@ -1,3 +1,3 @@
1
1
  module OEHClient
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.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.1.2
4
+ version: 0.1.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: 2015-11-17 00:00:00.000000000 Z
11
+ date: 2015-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler