Skip to content

Commit

Permalink
Merge pull request #46 from uichi/feature-45
Browse files Browse the repository at this point in the history
v1.0.0のリリース準備
  • Loading branch information
nisyuu committed Sep 12, 2023
2 parents 69c9021 + 42db9dd commit ccf6cd3
Show file tree
Hide file tree
Showing 5 changed files with 10 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.3.gem
- gem install ./kendama-1.0.0.gem
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# [1.0.0] - 2023-09-12
- openapi-generator 7.0.0でクライアントAPIを生成

# [0.2.3] - 2023-06-18
- Dependabotのtarget-branchをmainに変更
- changelog_uriをmainブランチに向ける
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.3)
kendama (1.0.0)
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.3
- Package version: 1.0.0
- 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.3.gem
gem install ./kendama-1.0.0.gem
```

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

### 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.3'
VERSION = '1.0.0'
end

0 comments on commit ccf6cd3

Please sign in to comment.