payjpv2 1.0.8 → 1.0.9

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 792b93cc8405350805b40412dd7cdc82ee0ca85cabb80f7816556261da4e93af
4
- data.tar.gz: a81ec33c3eb73dc4f98778ca231cfab369b26abda2f88603ca1cb5d28111457d
3
+ metadata.gz: 0ca8c575db78b77fb06a21cdb1ffc6e284f77ee7ab3467cac2561ae8a785e1b4
4
+ data.tar.gz: 82b57ee3897a2fc4eb630bce32953b0eb0f90b91814ea5d788ec23351f368ac3
5
5
  SHA512:
6
- metadata.gz: b0a3b083d9510e03f01672a6457a2e971b242da8980de29a9a83c4dda80298a6bb22b082c2b5da4184002301edf70dfda5bdc114b1305892e116f92009be7aa5
7
- data.tar.gz: b29686d3e9fc84c5867af2131f0e0204b0c0118f45009b5a0573307a0f952d6f56d7748089ca067dca2b300c39764806f821760ba07955b5b311ae849a5810bf
6
+ metadata.gz: e27d9de313657404a90718cf6557fe580330f4d92bf7ebf9a1ba4bf2c2dc256115417511d403d0b1a0ba29f369daa8a21c798ff6b759f4e8a8f3fe643e116c25
7
+ data.tar.gz: 5ec8dde17ad88188980108f983b961f6f8a636c10fcd7f4e4d94ec12daea76dde422ddeea87037c83e57a42e22c800b9522b04ed4c0dd4dae8af138bd6c08976
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- payjpv2 (1.0.8)
4
+ payjpv2 (1.0.9)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
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
8
+ - Package version: 1.0.9
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.8'
29
+ gem 'payjpv2', '~> 1.0.9'
30
30
  ```
31
31
 
32
32
  Then execute:
@@ -11,5 +11,5 @@ Generator version: 7.14.0
11
11
  =end
12
12
 
13
13
  module PAYJPv2
14
- VERSION = '1.0.8'
14
+ VERSION = '1.0.9'
15
15
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: payjpv2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.8
4
+ version: 1.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - PAY.JP