shelly 0.4.1 → 0.4.2
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 +8 -8
- data/CHANGELOG.md +4 -0
- data/LICENSE +20 -0
- data/lib/shelly/version.rb +1 -1
- data/shelly.gemspec +2 -1
- metadata +7 -5
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
NjE0YTU4ZjM5NGY4YTljYTVlNTQ3YWQ2MWQxMmE0YTJiZGY0ZDUwNA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
NGY0NjIyNWM3MTRlMTVmOTgxMmU5ZjNlNWRmYjllZDZiZWUzZGFmOA==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
ZjE4ZWE5YTc3ZDliNTk0YmNiNTRjMzc3MjQzZjFmMzgzYWE3NDA3ZDBlYmE1
|
10
|
+
OTMzYmIzMWIxNGM1MWE5NGM2MDEzZjM0YTkwMjhjYzQ5YmY2MGQ1NmFmM2E4
|
11
|
+
YmFhNTMzZmU4OTJjMTVlM2YzMWNmM2U3ODIzZTVlZGFiMjY5OTc=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
MDQwMjRmMzgwYTVlNGQ5ZjBlMjU5NDQ2NWU2OGZhZjU4ZDk5NDhiYTRlZTk2
|
14
|
+
YzBkMGMyNjhlMGM2NzQyZjNhNmVlM2UzZjZhNTRiZTI0NDRmNzY1NjI0NjYz
|
15
|
+
M2ZiYWVkM2QzM2IyNDNiYzBhODE4MThmNzBhODhmMjc1Mjk0OWY=
|
data/CHANGELOG.md
CHANGED
data/LICENSE
ADDED
@@ -0,0 +1,20 @@
|
|
1
|
+
Copyright (c) 2013 Shelly Cloud Sp. z o.o.
|
2
|
+
|
3
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
4
|
+
a copy of this software and associated documentation files (the
|
5
|
+
"Software"), to deal in the Software without restriction, including
|
6
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
7
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
8
|
+
permit persons to whom the Software is furnished to do so, subject to
|
9
|
+
the following conditions:
|
10
|
+
|
11
|
+
The above copyright notice and this permission notice shall be
|
12
|
+
included in all copies or substantial portions of the Software.
|
13
|
+
|
14
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
15
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
16
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
17
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
18
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
19
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
20
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
data/lib/shelly/version.rb
CHANGED
data/shelly.gemspec
CHANGED
@@ -10,6 +10,7 @@ Gem::Specification.new do |s|
|
|
10
10
|
s.homepage = "http://shellycloud.com"
|
11
11
|
s.summary = %q{Shelly Cloud command line tool}
|
12
12
|
s.description = %q{Tool for managing applications and clouds at shellycloud.com}
|
13
|
+
s.license = 'MIT'
|
13
14
|
|
14
15
|
s.rubyforge_project = "shelly"
|
15
16
|
s.add_development_dependency "rspec", "~> 2.11.0"
|
@@ -23,7 +24,7 @@ Gem::Specification.new do |s|
|
|
23
24
|
end
|
24
25
|
s.add_development_dependency "fakefs"
|
25
26
|
s.add_development_dependency "fakeweb"
|
26
|
-
s.add_runtime_dependency "wijet-thor", "~> 0.14.
|
27
|
+
s.add_runtime_dependency "wijet-thor", "~> 0.14.10"
|
27
28
|
s.add_runtime_dependency "rest-client"
|
28
29
|
s.add_runtime_dependency "json"
|
29
30
|
s.add_runtime_dependency "progressbar"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: shelly
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Shelly Cloud team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-08-
|
11
|
+
date: 2013-08-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|
@@ -142,14 +142,14 @@ dependencies:
|
|
142
142
|
requirements:
|
143
143
|
- - ~>
|
144
144
|
- !ruby/object:Gem::Version
|
145
|
-
version: 0.14.
|
145
|
+
version: 0.14.10
|
146
146
|
type: :runtime
|
147
147
|
prerelease: false
|
148
148
|
version_requirements: !ruby/object:Gem::Requirement
|
149
149
|
requirements:
|
150
150
|
- - ~>
|
151
151
|
- !ruby/object:Gem::Version
|
152
|
-
version: 0.14.
|
152
|
+
version: 0.14.10
|
153
153
|
- !ruby/object:Gem::Dependency
|
154
154
|
name: rest-client
|
155
155
|
requirement: !ruby/object:Gem::Requirement
|
@@ -233,6 +233,7 @@ files:
|
|
233
233
|
- CHANGELOG.md
|
234
234
|
- Gemfile
|
235
235
|
- Guardfile
|
236
|
+
- LICENSE
|
236
237
|
- README.md
|
237
238
|
- Rakefile
|
238
239
|
- bin/shelly
|
@@ -308,7 +309,8 @@ files:
|
|
308
309
|
- spec/spec_helper.rb
|
309
310
|
- spec/thor/options_spec.rb
|
310
311
|
homepage: http://shellycloud.com
|
311
|
-
licenses:
|
312
|
+
licenses:
|
313
|
+
- MIT
|
312
314
|
metadata: {}
|
313
315
|
post_install_message:
|
314
316
|
rdoc_options: []
|