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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d6537e1a0859c21426005055897fd08e02e3747f995d1084a5476d9331d074f6
4
- data.tar.gz: 13bfc2ee81987125697a498ca6ba82d93d859146084667cdb04a50fe7b1673ec
3
+ metadata.gz: ee044800da014ec1cc796ecf8d246ab446bfc0f21a4c8b56a0af23351e4ffa7d
4
+ data.tar.gz: af89a8f2731996e06ad48ecc0dd2c13754f9a59d01a9a7862fd1dce0bdfd1b6c
5
5
  SHA512:
6
- metadata.gz: 6dc7208b1ce3e766b1337377f0173a4f68772985ade89c336c77f32bbfe56618d44f0242a3814dd255cc069225b09dd40873b71519dc1aa0dc2c452536ee230b
7
- data.tar.gz: 6d4eb4c91e222fc51960bcbac0f9559952f7467ddd963e5d27ea738bc9167d5a578858646e4966732ab4aa9e1b6daa720021c98483f66bc007880c784a5a7a62
6
+ metadata.gz: ab825714da396175895f7081e7faf9b94421a05672440a51ca661693a848156469d3ad1ae6626380683107d41a6e9cb2da795eb3bf4e2a9d34ccb1f2003e25d1
7
+ data.tar.gz: 31e9e6354b05a50a6fa8cd60fb6758a0979c6f2b4bf3a09bdd300a6af37f88808ae9823459a0425ff269749a5efcbae8859e88064f53765d09f225be7a41bebb
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- payjpv2 (1.0.2)
4
+ payjpv2 (1.0.6)
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.2
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.2'
29
+ gem 'payjpv2', '~> 1.0.6'
30
30
  ```
31
31
 
32
32
  Then execute:
@@ -157,8 +157,8 @@ module PAYJPv2
157
157
  attr_accessor :force_ending_format
158
158
 
159
159
  def initialize
160
- @scheme = 'http'
161
- @host = 'localhost'
160
+ @scheme = 'https'
161
+ @host = 'api.pay.jp'
162
162
  @base_path = ''
163
163
  @server_index = nil
164
164
  @server_operation_index = {}
@@ -11,5 +11,5 @@ Generator version: 7.14.0
11
11
  =end
12
12
 
13
13
  module PAYJPv2
14
- VERSION = '1.0.2'
14
+ VERSION = '1.0.6'
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.2
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - PAY.JP