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 +4 -4
- data/lib/oehclient/interaction/interaction.rb +1 -1
- data/lib/oehclient/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 387ba081ef8853fc009d375625937d086de71905
|
4
|
+
data.tar.gz: 2306b95911d221c4b377c0c3547de92d2f6cba78
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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 =
|
137
|
+
new_interaction = OEHClient::Interaction::Interaction.new({
|
138
138
|
:uri => uri,
|
139
139
|
:ck => @customer_key,
|
140
140
|
:tid => @tid,
|
data/lib/oehclient/version.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2015-11-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|