dock_genius_api_ruby_client 0.1.1.pre.g582ac6 → 0.1.1.pre.gcf82e3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (42) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +7 -6
  3. data/dock_genius_api_ruby_client.gemspec +2 -2
  4. data/lib/dock_genius_api_ruby_client/api/customer_api.rb +2 -2
  5. data/lib/dock_genius_api_ruby_client/api/dock_api.rb +2 -2
  6. data/lib/dock_genius_api_ruby_client/api/marina_api.rb +2 -2
  7. data/lib/dock_genius_api_ruby_client/api_client.rb +2 -2
  8. data/lib/dock_genius_api_ruby_client/api_error.rb +2 -2
  9. data/lib/dock_genius_api_ruby_client/configuration.rb +2 -2
  10. data/lib/dock_genius_api_ruby_client/models/access_token.rb +2 -2
  11. data/lib/dock_genius_api_ruby_client/models/address.rb +2 -2
  12. data/lib/dock_genius_api_ruby_client/models/customer.rb +2 -2
  13. data/lib/dock_genius_api_ruby_client/models/dock.rb +2 -2
  14. data/lib/dock_genius_api_ruby_client/models/email_address.rb +2 -2
  15. data/lib/dock_genius_api_ruby_client/models/geo_point.rb +2 -2
  16. data/lib/dock_genius_api_ruby_client/models/inline_response_200.rb +2 -2
  17. data/lib/dock_genius_api_ruby_client/models/inline_response_200_1.rb +2 -2
  18. data/lib/dock_genius_api_ruby_client/models/inline_response_200_2.rb +2 -2
  19. data/lib/dock_genius_api_ruby_client/models/listing_agent.rb +2 -2
  20. data/lib/dock_genius_api_ruby_client/models/marina.rb +2 -2
  21. data/lib/dock_genius_api_ruby_client/models/phone.rb +2 -2
  22. data/lib/dock_genius_api_ruby_client/version.rb +3 -3
  23. data/lib/dock_genius_api_ruby_client.rb +2 -2
  24. data/spec/api/customer_api_spec.rb +2 -2
  25. data/spec/api/dock_api_spec.rb +2 -2
  26. data/spec/api/marina_api_spec.rb +2 -2
  27. data/spec/api_client_spec.rb +2 -2
  28. data/spec/configuration_spec.rb +2 -2
  29. data/spec/models/access_token_spec.rb +2 -2
  30. data/spec/models/address_spec.rb +2 -2
  31. data/spec/models/customer_spec.rb +2 -2
  32. data/spec/models/dock_spec.rb +2 -2
  33. data/spec/models/email_address_spec.rb +2 -2
  34. data/spec/models/geo_point_spec.rb +2 -2
  35. data/spec/models/inline_response_200_1_spec.rb +2 -2
  36. data/spec/models/inline_response_200_2_spec.rb +2 -2
  37. data/spec/models/inline_response_200_spec.rb +2 -2
  38. data/spec/models/listing_agent_spec.rb +2 -2
  39. data/spec/models/marina_spec.rb +2 -2
  40. data/spec/models/phone_spec.rb +2 -2
  41. data/spec/spec_helper.rb +2 -2
  42. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 237598f38727310aedde47de4d0f170951c2e4fe
4
- data.tar.gz: 8811b2dbcc8ead0b410433ac3e3c59a2cd663cc7
3
+ metadata.gz: 5b1bfd3af6022309fd821cf284d79d8f48e8c7d5
4
+ data.tar.gz: f7f4d0c3e631be6378b6112e2a98e507b757d8c4
5
5
  SHA512:
6
- metadata.gz: 721ba425029cd1ae51589c3760815a0e9e677ecdee0baba77ce24adde590752447cb4a9a8232737c159932571e09fa74da63f452826f49934065cfd6d51fbbb9
7
- data.tar.gz: a92c6e17363319df921c37f743f2673b138f90a5a5eebd4d188fe611d099f6ddd5f1ee7366e9530657a95de1670b1e23a3ccd3c8edcdf05a63b7a8f18d55a678
6
+ metadata.gz: b883b1fd89aa41287677dad6490062f270c88f7e65e4498069e1f32d14b12ec3be555b5f0bf672c708900835f78eff29034c285ed8a0ad1834c0a31d8f9d5559
7
+ data.tar.gz: 3996d32fc676394ff2bff14c1eae6daa03d4576bfbd7716c788198afb6e42b724c7d3ce12d4741447e83e712787e3e185bc697bdad89e5e639689cdf9a879946
data/README.md CHANGED
@@ -1,15 +1,16 @@
1
1
  # dock_genius_api_ruby_client
2
2
 
3
- DockGeniusApiRubyClient - the Ruby gem for the dockgenius-sl
3
+ DockGeniusApiRubyClient - the Ruby gem for the DockGenius API
4
4
 
5
5
  No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6
6
 
7
7
  This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
8
8
 
9
9
  - API version: 0.1.0
10
- - Package version: 0.1.1-g582ac6
11
- - Build date: 2016-12-24T04:00:38.198-05:00
10
+ - Package version: 0.1.1-gcf82e3
11
+ - Build date: 2016-12-24T05:41:30.710-05:00
12
12
  - Build package: class io.swagger.codegen.languages.RubyClientCodegen
13
+ For more information, please visit [https://dockgenius.com/support](https://dockgenius.com/support)
13
14
 
14
15
  ## Installation
15
16
 
@@ -24,15 +25,15 @@ gem build dock_genius_api_ruby_client.gemspec
24
25
  Then either install the gem locally:
25
26
 
26
27
  ```shell
27
- gem install ./dock_genius_api_ruby_client-0.1.1-g582ac6.gem
28
+ gem install ./dock_genius_api_ruby_client-0.1.1-gcf82e3.gem
28
29
  ```
29
- (for development, run `gem install --dev ./dock_genius_api_ruby_client-0.1.1-g582ac6.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./dock_genius_api_ruby_client-0.1.1-gcf82e3.gem` to install the development dependencies)
30
31
 
31
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
32
33
 
33
34
  Finally add this to the Gemfile:
34
35
 
35
- gem 'dock_genius_api_ruby_client', '~> 0.1.1-g582ac6'
36
+ gem 'dock_genius_api_ruby_client', '~> 0.1.1-gcf82e3'
36
37
 
37
38
  ### Install from Git
38
39
 
@@ -1,12 +1,12 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
  #
3
3
  =begin
4
- #dockgenius-sl
4
+ #DockGenius API
5
5
 
6
6
  #No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
7
7
 
8
8
  OpenAPI spec version: 0.1.0
9
-
9
+ Contact: hi@dockgenius.com
10
10
  Generated by: https://github.com/swagger-api/swagger-codegen.git
11
11
 
12
12
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
- #dockgenius-sl
2
+ #DockGenius API
3
3
 
4
4
  #No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
6
  OpenAPI spec version: 0.1.0
7
-
7
+ Contact: hi@dockgenius.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
- #dockgenius-sl
2
+ #DockGenius API
3
3
 
4
4
  #No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
6
  OpenAPI spec version: 0.1.0
7
-
7
+ Contact: hi@dockgenius.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
- #dockgenius-sl
2
+ #DockGenius API
3
3
 
4
4
  #No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
6
  OpenAPI spec version: 0.1.0
7
-
7
+ Contact: hi@dockgenius.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
- #dockgenius-sl
2
+ #DockGenius API
3
3
 
4
4
  #No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
6
  OpenAPI spec version: 0.1.0
7
-
7
+ Contact: hi@dockgenius.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
- #dockgenius-sl
2
+ #DockGenius API
3
3
 
4
4
  #No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
6
  OpenAPI spec version: 0.1.0
7
-
7
+ Contact: hi@dockgenius.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
- #dockgenius-sl
2
+ #DockGenius API
3
3
 
4
4
  #No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
6
  OpenAPI spec version: 0.1.0
7
-
7
+ Contact: hi@dockgenius.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
- #dockgenius-sl
2
+ #DockGenius API
3
3
 
4
4
  #No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
6
  OpenAPI spec version: 0.1.0
7
-
7
+ Contact: hi@dockgenius.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
- #dockgenius-sl
2
+ #DockGenius API
3
3
 
4
4
  #No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
6
  OpenAPI spec version: 0.1.0
7
-
7
+ Contact: hi@dockgenius.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
- #dockgenius-sl
2
+ #DockGenius API
3
3
 
4
4
  #No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
6
  OpenAPI spec version: 0.1.0
7
-
7
+ Contact: hi@dockgenius.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
- #dockgenius-sl
2
+ #DockGenius API
3
3
 
4
4
  #No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
6
  OpenAPI spec version: 0.1.0
7
-
7
+ Contact: hi@dockgenius.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
- #dockgenius-sl
2
+ #DockGenius API
3
3
 
4
4
  #No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
6
  OpenAPI spec version: 0.1.0
7
-
7
+ Contact: hi@dockgenius.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
- #dockgenius-sl
2
+ #DockGenius API
3
3
 
4
4
  #No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
6
  OpenAPI spec version: 0.1.0
7
-
7
+ Contact: hi@dockgenius.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
- #dockgenius-sl
2
+ #DockGenius API
3
3
 
4
4
  #No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
6
  OpenAPI spec version: 0.1.0
7
-
7
+ Contact: hi@dockgenius.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
- #dockgenius-sl
2
+ #DockGenius API
3
3
 
4
4
  #No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
6
  OpenAPI spec version: 0.1.0
7
-
7
+ Contact: hi@dockgenius.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
- #dockgenius-sl
2
+ #DockGenius API
3
3
 
4
4
  #No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
6
  OpenAPI spec version: 0.1.0
7
-
7
+ Contact: hi@dockgenius.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
- #dockgenius-sl
2
+ #DockGenius API
3
3
 
4
4
  #No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
6
  OpenAPI spec version: 0.1.0
7
-
7
+ Contact: hi@dockgenius.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
- #dockgenius-sl
2
+ #DockGenius API
3
3
 
4
4
  #No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
6
  OpenAPI spec version: 0.1.0
7
-
7
+ Contact: hi@dockgenius.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
- #dockgenius-sl
2
+ #DockGenius API
3
3
 
4
4
  #No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
6
  OpenAPI spec version: 0.1.0
7
-
7
+ Contact: hi@dockgenius.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
- #dockgenius-sl
2
+ #DockGenius API
3
3
 
4
4
  #No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
6
  OpenAPI spec version: 0.1.0
7
-
7
+ Contact: hi@dockgenius.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -22,5 +22,5 @@ limitations under the License.
22
22
  =end
23
23
 
24
24
  module DockGeniusApiRubyClient
25
- VERSION = "0.1.1-g582ac6"
25
+ VERSION = "0.1.1-gcf82e3"
26
26
  end
@@ -1,10 +1,10 @@
1
1
  =begin
2
- #dockgenius-sl
2
+ #DockGenius API
3
3
 
4
4
  #No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
6
  OpenAPI spec version: 0.1.0
7
-
7
+ Contact: hi@dockgenius.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
- #dockgenius-sl
2
+ #DockGenius API
3
3
 
4
4
  #No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
6
  OpenAPI spec version: 0.1.0
7
-
7
+ Contact: hi@dockgenius.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
- #dockgenius-sl
2
+ #DockGenius API
3
3
 
4
4
  #No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
6
  OpenAPI spec version: 0.1.0
7
-
7
+ Contact: hi@dockgenius.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
- #dockgenius-sl
2
+ #DockGenius API
3
3
 
4
4
  #No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
6
  OpenAPI spec version: 0.1.0
7
-
7
+ Contact: hi@dockgenius.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
- #dockgenius-sl
2
+ #DockGenius API
3
3
 
4
4
  #No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
6
  OpenAPI spec version: 0.1.0
7
-
7
+ Contact: hi@dockgenius.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
- #dockgenius-sl
2
+ #DockGenius API
3
3
 
4
4
  #No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
6
  OpenAPI spec version: 0.1.0
7
-
7
+ Contact: hi@dockgenius.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
- #dockgenius-sl
2
+ #DockGenius API
3
3
 
4
4
  #No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
6
  OpenAPI spec version: 0.1.0
7
-
7
+ Contact: hi@dockgenius.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
- #dockgenius-sl
2
+ #DockGenius API
3
3
 
4
4
  #No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
6
  OpenAPI spec version: 0.1.0
7
-
7
+ Contact: hi@dockgenius.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
- #dockgenius-sl
2
+ #DockGenius API
3
3
 
4
4
  #No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
6
  OpenAPI spec version: 0.1.0
7
-
7
+ Contact: hi@dockgenius.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
- #dockgenius-sl
2
+ #DockGenius API
3
3
 
4
4
  #No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
6
  OpenAPI spec version: 0.1.0
7
-
7
+ Contact: hi@dockgenius.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
- #dockgenius-sl
2
+ #DockGenius API
3
3
 
4
4
  #No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
6
  OpenAPI spec version: 0.1.0
7
-
7
+ Contact: hi@dockgenius.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
- #dockgenius-sl
2
+ #DockGenius API
3
3
 
4
4
  #No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
6
  OpenAPI spec version: 0.1.0
7
-
7
+ Contact: hi@dockgenius.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
- #dockgenius-sl
2
+ #DockGenius API
3
3
 
4
4
  #No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
6
  OpenAPI spec version: 0.1.0
7
-
7
+ Contact: hi@dockgenius.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
- #dockgenius-sl
2
+ #DockGenius API
3
3
 
4
4
  #No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
6
  OpenAPI spec version: 0.1.0
7
-
7
+ Contact: hi@dockgenius.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
- #dockgenius-sl
2
+ #DockGenius API
3
3
 
4
4
  #No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
6
  OpenAPI spec version: 0.1.0
7
-
7
+ Contact: hi@dockgenius.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
- #dockgenius-sl
2
+ #DockGenius API
3
3
 
4
4
  #No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
6
  OpenAPI spec version: 0.1.0
7
-
7
+ Contact: hi@dockgenius.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
- #dockgenius-sl
2
+ #DockGenius API
3
3
 
4
4
  #No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
6
  OpenAPI spec version: 0.1.0
7
-
7
+ Contact: hi@dockgenius.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
@@ -1,10 +1,10 @@
1
1
  =begin
2
- #dockgenius-sl
2
+ #DockGenius API
3
3
 
4
4
  #No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
6
  OpenAPI spec version: 0.1.0
7
-
7
+ Contact: hi@dockgenius.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
data/spec/spec_helper.rb CHANGED
@@ -1,10 +1,10 @@
1
1
  =begin
2
- #dockgenius-sl
2
+ #DockGenius API
3
3
 
4
4
  #No descripton provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
5
 
6
6
  OpenAPI spec version: 0.1.0
7
-
7
+ Contact: hi@dockgenius.com
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
9
 
10
10
  Licensed under the Apache License, Version 2.0 (the "License");
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dock_genius_api_ruby_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1.pre.g582ac6
4
+ version: 0.1.1.pre.gcf82e3
5
5
  platform: ruby
6
6
  authors:
7
7
  - The DockGenius Engineering Team