gbizinfo 0.2.0 → 0.2.1

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: b7eb527eb08f978df7312386a4dd2548cb039c94a9a0f530e79f4df53d1b4d20
4
- data.tar.gz: 4c6af4c9157c2c40c38f4bd8946899e7ae245ac11517085f371771c7d471d955
3
+ metadata.gz: 4ed2f7f835e6406d7933f8d55ac70de0195fc9c9232e65d00355f74335b6502b
4
+ data.tar.gz: 8a690ec87552ba0dfd930c679c74d0c5da5489921214d51a907a89e5e6fc2a7d
5
5
  SHA512:
6
- metadata.gz: 4d20092f93f3964c20ee2274a308aebd961819389059a2a9bae91da3d6d269f4d28bfc4202d21cdb52ddc62d1290dcb4d3e6e39c943ef89daf4502ce3d8995f4
7
- data.tar.gz: dd29a8cdaae0cc2c24d5522108d801895df84acf2be8b9ac790a1391bb786368c9cd882d47199331c78b80be83d6e7346979fe15627e8c6666314e98ed50c4e2
6
+ metadata.gz: cbecf108da6fb81c2fbdc0e7af1961e42b9374387a88006ef1508ebe579fa28707a6118c050f36fc3057a95fced0e7302fb5a90a244d8d4b44be66f74118cbda
7
+ data.tar.gz: 66bd4c47594d46f87c628111a43c11fc8168f1fabe94b788090523efcaff6857298cb1b4efd7bd0b00cac7aec80c99d93e431ee30df4b49a0770f3449c1b82d8
data/Gemfile CHANGED
@@ -5,5 +5,5 @@ gemspec
5
5
  group :development, :test do
6
6
  gem 'rake', '~> 13.0.1'
7
7
  gem 'pry-byebug'
8
- gem 'rubocop', '~> 1.56.3'
8
+ gem 'rubocop', '~> 0.66.0'
9
9
  end
data/Gemfile.lock CHANGED
@@ -1,22 +1,20 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- gbizinfo (0.2.0)
4
+ gbizinfo (0.2.1)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
10
  ast (2.4.2)
11
- base64 (0.1.1)
12
11
  byebug (11.1.3)
13
12
  coderay (1.1.3)
14
13
  diff-lcs (1.5.0)
15
14
  ethon (0.16.0)
16
15
  ffi (>= 1.15.0)
17
16
  ffi (1.15.5)
18
- json (2.6.3)
19
- language_server-protocol (3.17.0.3)
17
+ jaro_winkler (1.5.6)
20
18
  method_source (1.0.0)
21
19
  parallel (1.23.0)
22
20
  parser (3.2.2.3)
@@ -28,11 +26,11 @@ GEM
28
26
  pry-byebug (3.10.1)
29
27
  byebug (~> 11.0)
30
28
  pry (>= 0.13, < 0.15)
29
+ psych (5.1.0)
30
+ stringio
31
31
  racc (1.7.1)
32
32
  rainbow (3.1.1)
33
33
  rake (13.0.6)
34
- regexp_parser (2.8.1)
35
- rexml (3.2.6)
36
34
  rspec (3.12.0)
37
35
  rspec-core (~> 3.12.0)
38
36
  rspec-expectations (~> 3.12.0)
@@ -46,24 +44,19 @@ GEM
46
44
  diff-lcs (>= 1.2.0, < 2.0)
47
45
  rspec-support (~> 3.12.0)
48
46
  rspec-support (3.12.1)
49
- rubocop (1.56.3)
50
- base64 (~> 0.1.1)
51
- json (~> 2.3)
52
- language_server-protocol (>= 3.17.0)
47
+ rubocop (0.66.0)
48
+ jaro_winkler (~> 1.5.1)
53
49
  parallel (~> 1.10)
54
- parser (>= 3.2.2.3)
50
+ parser (>= 2.5, != 2.5.1.1)
51
+ psych (>= 3.1.0)
55
52
  rainbow (>= 2.2.2, < 4.0)
56
- regexp_parser (>= 1.8, < 3.0)
57
- rexml (>= 3.2.5, < 4.0)
58
- rubocop-ast (>= 1.28.1, < 2.0)
59
53
  ruby-progressbar (~> 1.7)
60
- unicode-display_width (>= 2.4.0, < 3.0)
61
- rubocop-ast (1.29.0)
62
- parser (>= 3.2.1.0)
54
+ unicode-display_width (>= 1.4.0, < 1.6)
63
55
  ruby-progressbar (1.13.0)
56
+ stringio (3.0.8)
64
57
  typhoeus (1.4.0)
65
58
  ethon (>= 0.9.0)
66
- unicode-display_width (2.4.2)
59
+ unicode-display_width (1.5.0)
67
60
 
68
61
  PLATFORMS
69
62
  x86_64-darwin-21
@@ -75,7 +68,7 @@ DEPENDENCIES
75
68
  pry-byebug
76
69
  rake (~> 13.0.1)
77
70
  rspec (~> 3.6, >= 3.6.0)
78
- rubocop (~> 1.56.3)
71
+ rubocop (~> 0.66.0)
79
72
 
80
73
  BUNDLED WITH
81
74
  2.4.10
data/README.md CHANGED
@@ -7,7 +7,7 @@ Gbizinfo - the Ruby gem for the gBizINFO REST API
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: 1.0
10
- - Package version: 0.2.0
10
+ - Package version: 0.2.1
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
 
13
13
  ## Installation
@@ -23,16 +23,16 @@ gem build gbizinfo.gemspec
23
23
  Then either install the gem locally:
24
24
 
25
25
  ```shell
26
- gem install ./gbizinfo-0.2.0.gem
26
+ gem install ./gbizinfo-0.2.1.gem
27
27
  ```
28
28
 
29
- (for development, run `gem install --dev ./gbizinfo-0.2.0.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./gbizinfo-0.2.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 'gbizinfo', '~> 0.2.0'
35
+ gem 'gbizinfo', '~> 0.2.1'
36
36
 
37
37
  ### Install from Git
38
38
 
data/gbizinfo.gemspec CHANGED
@@ -19,12 +19,12 @@ Gem::Specification.new do |s|
19
19
  s.name = "gbizinfo"
20
20
  s.version = Gbizinfo::VERSION
21
21
  s.platform = Gem::Platform::RUBY
22
- s.authors = ["OpenAPI-Generator"]
23
- s.email = [""]
24
- s.homepage = "https://openapi-generator.tech"
22
+ s.authors = ["uichi"]
23
+ s.email = ["37263474+uichi@users.noreply.github.com"]
24
+ s.homepage = "https://github.com/uichi/gbizinfo"
25
25
  s.summary = "gBizINFO REST API Ruby Gem"
26
- s.description = "<div>各REST APIはHTTPリクエストヘッダX-hojinInfo-api-tokenに動作確認用のAPIトークンDTcLxzo1lZaUYaQPVdSRxdS4MzlXNCs4を指定して動作を確認することができます。</div><div>※動作確認用のAPIトークンはこのページでの動作確認でのみ使用してください。</div><div>※REST APIを利用する際は必ず、<a href='https://info.gbiz.go.jp/hojin/api_registration/form'>Web API利用申請</a>を行い、APIトークンを取得してください。</div>"
27
- s.license = "Unlicense"
26
+ s.description = "経済産業省が提供するgBizInfoのRuby製クライアントAPI"
27
+ s.license = "MIT"
28
28
  s.required_ruby_version = ">= 2.7"
29
29
 
30
30
  s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'
@@ -11,5 +11,5 @@ OpenAPI Generator version: 7.0.0
11
11
  =end
12
12
 
13
13
  module Gbizinfo
14
- VERSION = '0.2.0'
14
+ VERSION = '0.2.1'
15
15
  end
Binary file
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gbizinfo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
- - OpenAPI-Generator
7
+ - uichi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-09-11 00:00:00.000000000 Z
11
+ date: 2023-09-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -50,10 +50,9 @@ dependencies:
50
50
  - - ">="
51
51
  - !ruby/object:Gem::Version
52
52
  version: 3.6.0
53
- description: "<div>各REST APIはHTTPリクエストヘッダX-hojinInfo-api-tokenに動作確認用のAPIトークンDTcLxzo1lZaUYaQPVdSRxdS4MzlXNCs4を指定して動作を確認することができます。</div><div>※動作確認用のAPIトークンはこのページでの動作確認でのみ使用してください。</div><div>※REST
54
- APIを利用する際は必ず、<a href='https://info.gbiz.go.jp/hojin/api_registration/form'>Web API利用申請</a>を行い、APIトークンを取得してください。</div>"
53
+ description: 経済産業省が提供するgBizInfoのRuby製クライアントAPI
55
54
  email:
56
- - ''
55
+ - 37263474+uichi@users.noreply.github.com
57
56
  executables: []
58
57
  extensions: []
59
58
  extra_rdoc_files: []
@@ -113,6 +112,7 @@ files:
113
112
  - openapi/root.yaml
114
113
  - pkg/gbizinfo-0.1.0.gem
115
114
  - pkg/gbizinfo-0.2.0.gem
115
+ - pkg/gbizinfo-0.2.1.gem
116
116
  - sig/gbizinfo.rbs
117
117
  - spec/api/g_biz_inforestapi_api_spec.rb
118
118
  - spec/api/g_biz_inforestapi_period_specified_search_api_spec.rb
@@ -136,9 +136,9 @@ files:
136
136
  - spec/models/workplace_base_infos_spec.rb
137
137
  - spec/models/workplace_info_bean_spec.rb
138
138
  - spec/spec_helper.rb
139
- homepage: https://openapi-generator.tech
139
+ homepage: https://github.com/uichi/gbizinfo
140
140
  licenses:
141
- - Unlicense
141
+ - MIT
142
142
  metadata: {}
143
143
  post_install_message:
144
144
  rdoc_options: []