tapyrus-api-client 0.0.1 → 0.0.2
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 +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +4 -4
- data/lib/tapyrus-api-client/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 345bfc2d4bc51926256cf12f2569b3f31921c75c5bd4088d04180ce1a59463a2
|
|
4
|
+
data.tar.gz: 378e97cd59664ae2eef848745cad41e279956ba873c5126dbbf38c687abc1ed6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f0961f5cbb40828a0f3a03d917de3895089dd6c752e919d82dde1ea3eedb074d65a9af8dc1a59f114ad8dacd01a022728cd3366ddd3038cff0720dce0baa2506
|
|
7
|
+
data.tar.gz: c8bb316d62f25c3bb0d8054cd8556d476b5aed2c075c19b4ff93f67055278c62c16b589863a67f2af749ea24010f44623b6bdd69aecbbe9de68ecb712bb33243
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -77,7 +77,7 @@ Getting Started ドキュメントでは実際のコード例を交えながら
|
|
|
77
77
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
78
78
|
|
|
79
79
|
- API version: 1.0.0
|
|
80
|
-
- Package version: 0.0.
|
|
80
|
+
- Package version: 0.0.2
|
|
81
81
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
82
82
|
|
|
83
83
|
## Installation
|
|
@@ -93,16 +93,16 @@ gem build tapyrus-api-client.gemspec
|
|
|
93
93
|
Then either install the gem locally:
|
|
94
94
|
|
|
95
95
|
```shell
|
|
96
|
-
gem install ./tapyrus-api-client-0.0.
|
|
96
|
+
gem install ./tapyrus-api-client-0.0.2.gem
|
|
97
97
|
```
|
|
98
98
|
|
|
99
|
-
(for development, run `gem install --dev ./tapyrus-api-client-0.0.
|
|
99
|
+
(for development, run `gem install --dev ./tapyrus-api-client-0.0.2.gem` to install the development dependencies)
|
|
100
100
|
|
|
101
101
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
|
102
102
|
|
|
103
103
|
Finally add this to the Gemfile:
|
|
104
104
|
|
|
105
|
-
gem 'tapyrus-api-client', '~> 0.0.
|
|
105
|
+
gem 'tapyrus-api-client', '~> 0.0.2'
|
|
106
106
|
|
|
107
107
|
### Install from Git
|
|
108
108
|
|