From 02aa97c96313c58f4f6dddb79faad00b59355803 Mon Sep 17 00:00:00 2001 From: SDK Distribution Bot Date: Fri, 27 Feb 2026 02:51:24 +0000 Subject: [PATCH] fix: Update SDK from generator (2026-02-27) --- 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 4aef224..8c801c5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - payjpv2 (1.0.2) + payjpv2 (1.0.6) typhoeus (~> 1.0, >= 1.0.1) GEM diff --git a/README.md b/README.md index d3f775e..ab4fde0 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.2 +- Package version: 1.0.6 - 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.2' +gem 'payjpv2', '~> 1.0.6' ``` Then execute: diff --git a/lib/payjpv2/version.rb b/lib/payjpv2/version.rb index 2c0bb43..68ee5d4 100644 --- a/lib/payjpv2/version.rb +++ b/lib/payjpv2/version.rb @@ -11,5 +11,5 @@ =end module PAYJPv2 - VERSION = '1.0.2' + VERSION = '1.0.6' end