soapy_cake 1.6.3 → 1.6.4
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/.ruby-version +1 -1
- data/lib/soapy_cake/response.rb +2 -1
- data/lib/soapy_cake/version.rb +1 -1
- data/spec/lib/soapy_cake/integration_spec.rb +3 -0
- 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: ac960ad462bcff9507302302554a308cb2ec392a
|
|
4
|
+
data.tar.gz: 853a756dfd3e95a8d2dc3b658f390bd06427be47
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bf1e12250cb51b1f11394e0e8c95da9c364ef8cc7e3e4f018ec56765d3cbafe9931b604a646f7b991a7e8fe6d0565ed172f808c7e268c1edc1b8aa24faa51ec8
|
|
7
|
+
data.tar.gz: fb9434baa59caf26f3886e917427679f7f6774918aa030f18793a2d9f281c3f4003b7a03d1772bfa816a1996fd1ceac17c5046a051811df32cbdd8a9a70f36f0
|
data/.ruby-version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.2.
|
|
1
|
+
2.2.1
|
data/lib/soapy_cake/response.rb
CHANGED
data/lib/soapy_cake/version.rb
CHANGED
|
@@ -16,6 +16,9 @@ RSpec.describe 'Integration test' do
|
|
|
16
16
|
minimum_payment_threshold: '0.0000'
|
|
17
17
|
)
|
|
18
18
|
|
|
19
|
+
# strings should be actual Strings, not some Saxerator element class
|
|
20
|
+
expect(result.first[:affiliate_name].class).to eq(String)
|
|
21
|
+
|
|
19
22
|
# arrays
|
|
20
23
|
expect(result.first[:contacts][:contact_info].map { |contact| contact[:contact_id] }).to \
|
|
21
24
|
eq([8819, 8820])
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: soapy_cake
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.6.
|
|
4
|
+
version: 1.6.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ad2games GmbH
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-04-
|
|
11
|
+
date: 2015-04-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|