shelly 0.4.1 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZGJlZjY2MmJjZjJmNWNhYjgyODg3NjA2ODNhYzk2NzRmMjY0NzdjOQ==
4
+ NjE0YTU4ZjM5NGY4YTljYTVlNTQ3YWQ2MWQxMmE0YTJiZGY0ZDUwNA==
5
5
  data.tar.gz: !binary |-
6
- MTNmY2VkZWUyMjhmYzU5MTFhZDRkYTNjMmM2ZTRiNGJkNzY4NWJhNA==
6
+ NGY0NjIyNWM3MTRlMTVmOTgxMmU5ZjNlNWRmYjllZDZiZWUzZGFmOA==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- YmU2NzhkNWJkYzNlMjMwNGFjMGIxN2ZhNWI0YTdlZjk3ZjVlOTk3M2I3MWNm
10
- OTMxZDNlMWFjN2FlODQ2MTgxMWU4MDFkYmNkZDIyYjdhODhhMGFiNDkxODcy
11
- YzMwYjVlZmQyZjk0MzNmYWQxYTRkNWIzNTZhYmQ1YzgwNzQ1NTA=
9
+ ZjE4ZWE5YTc3ZDliNTk0YmNiNTRjMzc3MjQzZjFmMzgzYWE3NDA3ZDBlYmE1
10
+ OTMzYmIzMWIxNGM1MWE5NGM2MDEzZjM0YTkwMjhjYzQ5YmY2MGQ1NmFmM2E4
11
+ YmFhNTMzZmU4OTJjMTVlM2YzMWNmM2U3ODIzZTVlZGFiMjY5OTc=
12
12
  data.tar.gz: !binary |-
13
- ODdmZjg1NzcyNzI0YWE5ODI1MDc1MWE0MmVhYmRhNTI3YjJjMDA5OTgxMWNk
14
- Njc5YjRkYWRmNmI3NDU5Y2Y5OWViOTMzOGZiNzBiYTFmNTQ3ZjFkNjFjZTI0
15
- YjIyMjY4ZjgwZWI2NjJmNDk5Njg0YzExOTQyNWE1NzlkMjk0N2E=
13
+ MDQwMjRmMzgwYTVlNGQ5ZjBlMjU5NDQ2NWU2OGZhZjU4ZDk5NDhiYTRlZTk2
14
+ YzBkMGMyNjhlMGM2NzQyZjNhNmVlM2UzZjZhNTRiZTI0NDRmNzY1NjI0NjYz
15
+ M2ZiYWVkM2QzM2IyNDNiYzBhODE4MThmNzBhODhmMjc1Mjk0OWY=
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.4.2 / 2013-08-29
2
+
3
+ * [improvement] Use thor version without binaries
4
+
1
5
  ## 0.4.1 / 2013-08-26
2
6
 
3
7
  * [feature] Upload existing config file with `shelly config upload PATH`
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.
@@ -1,3 +1,3 @@
1
1
  module Shelly
2
- VERSION = "0.4.1"
2
+ VERSION = "0.4.2"
3
3
  end
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.9"
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.1
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-26 00:00:00.000000000 Z
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.9
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.9
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: []