cloudmersive-dataintegration-api-client 2.0.1 → 2.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +5 -5
- data/cloudmersive-dataintegration-api-client.gemspec +1 -1
- data/lib/cloudmersive-dataintegration-api-client.rb +1 -1
- data/lib/cloudmersive-dataintegration-api-client/api/backup_convert_api.rb +1 -1
- data/lib/cloudmersive-dataintegration-api-client/api_client.rb +1 -1
- data/lib/cloudmersive-dataintegration-api-client/api_error.rb +1 -1
- data/lib/cloudmersive-dataintegration-api-client/configuration.rb +1 -1
- data/lib/cloudmersive-dataintegration-api-client/models/mssql_bak_enumerate_tables_result.rb +1 -1
- data/lib/cloudmersive-dataintegration-api-client/models/mssql_table.rb +1 -1
- data/lib/cloudmersive-dataintegration-api-client/version.rb +2 -2
- data/spec/api/backup_convert_api_spec.rb +1 -1
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/mssql_bak_enumerate_tables_result_spec.rb +1 -1
- data/spec/models/mssql_table_spec.rb +1 -1
- data/spec/spec_helper.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: d207fbbaee1578e1ec4f816eb910184518e8ca62ccb15582355a6b2169251af2
|
4
|
+
data.tar.gz: 55cbfd1095d2adc1bfbb0b4195be87a742fcea12623831f9f95847d417029a3d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5bf912b31ddfb7ac54ad237478e827b634a65ce8bc4f9abe5267e2a0e7809b1276e3fe9141cbcd886182bb553569128244b7a2a84d29056da5504059c137ff31
|
7
|
+
data.tar.gz: 3e36fcd1a1e6ae25afcf1fe964838b24a4a609345d468768cfe9b9f9c20077c3e04c46efd98349a3fc9a2954cf6539d40bb1c8e6276f6a19102d40e717cecc30
|
data/README.md
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
# cloudmersive-dataintegration-api-client
|
2
2
|
|
3
|
-
CloudmersiveDataintegrationApiClient - the Ruby gem for the
|
3
|
+
CloudmersiveDataintegrationApiClient - the Ruby gem for the dataintegrationapi
|
4
4
|
|
5
5
|
Easily and directly query database backup files, convert into other file formats.
|
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: v1
|
10
|
-
- Package version: 2.0.
|
10
|
+
- Package version: 2.0.2
|
11
11
|
- Build package: io.swagger.codegen.languages.RubyClientCodegen
|
12
12
|
|
13
13
|
## Installation
|
@@ -23,15 +23,15 @@ gem build cloudmersive-dataintegration-api-client.gemspec
|
|
23
23
|
Then either install the gem locally:
|
24
24
|
|
25
25
|
```shell
|
26
|
-
gem install ./cloudmersive-dataintegration-api-client-2.0.
|
26
|
+
gem install ./cloudmersive-dataintegration-api-client-2.0.2.gem
|
27
27
|
```
|
28
|
-
(for development, run `gem install --dev ./cloudmersive-dataintegration-api-client-2.0.
|
28
|
+
(for development, run `gem install --dev ./cloudmersive-dataintegration-api-client-2.0.2.gem` to install the development dependencies)
|
29
29
|
|
30
30
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
31
31
|
|
32
32
|
Finally add this to the Gemfile:
|
33
33
|
|
34
|
-
gem 'cloudmersive-dataintegration-api-client', '~> 2.0.
|
34
|
+
gem 'cloudmersive-dataintegration-api-client', '~> 2.0.2'
|
35
35
|
|
36
36
|
### Install from Git
|
37
37
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
=begin
|
2
|
-
#
|
2
|
+
#dataintegrationapi
|
3
3
|
|
4
4
|
#Easily and directly query database backup files, convert into other file formats.
|
5
5
|
|
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.14
|
|
11
11
|
=end
|
12
12
|
|
13
13
|
module CloudmersiveDataintegrationApiClient
|
14
|
-
VERSION = '2.0.
|
14
|
+
VERSION = '2.0.2'
|
15
15
|
end
|
data/spec/api_client_spec.rb
CHANGED
data/spec/configuration_spec.rb
CHANGED
data/spec/spec_helper.rb
CHANGED