bloom_remit_client 0.7.0 → 0.7.1

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: 381621671f656368bfb2b8976655091a1a3078e9
4
- data.tar.gz: b9d06f402e637681cd3c2fafbf65d783dffb9e45
3
+ metadata.gz: 12d69116449ec9d78e86244312f3f1d4062deeaa
4
+ data.tar.gz: 6167cf5e457238b510ffa565bb0b02fd7ad9e2f1
5
5
  SHA512:
6
- metadata.gz: 7455a4f09a719d55031b3d0632dd8bdd79aa94e21321b8f81cc6b40849ad99442c349f14c1df932a1e542dd1128e8a36b0064356520f30399829a7a424bec4b4
7
- data.tar.gz: 41bca790360402850b7dbf130a3f752a03378269a4b5db08c4896e62daafb018cb61e6cf01b90cd25d5bceae3c26448d55341d78879286e358f2148f8f0ca2d6
6
+ metadata.gz: 91f3a3cdb8ed88c9d23de864ba8c79c8f2e795ee1d0ff65ff5a2c87c8395ec54b5474ef946f9c05cdc73b811c8f6d0483045bb8156f68953c515adb6ad81f8b1
7
+ data.tar.gz: 356a3336daf96788c6867bb116bea85094499222a1f1f80f6794f6b11eb01b88ed7a0e1141e2fc793fcb15b4acf3fe9ac05fc4c4a0f09b80da1810f607aa9085
data/CHANGELOG.md CHANGED
@@ -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.7.1]
6
+ ### Fixed
7
+ - Factory `bloom_remit_client_create_payment_response` renamed to `bloom_remit_client_responses_payments_create`
8
+
5
9
  ## [0.7.0] - 2016-09-16
6
10
  ### Changed
7
11
  - Heavy lifting of sandbox and host defaults fall on BloomRemitClient::Client
@@ -10,8 +10,8 @@ FactoryGirl.define do
10
10
  second_field_width 50
11
11
  end
12
12
 
13
- factory(:bloom_remit_client_create_payment_response, {
14
- class: "BloomRemitClient::CreatePaymentResponse",
13
+ factory(:bloom_remit_client_responses_payments_create, {
14
+ class: "BloomRemitClient::Responses::Payments::Create",
15
15
  }) do
16
16
  success true
17
17
  body { {"json" => "value"} }
@@ -1,3 +1,3 @@
1
1
  module BloomRemitClient
2
- VERSION = "0.7.0"
2
+ VERSION = "0.7.1"
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.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ramon Tayag