shelly 0.5.1 → 0.5.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/shelly/cli/main.rb +0 -1
- data/lib/shelly/version.rb +1 -1
- data/spec/shelly/cli/main_spec.rb +0 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5400f1e980ab492924c5d9d6b67fb9a671d93d7f
|
4
|
+
data.tar.gz: 435c76b4729f0935dcaec9fa16c7131023ab3dde
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c2a6937d6fafd7926a27261bb033fcf6f4995c585fd14448514d3268686958deb7533ea89183ededeeb92ed934eb44881351847c2051e66e0ff8877559387a53
|
7
|
+
data.tar.gz: ae28007a02699354345cbbefa65841a14713508899eec426a46f345342407b812f089adfd5a759f80ad0b3ce33bb982bb34ac9ae0a69efa420f85359e923134d
|
data/CHANGELOG.md
CHANGED
data/lib/shelly/cli/main.rb
CHANGED
@@ -52,7 +52,6 @@ module Shelly
|
|
52
52
|
ask_for_acceptance_of_terms
|
53
53
|
user.register(email, password)
|
54
54
|
say "Successfully registered!", :green
|
55
|
-
say "Check you mailbox for email address confirmation", :green
|
56
55
|
rescue Client::ValidationException => e
|
57
56
|
e.each_error { |error| say_error "#{error}", :with_exit => false }
|
58
57
|
exit 1
|
data/lib/shelly/version.rb
CHANGED
@@ -123,7 +123,6 @@ describe Shelly::CLI::Main do
|
|
123
123
|
context "on successful registration" do
|
124
124
|
it "should display message about registration and email address confirmation" do
|
125
125
|
$stdout.should_receive(:puts).with(green "Successfully registered!")
|
126
|
-
$stdout.should_receive(:puts).with(green "Check you mailbox for email address confirmation")
|
127
126
|
fake_stdin(["better@example.com", "secret", "secret", "yes"]) do
|
128
127
|
invoke(@main, :register)
|
129
128
|
end
|
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.5.
|
4
|
+
version: 0.5.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: 2015-02-
|
11
|
+
date: 2015-02-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|
@@ -359,7 +359,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
359
359
|
version: '0'
|
360
360
|
requirements: []
|
361
361
|
rubyforge_project: shelly
|
362
|
-
rubygems_version: 2.
|
362
|
+
rubygems_version: 2.2.2
|
363
363
|
signing_key:
|
364
364
|
specification_version: 4
|
365
365
|
summary: Shelly Cloud command line tool
|