tapyrus-api-client 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 632fb88f3a8427b99bfc324b53fba886dcdb7eb66213a2c80603e6e604bed891
4
- data.tar.gz: 17b0f1fc62037a3a35ee1b7ef5e7dd8506510ba282b2c7a669fd9f3c4e53b089
3
+ metadata.gz: 345bfc2d4bc51926256cf12f2569b3f31921c75c5bd4088d04180ce1a59463a2
4
+ data.tar.gz: 378e97cd59664ae2eef848745cad41e279956ba873c5126dbbf38c687abc1ed6
5
5
  SHA512:
6
- metadata.gz: 94f40a25e4b63c7bfe8f983a5ead7881620f54145f37dbbe8cb9627c2664eb09f6df28b2f304eae79ab35c2c8b117cf2774ff692e8ceddfedbbaa589c823ad1d
7
- data.tar.gz: ba2dd22b597fcddddc1f6dc0bea96a0ef88a2371aee074616fd3ad33a2c19d82d908184a2e0afe04345c896a54d0f4f7a9fb578e09f8692a41698d8180e99d8e
6
+ metadata.gz: f0961f5cbb40828a0f3a03d917de3895089dd6c752e919d82dde1ea3eedb074d65a9af8dc1a59f114ad8dacd01a022728cd3366ddd3038cff0720dce0baa2506
7
+ data.tar.gz: c8bb316d62f25c3bb0d8054cd8556d476b5aed2c075c19b4ff93f67055278c62c16b589863a67f2af749ea24010f44623b6bdd69aecbbe9de68ecb712bb33243
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- tapyrus-api-client (0.0.1)
4
+ tapyrus-api-client (0.0.2)
5
5
  typhoeus (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
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.1
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.1.gem
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.1.gem` to install the development dependencies)
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.1'
105
+ gem 'tapyrus-api-client', '~> 0.0.2'
106
106
 
107
107
  ### Install from Git
108
108
 
@@ -11,5 +11,5 @@ OpenAPI Generator version: 5.2.1-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module TapyrusApiClient
14
- VERSION = '0.0.1'
14
+ VERSION = '0.0.2'
15
15
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tapyrus-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator