Skip to content

Commit

Permalink
README.mdのPackage versionを0.2.1に変更
Browse files Browse the repository at this point in the history
  • Loading branch information
nisyuu committed Jun 7, 2023
1 parent 8e54f37 commit 5b16568
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.1.1.gem
- gem install ./kendama-0.2.1.gem
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 1.0.0
- Package version: 0.1.1
- Package version: 0.2.1
- 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.1.1.gem
gem install ./kendama-0.2.1.gem
```

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

### Install from Git

Expand Down

0 comments on commit 5b16568

Please sign in to comment.