bloom_remit_client 0.8.0 → 0.9.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: 4d2ac0011b9288f84012fcabf5caa9d8956362d9
4
- data.tar.gz: 1b6daf5dea39cc554485e8357f769a8fc9ecfff9
3
+ metadata.gz: 4a1c99743910d255c4afc76e7be6012bb19c99fe
4
+ data.tar.gz: 71ed61a4d3f4f86e23210f6761333a91d4fb2570
5
5
  SHA512:
6
- metadata.gz: 376bc8ef29ce5e47535c5672cb7238fb76764a2f354fff680e1690fbeaf5f52f4831aadcdb4bfe6eb8bb091e7dd83e97eb722dc59960e325b143b20b6f3a62ca
7
- data.tar.gz: 0356c4ef56ae1c4f9dd11e1b27d771cb914e9206c55b84b5fb28cf4d7d614643857019501f71d116c41b90df33ce30428da54b8cff7307cc630341f9fc0ab40a
6
+ metadata.gz: 30b8224d1975a5b7107961061301bc019e03ec3899510ca672a6486be2fcedcb54997f9c86ea58c90250992ed96ee332dc7cd1facbd95155641ed01181d06641
7
+ data.tar.gz: e2943a1ae53f607f718b42d7874ff3099746e87f0c8ea9ff5e283d841d54e20703b103896d29fef40d2eadb85d0341fa21bc1ecc0f162d23c69788c55e8ff81a
@@ -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.9.0] - 2016-09-16
6
+ ### Added
7
+ - Factory `bloom_remit_client_deposit_strategy`
8
+
5
9
  ## [0.8.0] - 2016-09-16
6
10
  ### Added
7
11
  - Add a way to get the deposit strategies. `slug` and `name` for now
@@ -10,6 +10,13 @@ FactoryGirl.define do
10
10
  second_field_width 50
11
11
  end
12
12
 
13
+ factory(:bloom_remit_client_deposit_strategy, {
14
+ class: "BloomRemitClient::DepositStrategy",
15
+ }) do
16
+ sequence(:slug) {|n| "deposit_strategy_#{n}" }
17
+ name "Deposit Strategy"
18
+ end
19
+
13
20
  factory(:bloom_remit_client_responses_payments_create, {
14
21
  class: "BloomRemitClient::Responses::Payments::Create",
15
22
  }) do
@@ -1,3 +1,3 @@
1
1
  module BloomRemitClient
2
- VERSION = "0.8.0"
2
+ VERSION = "0.9.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.8.0
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ramon Tayag