shelly 0.5.1 → 0.5.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d3108d5cd82ebb8ac69e5fd386eb9411449723c8
4
- data.tar.gz: 16d0a5f75fc68e4126726035ffd456f29806add9
3
+ metadata.gz: 5400f1e980ab492924c5d9d6b67fb9a671d93d7f
4
+ data.tar.gz: 435c76b4729f0935dcaec9fa16c7131023ab3dde
5
5
  SHA512:
6
- metadata.gz: 25ab6d5221843cef3dae2a38b1d6f3864c8a4c5b2af71d1b0bc0afc4708347faab21dacb51e4b9d7bedd9fad7eccb81e9477cc3d72f751f8cd39afdc30268b8c
7
- data.tar.gz: c4fb2607b1c07cb6c0d7e67211a006c5d3e6a922cfba831ff6bf7c21230ab9630ef2ccbaf5a12773152570f06e85552f52a6cf7bd85cfb622a4bc6f7c42159b0
6
+ metadata.gz: c2a6937d6fafd7926a27261bb033fcf6f4995c585fd14448514d3268686958deb7533ea89183ededeeb92ed934eb44881351847c2051e66e0ff8877559387a53
7
+ data.tar.gz: ae28007a02699354345cbbefa65841a14713508899eec426a46f345342407b812f089adfd5a759f80ad0b3ce33bb982bb34ac9ae0a69efa420f85359e923134d
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 0.5.2 / 2015-02-11
2
+
3
+ * [improvement] Disable email confirmation on registration
4
+
1
5
  ## 0.5.1 / 2015-02-01
2
6
 
3
7
  * [improvement] shelly logout --key option
@@ -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
@@ -1,3 +1,3 @@
1
1
  module Shelly
2
- VERSION = "0.5.1"
2
+ VERSION = "0.5.2"
3
3
  end
@@ -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.1
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-01 00:00:00.000000000 Z
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.4.3
362
+ rubygems_version: 2.2.2
363
363
  signing_key:
364
364
  specification_version: 4
365
365
  summary: Shelly Cloud command line tool