From 04d328ff04eb71b2aac3ef8bd3b0897e957296c9 Mon Sep 17 00:00:00 2001 From: SDK Distribution Bot Date: Wed, 1 Apr 2026 08:14:14 +0000 Subject: [PATCH] fix: Update SDK from generator (2026-04-01) --- Gemfile.lock | 2 +- README.md | 4 ++-- lib/payjpv2/version.rb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 40b8f6f..b426488 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - payjpv2 (1.0.8) + payjpv2 (1.0.9) typhoeus (~> 1.0, >= 1.0.1) GEM diff --git a/README.md b/README.md index a8204e9..7a68dbe 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A Ruby client library for the PAY.JP v2 API. This SDK provides a convenient way This Ruby gem is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: 2.0.0 -- Package version: 1.0.8 +- Package version: 1.0.9 - Generator version: 7.14.0 - Build package: org.openapitools.codegen.languages.RubyClientCodegen @@ -26,7 +26,7 @@ gem install payjpv2 Add this line to your application's Gemfile: ```ruby -gem 'payjpv2', '~> 1.0.8' +gem 'payjpv2', '~> 1.0.9' ``` Then execute: diff --git a/lib/payjpv2/version.rb b/lib/payjpv2/version.rb index 55fc0cb..8c9d805 100644 --- a/lib/payjpv2/version.rb +++ b/lib/payjpv2/version.rb @@ -11,5 +11,5 @@ =end module PAYJPv2 - VERSION = '1.0.8' + VERSION = '1.0.9' end