bhalleexample 1.3.30.beta1 → 1.4.0.beta1

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
  SHA1:
3
- metadata.gz: 6ad25838240cdd889508d3e152e0cb590be52af1
4
- data.tar.gz: 878b47cd9fe569ca55d91c5a5b3db0eec3eec206
3
+ metadata.gz: f787d7508d66277c18e73973afda534a4f65175f
4
+ data.tar.gz: 28147d63c0b7bc44c784569ac4482a03f6d83334
5
5
  SHA512:
6
- metadata.gz: aef7c7cac5b3320ac16938bd5ac87bfcc66827da8f7c408a3f7cd35afaa6d92ad2b6182e5c0116e7a443ab4be99eae8418a88c725ddb36e64263ce7440ee3eb8
7
- data.tar.gz: 84f7129a820fd33b1a2c2fd414d12067b372b631e9ce215997b746af9e61283219356d298a7ebab33390858b28b7db7177ce10bd77fbbabe73c00c8d0a480877
6
+ metadata.gz: 5921338b370fb92bd6446bfa7c6580e3b6bcbf4bac6ee70a7c11c3a051cbc18af301980703765c840d6dc99e8c1bca3b8445f95f63f6dea9b0f33b3cfc2ce919
7
+ data.tar.gz: 0852c63575c837c82d0c6ddda0a2785266e909c1153b157fde9286f62be624db1d991dae815e313b39fae9b3aa2ad8dbc09f7b53249d18ca3307423387f7c8e1
data/Makefile CHANGED
@@ -5,7 +5,7 @@ help:
5
5
  @echo " To dynamically generate the ruby client based on a spec issue the following command."
6
6
  @echo " You can specify the spec by replacing the url parameter"
7
7
  @echo ""
8
- @echo "\033[92m make WORKING_SPEC=https://raw.githubusercontent.com/bhalle/spec/master/oa3.yaml client \033[0m"
8
+ @echo "\033[92m make WORKING_SPEC=https://raw.githubusercontent.com/bhalle/spec/master/spec/openapi.yaml client \033[0m"
9
9
  @echo ""
10
10
 
11
11
  version:
@@ -42,7 +42,7 @@ trim:
42
42
 
43
43
  info:
44
44
  sed -i.bak '1s/.*/# Example Ruby Client/' README.md && rm README.md.bak
45
- sed -i.bak '2s/.*/[![License](https:\/\/img.shields.io\/badge\/License-Apache%202.0-blue.svg)](https:\/\/opensource.org\/licenses\/Apache-2.0) [![npm version](https:\/\/badge.fury.io\/rb\/bhalleexample.svg)](https:\/\/badge.fury.io\/rb\/bhalleexample) [![CircleCI](https:\/\/circleci.com\/gh\/bhalle\/client-python.svg?style=svg)](https:\/\/circleci.com\/gh\/bhalle\/client-python)/' README.md && rm README.md.bak
45
+ sed -i.bak '2s/.*/[![License](https:\/\/img.shields.io\/badge\/License-Apache%202.0-blue.svg)](https:\/\/opensource.org\/licenses\/Apache-2.0) [![npm version](https:\/\/badge.fury.io\/rb\/bhalleexample.svg)](https:\/\/badge.fury.io\/rb\/bhalleexample) [![CircleCI](https:\/\/circleci.com\/gh\/bhalle\/client-python.svg?style=svg)](https:\/\/circleci.com\/gh\/bhalle\/client-python)\\/' README.md && rm README.md.bak
46
46
 
47
47
  build_client:
48
48
  #
data/README.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # Example Ruby Client
2
- [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![npm version](https://badge.fury.io/rb/bhalleexample.svg)](https://badge.fury.io/rb/bhalleexample) [![CircleCI](https://circleci.com/gh/bhalle/client-python.svg?style=svg)](https://circleci.com/gh/bhalle/client-python)
2
+ [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![npm version](https://badge.fury.io/rb/bhalleexample.svg)](https://badge.fury.io/rb/bhalleexample) [![CircleCI](https://circleci.com/gh/bhalle/client-python.svg?style=svg)](https://circleci.com/gh/bhalle/client-python)\
3
3
  BhalleExample - the Ruby gem for the Swagger Petstore
4
4
 
5
5
  No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
6
 
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
- - API version: 1.3.30
10
- - Package version: 1.3.30
9
+ - API version: 1.4.0
10
+ - Package version: 1.4.0
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
 
13
13
  ## Installation
@@ -23,16 +23,16 @@ gem build bhalleexample.gemspec
23
23
  Then either install the gem locally:
24
24
 
25
25
  ```shell
26
- gem install ./bhalleexample-1.3.30.gem
26
+ gem install ./bhalleexample-1.4.0.gem
27
27
  ```
28
28
 
29
- (for development, run `gem install --dev ./bhalleexample-1.3.30.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./bhalleexample-1.4.0.gem` to install the development dependencies)
30
30
 
31
31
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
32
32
 
33
33
  Finally add this to the Gemfile:
34
34
 
35
- gem 'bhalleexample', '~> 1.3.30'
35
+ gem 'bhalleexample', '~> 1.4.0'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
7
 
8
- The version of the OpenAPI document: 1.3.30
8
+ The version of the OpenAPI document: 1.4.0
9
9
 
10
10
  Generated by: https://openapi-generator.tech
11
11
  OpenAPI Generator version: 4.2.3-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
6
- The version of the OpenAPI document: 1.3.30
6
+ The version of the OpenAPI document: 1.4.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.3-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
6
- The version of the OpenAPI document: 1.3.30
6
+ The version of the OpenAPI document: 1.4.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.3-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
6
- The version of the OpenAPI document: 1.3.30
6
+ The version of the OpenAPI document: 1.4.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.3-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
6
- The version of the OpenAPI document: 1.3.30
6
+ The version of the OpenAPI document: 1.4.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.3-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
6
- The version of the OpenAPI document: 1.3.30
6
+ The version of the OpenAPI document: 1.4.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.3-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
6
- The version of the OpenAPI document: 1.3.30
6
+ The version of the OpenAPI document: 1.4.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.3-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
6
- The version of the OpenAPI document: 1.3.30
6
+ The version of the OpenAPI document: 1.4.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.3-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
6
- The version of the OpenAPI document: 1.3.30
6
+ The version of the OpenAPI document: 1.4.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.3-SNAPSHOT
@@ -11,5 +11,5 @@ OpenAPI Generator version: 4.2.3-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module BhalleExample
14
- VERSION = '1.3.30.beta1'
14
+ VERSION = '1.4.0.beta1'
15
15
  end
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "gemName": "bhalleexample",
3
- "gemVersion": "1.3.30",
3
+ "gemVersion": "1.4.0",
4
4
  "gemHomepage": "https://github.com/bhalle/client-ruby",
5
5
  "gemAuthor": "bhalle",
6
6
  "gemDescription": "example ruby client generated by oa3",
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
6
- The version of the OpenAPI document: 1.3.30
6
+ The version of the OpenAPI document: 1.4.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.3-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
6
- The version of the OpenAPI document: 1.3.30
6
+ The version of the OpenAPI document: 1.4.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.3-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
6
- The version of the OpenAPI document: 1.3.30
6
+ The version of the OpenAPI document: 1.4.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.3-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
6
- The version of the OpenAPI document: 1.3.30
6
+ The version of the OpenAPI document: 1.4.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.3-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
6
- The version of the OpenAPI document: 1.3.30
6
+ The version of the OpenAPI document: 1.4.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.3-SNAPSHOT
@@ -3,7 +3,7 @@
3
3
 
4
4
  #No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
5
5
 
6
- The version of the OpenAPI document: 1.3.30
6
+ The version of the OpenAPI document: 1.4.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
9
  OpenAPI Generator version: 4.2.3-SNAPSHOT
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bhalleexample
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.30.beta1
4
+ version: 1.4.0.beta1
5
5
  platform: ruby
6
6
  authors:
7
7
  - bhalle