payjpv2 1.0.2 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +2 -2
- data/lib/payjpv2/configuration.rb +2 -2
- data/lib/payjpv2/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ee044800da014ec1cc796ecf8d246ab446bfc0f21a4c8b56a0af23351e4ffa7d
|
|
4
|
+
data.tar.gz: af89a8f2731996e06ad48ecc0dd2c13754f9a59d01a9a7862fd1dce0bdfd1b6c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ab825714da396175895f7081e7faf9b94421a05672440a51ca661693a848156469d3ad1ae6626380683107d41a6e9cb2da795eb3bf4e2a9d34ccb1f2003e25d1
|
|
7
|
+
data.tar.gz: 31e9e6354b05a50a6fa8cd60fb6758a0979c6f2b4bf3a09bdd300a6af37f88808ae9823459a0425ff269749a5efcbae8859e88064f53765d09f225be7a41bebb
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -5,7 +5,7 @@ A Ruby client library for the PAY.JP v2 API. This SDK provides a convenient way
|
|
|
5
5
|
This Ruby gem is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
6
6
|
|
|
7
7
|
- API version: 2.0.0
|
|
8
|
-
- Package version: 1.0.
|
|
8
|
+
- Package version: 1.0.6
|
|
9
9
|
- Generator version: 7.14.0
|
|
10
10
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
11
11
|
|
|
@@ -26,7 +26,7 @@ gem install payjpv2
|
|
|
26
26
|
Add this line to your application's Gemfile:
|
|
27
27
|
|
|
28
28
|
```ruby
|
|
29
|
-
gem 'payjpv2', '~> 1.0.
|
|
29
|
+
gem 'payjpv2', '~> 1.0.6'
|
|
30
30
|
```
|
|
31
31
|
|
|
32
32
|
Then execute:
|
data/lib/payjpv2/version.rb
CHANGED