cloudi 1.7.0 → 1.7.1
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.
- data.tar.gz.sig +0 -0
- data/README.markdown +10 -0
- data/lib/cloudi.rb +17 -31
- metadata +7 -7
- metadata.gz.sig +0 -0
data.tar.gz.sig
CHANGED
|
Binary file
|
data/README.markdown
CHANGED
|
@@ -8,3 +8,13 @@ Ruby [CloudI API](http://cloudi.org/api.html#1_Intro)
|
|
|
8
8
|
|
|
9
9
|
Available as a [Ruby gem at `https://rubygems.org/gems/cloudi`](https://rubygems.org/gems/cloudi).
|
|
10
10
|
|
|
11
|
+
Author
|
|
12
|
+
------
|
|
13
|
+
|
|
14
|
+
Michael Truog (mjtruog [at] gmail (dot) com)
|
|
15
|
+
|
|
16
|
+
License
|
|
17
|
+
-------
|
|
18
|
+
|
|
19
|
+
MIT License
|
|
20
|
+
|
data/lib/cloudi.rb
CHANGED
|
@@ -2,41 +2,27 @@
|
|
|
2
2
|
#-*-Mode:ruby;coding:utf-8;tab-width:4;c-basic-offset:4;indent-tabs-mode:()-*-
|
|
3
3
|
# ex: set ft=ruby fenc=utf-8 sts=4 ts=4 sw=4 et nomod:
|
|
4
4
|
#
|
|
5
|
-
#
|
|
5
|
+
# MIT License
|
|
6
6
|
#
|
|
7
|
-
# Copyright (c) 2011-2017
|
|
8
|
-
# All rights reserved.
|
|
7
|
+
# Copyright (c) 2011-2017 Michael Truog <mjtruog at gmail dot com>
|
|
9
8
|
#
|
|
10
|
-
#
|
|
11
|
-
#
|
|
9
|
+
# Permission is hereby granted, free of charge, to any person obtaining a
|
|
10
|
+
# copy of this software and associated documentation files (the "Software"),
|
|
11
|
+
# to deal in the Software without restriction, including without limitation
|
|
12
|
+
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
13
|
+
# and/or sell copies of the Software, and to permit persons to whom the
|
|
14
|
+
# Software is furnished to do so, subject to the following conditions:
|
|
12
15
|
#
|
|
13
|
-
#
|
|
14
|
-
#
|
|
15
|
-
# * Redistributions in binary form must reproduce the above copyright
|
|
16
|
-
# notice, this list of conditions and the following disclaimer in
|
|
17
|
-
# the documentation and/or other materials provided with the
|
|
18
|
-
# distribution.
|
|
19
|
-
# * All advertising materials mentioning features or use of this
|
|
20
|
-
# software must display the following acknowledgment:
|
|
21
|
-
# This product includes software developed by Michael Truog
|
|
22
|
-
# * The name of the author may not be used to endorse or promote
|
|
23
|
-
# products derived from this software without specific prior
|
|
24
|
-
# written permission
|
|
16
|
+
# The above copyright notice and this permission notice shall be included in
|
|
17
|
+
# all copies or substantial portions of the Software.
|
|
25
18
|
#
|
|
26
|
-
#
|
|
27
|
-
#
|
|
28
|
-
#
|
|
29
|
-
#
|
|
30
|
-
#
|
|
31
|
-
#
|
|
32
|
-
#
|
|
33
|
-
# BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
34
|
-
# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
|
35
|
-
# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
|
36
|
-
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
|
37
|
-
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
38
|
-
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
|
|
39
|
-
# DAMAGE.
|
|
19
|
+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
20
|
+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
21
|
+
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
22
|
+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
23
|
+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
24
|
+
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
25
|
+
# DEALINGS IN THE SOFTWARE.
|
|
40
26
|
#
|
|
41
27
|
|
|
42
28
|
$:.unshift File.dirname(__FILE__)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cloudi
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.7.
|
|
4
|
+
version: 1.7.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -36,7 +36,7 @@ cert_chain:
|
|
|
36
36
|
a0RidVd1bUN6dS9SQWdobFZDOVJGRlF0N28xU3dHUXAKTGR2WU9lSmJ2aXlp
|
|
37
37
|
SDFxMXJDM05BSk5DNFA3UTQxengxT1lhOFM5TTVxbitKcEUwWnNvbW5aeUd1
|
|
38
38
|
bldheWE5UQpiVEQvYXc9PQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==
|
|
39
|
-
date: 2017-
|
|
39
|
+
date: 2017-06-07 00:00:00.000000000 Z
|
|
40
40
|
dependencies:
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: erlang_rb
|
|
@@ -48,7 +48,7 @@ dependencies:
|
|
|
48
48
|
version: '1.7'
|
|
49
49
|
- - ! '>='
|
|
50
50
|
- !ruby/object:Gem::Version
|
|
51
|
-
version: 1.7.
|
|
51
|
+
version: 1.7.1
|
|
52
52
|
type: :runtime
|
|
53
53
|
prerelease: false
|
|
54
54
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -59,7 +59,7 @@ dependencies:
|
|
|
59
59
|
version: '1.7'
|
|
60
60
|
- - ! '>='
|
|
61
61
|
- !ruby/object:Gem::Version
|
|
62
|
-
version: 1.7.
|
|
62
|
+
version: 1.7.1
|
|
63
63
|
- !ruby/object:Gem::Dependency
|
|
64
64
|
name: erlang_rb
|
|
65
65
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -70,7 +70,7 @@ dependencies:
|
|
|
70
70
|
version: '1.7'
|
|
71
71
|
- - ! '>='
|
|
72
72
|
- !ruby/object:Gem::Version
|
|
73
|
-
version: 1.7.
|
|
73
|
+
version: 1.7.1
|
|
74
74
|
type: :development
|
|
75
75
|
prerelease: false
|
|
76
76
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -81,7 +81,7 @@ dependencies:
|
|
|
81
81
|
version: '1.7'
|
|
82
82
|
- - ! '>='
|
|
83
83
|
- !ruby/object:Gem::Version
|
|
84
|
-
version: 1.7.
|
|
84
|
+
version: 1.7.1
|
|
85
85
|
description: Ruby CloudI API
|
|
86
86
|
email: mjtruog@gmail.com
|
|
87
87
|
executables: []
|
|
@@ -93,7 +93,7 @@ files:
|
|
|
93
93
|
- README.markdown
|
|
94
94
|
homepage: http://cloudi.org
|
|
95
95
|
licenses:
|
|
96
|
-
-
|
|
96
|
+
- MIT
|
|
97
97
|
post_install_message:
|
|
98
98
|
rdoc_options: []
|
|
99
99
|
require_paths:
|
metadata.gz.sig
CHANGED
|
Binary file
|