soapy_cake 1.6.3 → 1.6.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 35984b1916677182bd7804c5d2a58fc5580dd031
4
- data.tar.gz: 1073f0d6be29ae6a2aa80e6435475d2af805211e
3
+ metadata.gz: ac960ad462bcff9507302302554a308cb2ec392a
4
+ data.tar.gz: 853a756dfd3e95a8d2dc3b658f390bd06427be47
5
5
  SHA512:
6
- metadata.gz: d87bc852985c9c58527f54980637bd128ba95b94a8c6994439643ef628a454286e9ab00d0d1cb21367600ca3b4de31ac4aff8137960c46a35395c8f0dda81bfa
7
- data.tar.gz: 96385de9a44b78b5304f647114ba7dffaf6b54345ee2ff196b1585c6ad29caf8eb5737cba657fe4f70be53a580bdaeed73d53e0ae82507375f3db9558397425b
6
+ metadata.gz: bf1e12250cb51b1f11394e0e8c95da9c364ef8cc7e3e4f018ec56765d3cbafe9931b604a646f7b991a7e8fe6d0565ed172f808c7e268c1edc1b8aa24faa51ec8
7
+ data.tar.gz: fb9434baa59caf26f3886e917427679f7f6774918aa030f18793a2d9f281c3f4003b7a03d1772bfa816a1996fd1ceac17c5046a051811df32cbdd8a9a70f36f0
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.2.0
1
+ 2.2.1
@@ -33,7 +33,8 @@ module SoapyCake
33
33
  next false if value == 'false'
34
34
  next true if value == 'true'
35
35
 
36
- value
36
+ # cast to primitive string to get rid of Saxerator string class
37
+ value.to_s
37
38
  end
38
39
  end
39
40
 
@@ -1,3 +1,3 @@
1
1
  module SoapyCake
2
- VERSION = '1.6.3'
2
+ VERSION = '1.6.4'
3
3
  end
@@ -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.3
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-07 00:00:00.000000000 Z
11
+ date: 2015-04-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport