Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
2ad623a
Specify an input encoding to `NKF` to avoid misjudgement
y-yagi May 2, 2023
3f5ce7c
Merge pull request #57 from y-yagi/fix-garbled-text
jiikko May 2, 2023
8d0815c
forkされたリポジトリからPullRequestがきた時にCIが動いてほしい
jiikko May 2, 2023
bd8de3a
Fix badge on README
jiikko May 5, 2023
e6cc11d
誤判定せずにUTF-8へ変換できるようにする
jiikko Jun 1, 2023
51af294
update CHANGELOG
jiikko Jun 1, 2023
71ba85c
Merge pull request #58 from t-k/fix-spec
jiikko Jun 1, 2023
36955ac
Remove workaround for old Ruby versions
jiikko May 5, 2023
6cbdc18
Add Ruby 3.2 to GitHub Actions test matrix
jiikko May 5, 2023
8f7c365
set timeout-minutes
jiikko Jun 1, 2023
deb8590
Merge pull request #60 from t-k/ruby3.2
jiikko Jun 1, 2023
812d92a
Merge pull request #61 from t-k/drop-old-ruby
jiikko Jun 1, 2023
b6ef761
0.5.5
jiikko Jun 3, 2023
05984a1
Merge pull request #62 from t-k/bump
jiikko Jun 3, 2023
b71f367
Paypal決済対応
ken1flan Oct 16, 2022
c1921d0
Merge pull request #63 from ken1flan/Add_paypal
jiikko Oct 3, 2023
ddc0c95
銀行振込(バーチャル口座 あおぞら)の追加
ken1flan Oct 3, 2023
b128a08
Merge pull request #64 from ken1flan/Add_ganb
jiikko Oct 6, 2023
c8b3e17
テストの構造を調整
ken1flan Oct 11, 2023
ad69315
API仕様書にある項目の追加
ken1flan Oct 12, 2023
0007729
Mail_Deposit_Account_Nameを非必須へ変更
ken1flan Oct 12, 2023
968bc98
セブンATM、amazonギフトカード、au Payの削除
ken1flan Oct 12, 2023
3d37c04
Merge pull request #66 from ken1flan/Add_auth_code
jiikko Oct 16, 2023
cced303
JSON形式へ対応
ken1flan Oct 8, 2023
69a809e
送金サービス リンクタイプURL取得の追加
ken1flan Oct 8, 2023
b228916
Merge pull request #65 from ken1flan/Add_gmopg_remittance_link_url
jiikko Nov 1, 2023
9c8cba4
0.5.6
jiikko Nov 25, 2023
e1b22e2
Merge pull request #67 from t-k/bump
jiikko Nov 25, 2023
3e359e5
CI against Ruby 3.3
y-yagi May 16, 2024
478c4ec
Merge pull request #68 from y-yagi/ci-against-ruby3.3
jiikko May 16, 2024
aa54386
Add `nkf` as a dependency
y-yagi Jun 3, 2024
fb0abb5
Merge pull request #69 from y-yagi/fix-dependency
jiikko Jun 3, 2024
3d4b0e1
0.5.7
jiikko Jun 14, 2024
1c07f95
Merge pull request #70 from t-k/bump
jiikko Jun 14, 2024
98ded6d
CI against Ruby 3.4
y-yagi Jan 14, 2025
7cd69a7
Make `ostruct` an explicit dependency
y-yagi Jan 14, 2025
6a617ba
Merge pull request #74 from y-yagi/ci-against-ruby3.4
jiikko Jan 14, 2025
a3e3687
RetURLとRetUrlが混在している件に対応する
jiikko Jul 20, 2025
41b1456
fix 3DS response
jassan Feb 24, 2022
8c6aa93
add secure_tran_2
jassan Feb 17, 2022
2d7f37d
fix typo
jassan Feb 9, 2022
b8fda76
add const for input_params
jassan Feb 9, 2022
3d195ab
3DS2.0対応
jassan Feb 8, 2022
bb99605
Revert "fix typo"
jiikko Jul 24, 2025
544d2bc
present?メソッドの使用を標準的なRubyの条件式に変更する
jiikko Jul 24, 2025
eaf3e0c
テストを追加する
jiikko Jul 29, 2025
f3c07db
fix 3DS response
jassan Feb 24, 2022
252ec88
add secure_tran_2
jassan Feb 17, 2022
2a281a2
fix typo
jassan Feb 9, 2022
1dbf219
add const for input_params
jassan Feb 9, 2022
7dca9d5
3DS2.0対応
jassan Feb 8, 2022
18fadd9
Revert "fix typo"
jiikko Jul 24, 2025
32511cc
present?メソッドの使用を標準的なRubyの条件式に変更する
jiikko Jul 24, 2025
10c8d42
テストを追加する
jiikko Jul 29, 2025
97912bb
0.5.8
jiikko Jul 29, 2025
2d7a838
Merge pull request #77 from t-k/bump
jiikko Jul 29, 2025
11e92eb
Bump version to 0.5.8
jiikko Jul 29, 2025
b794f72
Merge pull request #78 from t-k/bump
jiikko Jul 29, 2025
069252c
Merge branch 'master' of github.com:jiikko/gmo-payment-ruby
jiikko Jul 29, 2025
d448d25
net-http 0.7.0+ requires to explicitly setting content type
johnnyshields Feb 4, 2026
9fc6350
Merge pull request #79 from johnnyshields/net-http-070-fix
jiikko Feb 4, 2026
57332eb
Bump version to 0.5.9
jiikko Feb 9, 2026
8ff4677
Merge pull request #80 from t-k/bump-version-0.5.9
jiikko Feb 9, 2026
0510ba0
Merge remote-tracking branch 'upstream/master'
Roy-Mao May 18, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,25 @@
name: Ruby

on:
[push]
push:
branches:
- master
pull_request:
types:
- opened
- synchronize
- reopened

permissions:
contents: read

jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
matrix:
ruby-version: ['2.6', '2.7', '3.0', '3.1']
ruby-version: ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4']

steps:
- uses: actions/checkout@v3
Expand Down
21 changes: 0 additions & 21 deletions .travis.yml

This file was deleted.

22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
# CHANGELOG
## 0.5.9
- net-http 0.7.0+でcontent typeを明示的に設定する必要がある問題を修正 [#79](https://github.com/t-k/gmo-payment-ruby/pull/79) (Thanks [@johnnyshields](https://github.com/johnnyshields))

## 0.5.8
- クレジットカード決済の3Dセキュア2.0に対応 [#76](https://github.com/t-k/gmo-payment-ruby/pull/76)
- 3DS2.0認証実行 (`tds2_auth`)
- 3DS2.0認証結果取得 (`tds2_result`)
- 認証後決済実行 (`secure_tran_2`)
- Ruby 3.4のサポートを追加 [#74](https://github.com/t-k/gmo-payment-ruby/pull/74) (Thanks [@y-yagi](https://github.com/y-yagi))
- `ostruct`を明示的な依存関係として追加 [#74](https://github.com/t-k/gmo-payment-ruby/pull/74) (Thanks [@y-yagi](https://github.com/y-yagi))

## 0.5.7
- Added `nkf` as a dependency. This fixes the warning that appears with Ruby 3.3.0 and later versions. [#67](https://github.com/t-k/gmo-payment-ruby/pull/69)

## 0.5.6
- Support PayPal決済 [#63](https://github.com/t-k/gmo-payment-ruby/pull/63)
- Support 銀行振込(バーチャル口座 あおぞら)[#64](https://github.com/t-k/gmo-payment-ruby/pull/64)
- Update 送金サービス リンクタイプURL取得 [#65](https://github.com/t-k/gmo-payment-ruby/pull/65)
- Update 送金サービス メール送金指示 [#66](https://github.com/t-k/gmo-payment-ruby/pull/66)

## 0.5.5
- Enhanced encoding handling to prevent misjudgments during UTF-8 conversion [#57](https://github.com/t-k/gmo-payment-ruby/pull/57) (Thanks [@y-yagi](https://github.com/y-yagi))

## 0.5.4
* Support 銀行振込(バーチャル口座)決済, モバイルSuica, 楽天Edy決済 [#53](https://github.com/t-k/gmo-payment-ruby/pull/53) (Thanks [@valda](https://github.com/valda))
Expand Down
7 changes: 3 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ group :development do
end

group :development, :test do
if RUBY_VERSION >= "1.9.3"
gem 'guard'
gem 'guard-rspec'
end
gem 'guard'
gem 'guard-rspec'
gem 'simplecov'
gem "pry"

if RUBY_PLATFORM =~ /darwin/
gem "ruby_gntp"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GMO
====
[![Gem Version](https://badge.fury.io/rb/gmo.png)](https://rubygems.org/gems/gmo)
[![Build Status](https://travis-ci.org/t-k/gmo-payment-ruby.png)](https://travis-ci.org/t-k/gmo-payment-ruby)
[![Gem Version](https://badge.fury.io/rb/gmo.svg)](https://badge.fury.io/rb/gmo)
[![Ruby](https://github.com/t-k/gmo-payment-ruby/actions/workflows/ruby.yml/badge.svg?branch=master)](https://github.com/t-k/gmo-payment-ruby/actions/workflows/ruby.yml)

GMO is a Ruby client library for the GMO Payment Platform, supporting the PG Multi Payment API, exec transactions, register users, and so on.

Expand Down Expand Up @@ -43,4 +43,4 @@ More documentation available <a href="https://github.com/t-k/gmo-payment-ruby/wi

Contributors
---
Patches contributed by [those people](https://github.com/t-k/gmo-payment-ruby/contributors).
Patches contributed by [those people](https://github.com/t-k/gmo-payment-ruby/contributors).

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

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

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

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

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

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

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

Loading
Loading