Skip to content

Commit

Permalink
Merge pull request #30 from uichi/0.2.3
Browse files Browse the repository at this point in the history
v0.2.3リリース準備
  • Loading branch information
nisyuu committed Jun 18, 2023
2 parents 550101b + cd935d4 commit 3d355ca
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ script:
- bundle install --path vendor/bundle
- bundle exec rspec
- gem build kendama.gemspec
- gem install ./kendama-0.2.2.gem
- gem install ./kendama-0.2.3.gem
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# [0.2.3] - 2023-06-18
- Dependabotのtarget-branchをmainに変更
- changelog_uriをmainブランチに向ける

# [0.2.2] - 2023-06-13

- dependabotの設定を追加
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
kendama (0.2.2)
kendama (0.2.3)
typhoeus (~> 1.0, >= 1.0.1)

GEM
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Kendama - the Ruby gem for the 国税庁API
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 1.0.0
- Package version: 0.2.2
- Package version: 0.2.3
- Build package: org.openapitools.codegen.languages.RubyClientCodegen

## Installation
Expand All @@ -23,16 +23,16 @@ gem build kendama.gemspec
Then either install the gem locally:

```shell
gem install ./kendama-0.2.2.gem
gem install ./kendama-0.2.3.gem
```

(for development, run `gem install --dev ./kendama-0.2.2.gem` to install the development dependencies)
(for development, run `gem install --dev ./kendama-0.2.3.gem` to install the development dependencies)

or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).

Finally add this to the Gemfile:

gem 'kendama', '~> 0.2.2'
gem 'kendama', '~> 0.2.3'

### Install from Git

Expand Down
2 changes: 1 addition & 1 deletion lib/kendama/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
=end

module Kendama
VERSION = '0.2.2'
VERSION = '0.2.3'
end

0 comments on commit 3d355ca

Please sign in to comment.