kendama 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: db9e5407f8a698baa415703bf947e0d187b9cdacaec0084f00a3871eec6cfff5
4
- data.tar.gz: 2392913c34823811597d0203c84150874e5773f49919457499242896a5c55967
3
+ metadata.gz: 12fd5a316568ab2435d39bed3f27fc0e194d58bf8cb23dc7ac6230a9e5478917
4
+ data.tar.gz: 7fb467d137f0b7940f2c7ccf01421640231666db2d3b783bc517f37e143b7bc8
5
5
  SHA512:
6
- metadata.gz: 9fe936629d4dc33f3980fa7886834a321577fa80525541908db715b090f5e98fd4f1b2a6c05acbc21fd96f628d2168931f3d14194f1eb41640178a51a68347cd
7
- data.tar.gz: 7e32fe4cb8340a329acd8a683b1677cfaabfd66824fa1d4155d1a935b3ebf88162f40ccb0983e48afee8a80a2b00dd031385cdbd50ba40d385232a7f90c466c8
6
+ metadata.gz: aa2d6eb5ea946b8e0734e87306bf0ce8ad750a418efc9e7ce12600db2a62cf9603df83c17783bda6d6f326c6c832eab8b99897144cc2553582e83fc978fa7882
7
+ data.tar.gz: a535969fbec65a6bfcc3cb0a33e9edd20b8a9aa4a9588b51281ed0a876adc01966c9e390d500662bd78b4a68c8a0cf0dc8ffd3bf7072836b7083a34fa08f05f7
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ # [1.0.1] - 2024-09-19
2
+ - 依存gemのバージョンを更新
3
+
1
4
  # [1.0.0] - 2023-09-12
2
5
  - openapi-generator 7.0.0でクライアントAPIを生成
3
6
 
data/Gemfile CHANGED
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
3
3
  gemspec
4
4
 
5
5
  group :development, :test do
6
- gem 'rake', '~> 13.0.1'
6
+ gem 'rake', '~> 13.2.1'
7
7
  gem 'pry-byebug'
8
- gem 'rubocop', '~> 0.66.0'
8
+ gem 'rubocop', '~> 1.66.1'
9
9
  end
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- kendama (1.0.0)
4
+ kendama (1.0.1)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
@@ -10,14 +10,15 @@ GEM
10
10
  ast (2.4.2)
11
11
  byebug (11.1.3)
12
12
  coderay (1.1.3)
13
- diff-lcs (1.5.0)
13
+ diff-lcs (1.5.1)
14
14
  ethon (0.16.0)
15
15
  ffi (>= 1.15.0)
16
- ffi (1.15.5)
17
- jaro_winkler (1.5.6)
16
+ ffi (1.16.3)
17
+ json (2.7.2)
18
+ language_server-protocol (3.17.0.3)
18
19
  method_source (1.0.0)
19
- parallel (1.23.0)
20
- parser (3.2.2.3)
20
+ parallel (1.26.3)
21
+ parser (3.3.5.0)
21
22
  ast (~> 2.4.1)
22
23
  racc
23
24
  pry (0.14.2)
@@ -26,37 +27,39 @@ GEM
26
27
  pry-byebug (3.10.1)
27
28
  byebug (~> 11.0)
28
29
  pry (>= 0.13, < 0.15)
29
- psych (5.1.0)
30
- stringio
31
- racc (1.7.1)
30
+ racc (1.8.1)
32
31
  rainbow (3.1.1)
33
- rake (13.0.6)
34
- rspec (3.12.0)
35
- rspec-core (~> 3.12.0)
36
- rspec-expectations (~> 3.12.0)
37
- rspec-mocks (~> 3.12.0)
38
- rspec-core (3.12.2)
39
- rspec-support (~> 3.12.0)
40
- rspec-expectations (3.12.3)
32
+ rake (13.2.1)
33
+ regexp_parser (2.9.2)
34
+ rspec (3.13.0)
35
+ rspec-core (~> 3.13.0)
36
+ rspec-expectations (~> 3.13.0)
37
+ rspec-mocks (~> 3.13.0)
38
+ rspec-core (3.13.0)
39
+ rspec-support (~> 3.13.0)
40
+ rspec-expectations (3.13.0)
41
41
  diff-lcs (>= 1.2.0, < 2.0)
42
- rspec-support (~> 3.12.0)
43
- rspec-mocks (3.12.5)
42
+ rspec-support (~> 3.13.0)
43
+ rspec-mocks (3.13.0)
44
44
  diff-lcs (>= 1.2.0, < 2.0)
45
- rspec-support (~> 3.12.0)
46
- rspec-support (3.12.0)
47
- rubocop (0.66.0)
48
- jaro_winkler (~> 1.5.1)
45
+ rspec-support (~> 3.13.0)
46
+ rspec-support (3.13.0)
47
+ rubocop (1.66.1)
48
+ json (~> 2.3)
49
+ language_server-protocol (>= 3.17.0)
49
50
  parallel (~> 1.10)
50
- parser (>= 2.5, != 2.5.1.1)
51
- psych (>= 3.1.0)
51
+ parser (>= 3.3.0.2)
52
52
  rainbow (>= 2.2.2, < 4.0)
53
+ regexp_parser (>= 2.4, < 3.0)
54
+ rubocop-ast (>= 1.32.2, < 2.0)
53
55
  ruby-progressbar (~> 1.7)
54
- unicode-display_width (>= 1.4.0, < 1.6)
56
+ unicode-display_width (>= 2.4.0, < 3.0)
57
+ rubocop-ast (1.32.3)
58
+ parser (>= 3.3.1.0)
55
59
  ruby-progressbar (1.13.0)
56
- stringio (3.0.8)
57
- typhoeus (1.4.0)
60
+ typhoeus (1.4.1)
58
61
  ethon (>= 0.9.0)
59
- unicode-display_width (1.5.0)
62
+ unicode-display_width (2.5.0)
60
63
 
61
64
  PLATFORMS
62
65
  x86_64-darwin-22
@@ -65,9 +68,9 @@ PLATFORMS
65
68
  DEPENDENCIES
66
69
  kendama!
67
70
  pry-byebug
68
- rake (~> 13.0.1)
71
+ rake (~> 13.2.1)
69
72
  rspec (~> 3.6, >= 3.6.0)
70
- rubocop (~> 0.66.0)
73
+ rubocop (~> 1.66.1)
71
74
 
72
75
  BUNDLED WITH
73
76
  2.4.12
data/README.md CHANGED
@@ -6,8 +6,8 @@ Kendama - the Ruby gem for the 国税庁API
6
6
 
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
- - API version: 1.0.0
10
- - Package version: 1.0.0
9
+ - API version: 1.0.1
10
+ - Package version: 1.0.1
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
 
13
13
  ## Installation
@@ -23,16 +23,16 @@ gem build kendama.gemspec
23
23
  Then either install the gem locally:
24
24
 
25
25
  ```shell
26
- gem install ./kendama-1.0.0.gem
26
+ gem install ./kendama-1.0.1.gem
27
27
  ```
28
28
 
29
- (for development, run `gem install --dev ./kendama-1.0.0.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./kendama-1.0.1.gem` to install the development dependencies)
30
30
 
31
31
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
32
32
 
33
33
  Finally add this to the Gemfile:
34
34
 
35
- gem 'kendama', '~> 1.0.0'
35
+ gem 'kendama', '~> 1.0.1'
36
36
 
37
37
  ### Install from Git
38
38
 
data/kendama.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  #国税庁が提供するインボイス制度適格請求書発行事業者公表システムWeb-APIを使用するためのクライアントAPI(https://www.invoice-kohyo.nta.go.jp/web-api/index.html)
7
7
 
8
- The version of the OpenAPI document: 1.0.0
8
+ The version of the OpenAPI document: 1.0.1
9
9
 
10
10
  Generated by: https://openapi-generator.tech
11
11
  OpenAPI Generator version: 7.0.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #国税庁が提供するインボイス制度適格請求書発行事業者公表システムWeb-APIを使用するためのクライアントAPI(https://www.invoice-kohyo.nta.go.jp/web-api/index.html)
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 1.0.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 7.0.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #国税庁が提供するインボイス制度適格請求書発行事業者公表システムWeb-APIを使用するためのクライアントAPI(https://www.invoice-kohyo.nta.go.jp/web-api/index.html)
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 1.0.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 7.0.0
@@ -316,7 +316,7 @@ module Kendama
316
316
 
317
317
  # Sets user agent in HTTP header
318
318
  #
319
- # @param [String] user_agent User agent (e.g. openapi-generator/ruby/1.0.0)
319
+ # @param [String] user_agent User agent (e.g. openapi-generator/ruby/1.0.1)
320
320
  def user_agent=(user_agent)
321
321
  @user_agent = user_agent
322
322
  @default_headers['User-Agent'] = @user_agent
@@ -3,7 +3,7 @@
3
3
 
4
4
  #国税庁が提供するインボイス制度適格請求書発行事業者公表システムWeb-APIを使用するためのクライアントAPI(https://www.invoice-kohyo.nta.go.jp/web-api/index.html)
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 1.0.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 7.0.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #国税庁が提供するインボイス制度適格請求書発行事業者公表システムWeb-APIを使用するためのクライアントAPI(https://www.invoice-kohyo.nta.go.jp/web-api/index.html)
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 1.0.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 7.0.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #国税庁が提供するインボイス制度適格請求書発行事業者公表システムWeb-APIを使用するためのクライアントAPI(https://www.invoice-kohyo.nta.go.jp/web-api/index.html)
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 1.0.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 7.0.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #国税庁が提供するインボイス制度適格請求書発行事業者公表システムWeb-APIを使用するためのクライアントAPI(https://www.invoice-kohyo.nta.go.jp/web-api/index.html)
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 1.0.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 7.0.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #国税庁が提供するインボイス制度適格請求書発行事業者公表システムWeb-APIを使用するためのクライアントAPI(https://www.invoice-kohyo.nta.go.jp/web-api/index.html)
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 1.0.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 7.0.0
@@ -11,5 +11,5 @@ OpenAPI Generator version: 7.0.0
11
11
  =end
12
12
 
13
13
  module Kendama
14
- VERSION = '1.0.0'
14
+ VERSION = '1.0.1'
15
15
  end
data/lib/kendama.rb CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
  #国税庁が提供するインボイス制度適格請求書発行事業者公表システムWeb-APIを使用するためのクライアントAPI(https://www.invoice-kohyo.nta.go.jp/web-api/index.html)
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 1.0.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 7.0.0
data/openapi/root.yaml CHANGED
@@ -2,7 +2,7 @@ openapi: 3.0.3
2
2
  info:
3
3
  title: 国税庁API
4
4
  description: 国税庁が提供するインボイス制度適格請求書発行事業者公表システムWeb-APIを使用するためのクライアントAPI(https://www.invoice-kohyo.nta.go.jp/web-api/index.html)
5
- version: 1.0.0
5
+ version: 1.0.1
6
6
  servers:
7
7
  - url: https://kensyo.invoice-kohyo.nta.go.jp/
8
8
  description: 検証環境
data/openapi/v1/diff.yaml CHANGED
@@ -2,7 +2,7 @@ openapi: 3.0.3
2
2
  info:
3
3
  title: 国税庁API
4
4
  description: 国税庁が提供するインボイス制度適格請求書発行事業者公表システムWeb-APIを使用するためのクライアントAPI(https://www.invoice-kohyo.nta.go.jp/web-api/index.html)
5
- version: 1.0.0
5
+ version: 1.0.1
6
6
  paths:
7
7
  "/1/diff":
8
8
  get:
data/openapi/v1/num.yaml CHANGED
@@ -2,7 +2,7 @@ openapi: 3.0.3
2
2
  info:
3
3
  title: 国税庁API
4
4
  description: 国税庁が提供するインボイス制度適格請求書発行事業者公表システムWeb-APIを使用するためのクライアントAPI(https://www.invoice-kohyo.nta.go.jp/web-api/index.html)
5
- version: 1.0.0
5
+ version: 1.0.1
6
6
  paths:
7
7
  "/1/num":
8
8
  get:
@@ -2,7 +2,7 @@ openapi: 3.0.3
2
2
  info:
3
3
  title: 国税庁API
4
4
  description: 国税庁が提供するインボイス制度適格請求書発行事業者公表システムWeb-APIを使用するためのクライアントAPI(https://www.invoice-kohyo.nta.go.jp/web-api/index.html)
5
- version: 1.0.0
5
+ version: 1.0.1
6
6
  paths:
7
7
  "/1/valid":
8
8
  get:
Binary file
Binary file
@@ -3,7 +3,7 @@
3
3
 
4
4
  #国税庁が提供するインボイス制度適格請求書発行事業者公表システムWeb-APIを使用するためのクライアントAPI(https://www.invoice-kohyo.nta.go.jp/web-api/index.html)
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 1.0.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 7.0.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #国税庁が提供するインボイス制度適格請求書発行事業者公表システムWeb-APIを使用するためのクライアントAPI(https://www.invoice-kohyo.nta.go.jp/web-api/index.html)
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 1.0.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 7.0.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #国税庁が提供するインボイス制度適格請求書発行事業者公表システムWeb-APIを使用するためのクライアントAPI(https://www.invoice-kohyo.nta.go.jp/web-api/index.html)
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 1.0.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 7.0.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #国税庁が提供するインボイス制度適格請求書発行事業者公表システムWeb-APIを使用するためのクライアントAPI(https://www.invoice-kohyo.nta.go.jp/web-api/index.html)
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 1.0.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 7.0.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #国税庁が提供するインボイス制度適格請求書発行事業者公表システムWeb-APIを使用するためのクライアントAPI(https://www.invoice-kohyo.nta.go.jp/web-api/index.html)
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 1.0.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 7.0.0
data/spec/spec_helper.rb CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
  #国税庁が提供するインボイス制度適格請求書発行事業者公表システムWeb-APIを使用するためのクライアントAPI(https://www.invoice-kohyo.nta.go.jp/web-api/index.html)
5
5
 
6
- The version of the OpenAPI document: 1.0.0
6
+ The version of the OpenAPI document: 1.0.1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 7.0.0
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kendama
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - uichi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-09-12 00:00:00.000000000 Z
11
+ date: 2024-09-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -84,13 +84,8 @@ files:
84
84
  - openapi/v1/diff.yaml
85
85
  - openapi/v1/num.yaml
86
86
  - openapi/v1/valid.yaml
87
- - pkg/kendama-0.1.0.gem
88
- - pkg/kendama-0.1.1.gem
89
- - pkg/kendama-0.2.0.gem
90
- - pkg/kendama-0.2.1.gem
91
- - pkg/kendama-0.2.2.gem
92
- - pkg/kendama-0.2.3.gem
93
87
  - pkg/kendama-1.0.0.gem
88
+ - pkg/kendama-1.0.1.gem
94
89
  - sig/kendama.rbs
95
90
  - spec/api/v1_api_spec.rb
96
91
  - spec/api_client_spec.rb
@@ -121,7 +116,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
121
116
  - !ruby/object:Gem::Version
122
117
  version: '0'
123
118
  requirements: []
124
- rubygems_version: 3.4.12
119
+ rubygems_version: 3.4.19
125
120
  signing_key:
126
121
  specification_version: 4
127
122
  summary: 適格請求書発行事業者公表システムWeb-APIのラッパー
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file