emarsys 0.3.4 → 0.3.5

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: 2e9882d33fd619bae2fd8011f49b30e65a660703
4
- data.tar.gz: a22e45447c455786e7a82657b1b78204bafab156
3
+ metadata.gz: 31cbab3211176489903574030ce2a194b17f44aa
4
+ data.tar.gz: 3ddda91a55d7a46918cdd26c3fc94f5b52a66918
5
5
  SHA512:
6
- metadata.gz: 838523f64aff54a8c1e327f57ee2aaa6e5b7f0667e05f06cd427d88de45b7dad29e4fcb67e1ac25a64b7fa6075ba300d9b6c7f02c2b45296f23776b0d6ac9046
7
- data.tar.gz: 6c06bd9de4347a2c291b17be6aaef8d54137e953bbe023f88ae5ea22436b38cdfc7fc178b4fa76d4753b53036ebb8ce7402296a752f55357259afd0e59a90ff5
6
+ metadata.gz: 5fb1f42e3cf6ef978fd1d321d0fc8ef406f4b92f928fd52eb7cc9adfda2f07f8014cef71e674a84debb9a2bd8bf8ca895d3e35e02d1203cf32ba181f68beca72
7
+ data.tar.gz: f0dd1aa961efbb2d166dc2098a9a654f2789848e1a8fba371fe3a465010ddf87b09e2a413ba33d3b52bdb992d0e4890c8d14b56c718e969f5ea5d8e4d8c24fd9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## v0.3.4
4
+
5
+ * Allow accessing of error code ([#35](https://github.com/Absolventa/emarsys-rb/pull/35))
6
+
7
+
3
8
  ## v0.3.3
4
9
 
5
10
  * Fix Tunisia country code ([#34](https://github.com/Absolventa/emarsys-rb/pull/34))
@@ -102,7 +102,7 @@ module Emarsys
102
102
  'KR' => {id: 91, name: 'Korea, South'},
103
103
  'KW' => {id: 92, name: 'Kuwait'},
104
104
  'KG' => {id: 93, name: 'Kyrgyzstan'},
105
- 'LO' => {id: 94, name: 'Laos'},
105
+ 'LA' => {id: 94, name: 'Laos'},
106
106
  'LV' => {id: 95, name: 'Latvia'},
107
107
  'LB' => {id: 96, name: 'Lebanon'},
108
108
  'LS' => {id: 97, name: 'Lesotho'},
@@ -122,7 +122,7 @@ module Emarsys
122
122
  'MR' => {id: 111, name: 'Mauritania'},
123
123
  'MU' => {id: 112, name: 'Mauritius'},
124
124
  'MX' => {id: 113, name: 'Mexico'},
125
- 'MI' => {id: 114, name: 'Micronesia'},
125
+ 'FM' => {id: 114, name: 'Micronesia'},
126
126
  'MD' => {id: 115, name: 'Moldova'},
127
127
  'MC' => {id: 116, name: 'Monaco'},
128
128
  'MN' => {id: 117, name: 'Mongolia'},
@@ -143,7 +143,7 @@ module Emarsys
143
143
  'PW' => {id: 132, name: 'Palau'},
144
144
  'PA' => {id: 134, name: 'Panama'},
145
145
  'PG' => {id: 135, name: 'Papua New Guinea'},
146
- 'PU' => {id: 136, name: 'Paraguay'},
146
+ 'PY' => {id: 136, name: 'Paraguay'},
147
147
  'PE' => {id: 137, name: 'Peru'},
148
148
  'PH' => {id: 138, name: 'Philippines'},
149
149
  'PL' => {id: 139, name: 'Poland'},
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module Emarsys
3
- VERSION = "0.3.4"
3
+ VERSION = "0.3.5"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: emarsys
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Schoppmann
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-06-20 00:00:00.000000000 Z
11
+ date: 2017-07-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client