emarsys 0.3.2 → 0.3.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: 18a4b948ca6129f44102965cf04b6fd51bbd432c
4
- data.tar.gz: 13245ed46d9523c72d6c14d6071f1d6cbeb8a1c4
3
+ metadata.gz: 89c99c6a6996b7114a7078a767617cfbae4ca67a
4
+ data.tar.gz: 05ad83e8cf199ac5c309acd9abc6c6be3086879a
5
5
  SHA512:
6
- metadata.gz: 2d2e155673fcd7e194ca49e22f6b4464d80c40cff79dd2bc642ed55b207b5adb2686c330abe6dc7b473676ca481e58bc627a571180a97ed4b27c15a6b62e47b3
7
- data.tar.gz: e8313f9bae06d8ef876ae08ec4af7fc866829afb2cd61f94d259170021837ad29a3725bfd41973fd7c0df3bdce13a748cc9e33c6a8a94e0a110c953a973e2681
6
+ metadata.gz: 13234020d1b060416c4ef53b2ebd17e47b18402181804186cb2b9067b2d0e5ac79aca7df32c75b037bd4b647ecdf3fa576eed4e98eff4e32b1d571fe39fc090b
7
+ data.tar.gz: 208d02f2c4b60b28394949319bcaa932681b36c9b7873ba129fcee6d3c5ce3ff9ab6fe7b3b7b05251ff4966094ca0a174222977addb393f80465e1b198a0d36a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## v0.3.3
4
+
5
+ * Fix Tunisia country code ([#34](https://github.com/Absolventa/emarsys-rb/pull/34))
6
+
7
+ ## v0.3.2
8
+
9
+ * Contact deletion ([#33](https://github.com/Absolventa/emarsys-rb/pull/33))
10
+
3
11
  ## v0.3.1
4
12
 
5
13
  * Export segment ([#31](https://github.com/Absolventa/emarsys-rb/pull/31))
@@ -184,7 +184,7 @@ module Emarsys
184
184
  'TG' => {id: 174, name: 'Togo'},
185
185
  'TO' => {id: 175, name: 'Tonga'},
186
186
  'TT' => {id: 176, name: 'Trinidad and Tobago'},
187
- 'TU' => {id: 177, name: 'Tunisia'},
187
+ 'TN' => {id: 177, name: 'Tunisia'},
188
188
  'TR' => {id: 178, name: 'Turkey'},
189
189
  'TM' => {id: 179, name: 'Turkmenistan'},
190
190
  'TV' => {id: 180, name: 'Tuvalu'},
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module Emarsys
3
- VERSION = "0.3.2"
3
+ VERSION = "0.3.3"
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.2
4
+ version: 0.3.3
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-05-16 00:00:00.000000000 Z
11
+ date: 2017-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rest-client