kendama 0.2.2 → 0.2.3

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: 61ca4889632b52be87d4809b2da48aeed6607bfc31ff85d3c3dd78fd14d14338
4
- data.tar.gz: 893d8a07d99d3b871ed71f530aee37e385df5e146a90e4e9fb758a8441201d22
3
+ metadata.gz: 8b9aa30136b6cfb42a6e826a663613b8d9b0e00091c626e2abea3c618a472420
4
+ data.tar.gz: 66eb62ba4ddb11d3ae74a1dc54e5a2f1ed1e7e416b69b0d3d47f1e10fd5237f1
5
5
  SHA512:
6
- metadata.gz: e7f923dcf7dcae74f5a76440584d9e12ce769b9e0a61da524abc4ee58133063d6a8cb984fd6c45262f9a837ead3b0d20833fd1bacb67877fa7c2ea9f59a71d5e
7
- data.tar.gz: 0372f5b3893f8086b1efdae098cefa0acaa123f9a656dc0ab73b5e9ae5b10d360752b9e6f4b1da3a57aa5275a715ba9e567249fc432134a599913a0322b1c755
6
+ metadata.gz: f6583fbb37c574e56d2ca2620cf6967ce9fe96f672f19b45045e818c4d4047e8c1d2df2a24b9724de37e84d1dbf69e580ddbe8a05e049b66797998b6ce1d3851
7
+ data.tar.gz: 3432a937af274ac0631630bae66383a4715d86d4215305b16e44d403d3e818a0a15238cd5f5afd8be97e60e62b3d1d2e7b7dfa8de7b89c12428ea826cd9ccf1e
data/.travis.yml CHANGED
@@ -8,4 +8,4 @@ script:
8
8
  - bundle install --path vendor/bundle
9
9
  - bundle exec rspec
10
10
  - gem build kendama.gemspec
11
- - gem install ./kendama-0.2.2.gem
11
+ - gem install ./kendama-0.2.3.gem
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # [0.2.3] - 2023-06-18
2
+ - Dependabotのtarget-branchをmainに変更
3
+ - changelog_uriをmainブランチに向ける
4
+
1
5
  # [0.2.2] - 2023-06-13
2
6
 
3
7
  - dependabotの設定を追加
data/Gemfile CHANGED
@@ -4,5 +4,5 @@ gemspec
4
4
 
5
5
  gem "rake", "~> 13.0"
6
6
  gem "rspec", "~> 3.0"
7
- gem "rubocop", "~> 1.21"
7
+ gem "rubocop", "~> 1.52"
8
8
  gem 'pry-byebug'
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- kendama (0.2.2)
4
+ kendama (0.2.3)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
@@ -17,17 +17,19 @@ GEM
17
17
  json (2.6.3)
18
18
  method_source (1.0.0)
19
19
  parallel (1.23.0)
20
- parser (3.2.2.1)
20
+ parser (3.2.2.3)
21
21
  ast (~> 2.4.1)
22
+ racc
22
23
  pry (0.14.2)
23
24
  coderay (~> 1.1)
24
25
  method_source (~> 1.0)
25
26
  pry-byebug (3.10.1)
26
27
  byebug (~> 11.0)
27
28
  pry (>= 0.13, < 0.15)
29
+ racc (1.7.1)
28
30
  rainbow (3.1.1)
29
31
  rake (13.0.6)
30
- regexp_parser (2.8.0)
32
+ regexp_parser (2.8.1)
31
33
  rexml (3.2.5)
32
34
  rspec (3.12.0)
33
35
  rspec-core (~> 3.12.0)
@@ -42,17 +44,17 @@ GEM
42
44
  diff-lcs (>= 1.2.0, < 2.0)
43
45
  rspec-support (~> 3.12.0)
44
46
  rspec-support (3.12.0)
45
- rubocop (1.51.0)
47
+ rubocop (1.52.1)
46
48
  json (~> 2.3)
47
49
  parallel (~> 1.10)
48
- parser (>= 3.2.0.0)
50
+ parser (>= 3.2.2.3)
49
51
  rainbow (>= 2.2.2, < 4.0)
50
52
  regexp_parser (>= 1.8, < 3.0)
51
53
  rexml (>= 3.2.5, < 4.0)
52
54
  rubocop-ast (>= 1.28.0, < 2.0)
53
55
  ruby-progressbar (~> 1.7)
54
56
  unicode-display_width (>= 2.4.0, < 3.0)
55
- rubocop-ast (1.28.1)
57
+ rubocop-ast (1.29.0)
56
58
  parser (>= 3.2.1.0)
57
59
  ruby-progressbar (1.13.0)
58
60
  typhoeus (1.4.0)
@@ -68,7 +70,7 @@ DEPENDENCIES
68
70
  pry-byebug
69
71
  rake (~> 13.0)
70
72
  rspec (~> 3.0)
71
- rubocop (~> 1.21)
73
+ rubocop (~> 1.52)
72
74
 
73
75
  BUNDLED WITH
74
76
  2.4.12
data/README.md CHANGED
@@ -7,7 +7,7 @@ Kendama - the Ruby gem for the 国税庁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.0
10
- - Package version: 0.2.2
10
+ - Package version: 0.2.3
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-0.2.2.gem
26
+ gem install ./kendama-0.2.3.gem
27
27
  ```
28
28
 
29
- (for development, run `gem install --dev ./kendama-0.2.2.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./kendama-0.2.3.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', '~> 0.2.2'
35
+ gem 'kendama', '~> 0.2.3'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -11,5 +11,5 @@ OpenAPI Generator version: 6.6.0
11
11
  =end
12
12
 
13
13
  module Kendama
14
- VERSION = '0.2.2'
14
+ VERSION = '0.2.3'
15
15
  end
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: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - uichi
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-06-13 00:00:00.000000000 Z
11
+ date: 2023-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -96,7 +96,7 @@ licenses:
96
96
  metadata:
97
97
  homepage_uri: https://rubygems.org/gems/kendama
98
98
  source_code_uri: https://github.com/uichi/kendama
99
- changelog_uri: https://github.com/uichi/kendama/blob/develop/CHANGELOG.md
99
+ changelog_uri: https://github.com/uichi/kendama/blob/main/CHANGELOG.md
100
100
  post_install_message:
101
101
  rdoc_options: []
102
102
  require_paths: