dynamicloud 1.1.4 → 1.1.5
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/lib/configuration.rb +3 -1
- data/lib/dynamicloud/version.rb +1 -1
- metadata +12 -12
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 875dcb6353acb4324b4bb6be001aaea5992397c0
|
|
4
|
+
data.tar.gz: 77b6b816afb6d93c075d485e50d388bf8ababa46
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4b0241dcb30d8f98c940eedb9bc1e994b7a407a3ac92f04f19946b67b022e14d7aa16308e53f890c889ac5b872b6eefbf4d370e63c9db47bf992701bb165c9c5
|
|
7
|
+
data.tar.gz: 6f4b45b6d863ae47b75b3d3c642cb2892d538068f1e55100162ebe52d4be11af0da5eefe99f02d88cbef382cdde45efc4d5fb822f7edbda1572800652c913dd7
|
data/lib/configuration.rb
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
require 'yaml'
|
|
2
|
+
|
|
1
3
|
# This class maintains properties about api configuration.
|
|
2
4
|
# @author Eleazar Gomez
|
|
3
5
|
# @version 1.0.0
|
|
@@ -40,7 +42,7 @@ class Configuration
|
|
|
40
42
|
:url_update_selection => '/api_records/{csk}/{aci}/update_using_selection/{mid}',
|
|
41
43
|
# this url must be executed using post method
|
|
42
44
|
:url_delete_selection => '/api_records/{csk}/{aci}/delete_using_selection/{mid}',
|
|
43
|
-
:version => '1.
|
|
45
|
+
:version => '1.0.4'
|
|
44
46
|
}
|
|
45
47
|
end
|
|
46
48
|
|
data/lib/dynamicloud/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dynamicloud
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- dynamicloud
|
|
@@ -42,16 +42,16 @@ dependencies:
|
|
|
42
42
|
name: httpclient
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
|
-
- -
|
|
45
|
+
- - ">="
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version:
|
|
47
|
+
version: '0'
|
|
48
48
|
type: :runtime
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
|
-
- -
|
|
52
|
+
- - ">="
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version:
|
|
54
|
+
version: '0'
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: json
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -70,13 +70,14 @@ description: "\n What you can do using this gem is:\n 1. Get records of a
|
|
|
70
70
|
in Dynamicloud servers\n 2. CRUD operations on records of a model in Dynamicloud
|
|
71
71
|
servers\n 3. Execute queries to get specifics records in Dynamicloud servers\n
|
|
72
72
|
\ 4. Get model info in Dynamicloud servers\n 5. Get model fields in Dynamicloud
|
|
73
|
-
servers\n 6. Get Field info in Dynamicloud servers.\n "
|
|
73
|
+
servers\n 6. Get Field info in Dynamicloud servers.\n 7. and more...\n "
|
|
74
74
|
email:
|
|
75
|
-
-
|
|
75
|
+
- support@dynamicloud.com
|
|
76
76
|
executables: []
|
|
77
77
|
extensions: []
|
|
78
78
|
extra_rdoc_files: []
|
|
79
79
|
files:
|
|
80
|
+
- lib/cacert.pem
|
|
80
81
|
- lib/configuration.rb
|
|
81
82
|
- lib/dynamic_api.rb
|
|
82
83
|
- lib/dynamic_criteria.rb
|
|
@@ -84,12 +85,11 @@ files:
|
|
|
84
85
|
- lib/dynamic_service.rb
|
|
85
86
|
- lib/dynamicloud/version.rb
|
|
86
87
|
- lib/exceptions.rb
|
|
87
|
-
- lib/cacert.pem
|
|
88
88
|
homepage: https://rubygems.org/gems/dynamicloud
|
|
89
89
|
licenses:
|
|
90
90
|
- MIT
|
|
91
91
|
metadata:
|
|
92
|
-
allowed_push_host: https://
|
|
92
|
+
allowed_push_host: https://rubygems.org
|
|
93
93
|
post_install_message:
|
|
94
94
|
rdoc_options: []
|
|
95
95
|
require_paths:
|
|
@@ -106,9 +106,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
106
106
|
version: '0'
|
|
107
107
|
requirements: []
|
|
108
108
|
rubyforge_project:
|
|
109
|
-
rubygems_version: 2.
|
|
109
|
+
rubygems_version: 2.5.1
|
|
110
110
|
signing_key:
|
|
111
111
|
specification_version: 4
|
|
112
|
-
summary: This
|
|
113
|
-
|
|
112
|
+
summary: This gem provides all what you need to communicate with Dynamicloud servers
|
|
113
|
+
and execute operations.
|
|
114
114
|
test_files: []
|