Skip to content

Commit

Permalink
Merge pull request #46 from jiikko/bump
Browse files Browse the repository at this point in the history
Bump version to 0.5.3
  • Loading branch information
jiikko committed May 7, 2021
2 parents 9d5ff0e + f258190 commit 6973815
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 0.5.3
* Support 認証後決済実行 [#45](https://github.com/t-k/gmo-payment-ruby/pull/45) (Thanks [@darren987469](https://github.com/darren987469))
* Support SearchType of INPUT_PARAMS [#47](https://github.com/t-k/gmo-payment-ruby/pull/47) (Thanks [@nkuroda](https://github.com/nkuroda))
* Drop ruby 2.0.0 [#48](https://github.com/t-k/gmo-payment-ruby/pull/48)

## 0.5.2
* Support d払い/ドコモ払い(docomo payment), 楽天ペイ(Rakuten payment) [#42](https://github.com/t-k/gmo-payment-ruby/pull/42) (Thanks [@valda](https://github.com/valda))
* Add more G-series error codes [#41](https://github.com/t-k/gmo-payment-ruby/pull/41) (Thanks [@ermaac](https://github.com/ermaac))
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/gmo/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module GMO
VERSION = "0.5.2"
VERSION = "0.5.3"
end
2 changes: 1 addition & 1 deletion spec/gmo/remittance_api_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@
it "gets data about a mail deposit", :vcr do
result = do_api_call
result["Deposit_ID"].nil?.should_not be_truthy
result["Mail_Address"].nil?.should_not be_truthy
result["Mail_Address"].should eq('anyutzy+test@demo.com')
result["Shop_Mail_Address"].nil?.should_not be_truthy
result["Account_Name"].nil?.should_not be_truthy
result["Amount"].nil?.should_not be_truthy
Expand Down

0 comments on commit 6973815

Please sign in to comment.