bloom_remit_client 0.10.0 → 0.11.0

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: f83f9cc2392a434a313bd2f832be970cb4db9331
4
- data.tar.gz: 5518052e63a07800664f9ee7b1bc88d6d3b7bb62
3
+ metadata.gz: cbac33b6e51679d2130cf9bd4a143066aedb8f1f
4
+ data.tar.gz: 6085bfee06b7b23548d7fe6cc60a74a8fbe7dafb
5
5
  SHA512:
6
- metadata.gz: a03d7e85200893573c6361177353f1705b5bc10625d3dc68f18d1f195761e3c1da42cc08cc1f3ef4eff41252e4568350c584cb395afd4e1e9f2c07287c9bfbf6
7
- data.tar.gz: a4813146dc00b679147ea44cc613d826a09bd45ccf3508939ede39c07f35adf750d2d7ba2e3a863cd659622bbd9472f6ee8f7e3eaf85ed070f052bb73ddcb3ff
6
+ metadata.gz: 8244f31df11ab1a07224f14f1c5f82ac71213e7f40a9c92a65669aa167c13f6152a477c30bbfa851ef42912ab7823c61c244560711ed670602ee0334beee0880
7
+ data.tar.gz: cfdbc9f841671769de0f2fbefc05461d684eb8dd51c1d2a8de85ccb773477a0fe8a7d643fa0144b2d37785941e7d69d95b01e0c4c29143ec5648bc188126be8e
@@ -2,6 +2,10 @@
2
2
  All notable changes to this project will be documented in this file.
3
3
  This project adheres to [Semantic Versioning](http://semver.org/).
4
4
 
5
+ ## [0.11.0] - 2016-09-30
6
+ ### Added
7
+ - Expose `DepositStrategy#country`
8
+
5
9
  ## [0.10.0] - 2016-09-30
6
10
  ### Added
7
11
  - Expose `category` on DepositStrategy
@@ -5,6 +5,7 @@ module BloomRemitClient
5
5
  attribute :slug, String
6
6
  attribute :name, String
7
7
  attribute :category, String
8
+ attribute :country, String
8
9
 
9
10
  end
10
11
  end
@@ -1,3 +1,3 @@
1
1
  module BloomRemitClient
2
- VERSION = "0.10.0"
2
+ VERSION = "0.11.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bloom_remit_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ramon Tayag