Skip to content

Commit

Permalink
v0.2.2のリリース準備
Browse files Browse the repository at this point in the history
  • Loading branch information
nisyuu committed Jun 13, 2023
1 parent 42b8914 commit c4b6428
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 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.1.gem
- gem install ./kendama-0.2.2.gem
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [0.2.2] - 2023-06-13

- dependabotの設定を追加
- レスポンスボディの項目にenumが適応できるものは設定
- README記載のリポジトリへのリンクを正しくする
- version.rbをignore対象から外す
- APIの説明文を追加

# [0.2.1] - 2023-06-07

- README.mdのPackage versionを0.2.1に変更
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.1)
kendama (0.2.2)
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.1
- Package version: 0.2.2
- 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.1.gem
gem install ./kendama-0.2.2.gem
```

(for development, run `gem install --dev ./kendama-0.2.1.gem` to install the development dependencies)
(for development, run `gem install --dev ./kendama-0.2.2.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.1'
gem 'kendama', '~> 0.2.2'

### Install from Git

Expand Down
4 changes: 2 additions & 2 deletions lib/kendama/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=begin
#国税庁API
#No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
#国税庁が提供するインボイス制度適格請求書発行事業者公表システムWeb-APIを使用するためのクライアントAPI(https://www.invoice-kohyo.nta.go.jp/web-api/index.html)
The version of the OpenAPI document: 1.0.0
Expand All @@ -11,5 +11,5 @@
=end

module Kendama
VERSION = '0.2.1'
VERSION = '0.2.2'
end

0 comments on commit c4b6428

Please sign in to comment.