cloudapp-cli 1.0.0.beta.3 → 1.0.0.beta.4

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cloudapp-cli (1.0.0.beta.3)
4
+ cloudapp-cli (1.0.0.beta.4)
5
5
  cloudapp (~> 2.0.0.beta.1)
6
6
  ffi-ncurses
7
7
  highline
data/bin/cloudapp CHANGED
@@ -12,7 +12,6 @@ def config
12
12
  end
13
13
 
14
14
  def account
15
- require_credentials
16
15
  CloudApp::Account.using_token config.token
17
16
  end
18
17
 
@@ -157,6 +156,7 @@ HELP
157
156
  ungetch ch unless ch == ??.ord
158
157
  end
159
158
 
159
+ require_credentials
160
160
 
161
161
  begin
162
162
  initscr
data/cloudapp-cli.gemspec CHANGED
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
13
13
  ## If your rubyforge_project name is different, then edit it and comment out
14
14
  ## the sub! line in the Rakefile
15
15
  s.name = 'cloudapp-cli'
16
- s.version = '1.0.0.beta.3'
16
+ s.version = '1.0.0.beta.4'
17
17
  s.date = '2012-08-18'
18
18
  s.rubyforge_project = 'cloudapp-cli'
19
19
 
data/lib/cloudapp/cli.rb CHANGED
@@ -3,6 +3,6 @@ require 'cloudapp/cli/config'
3
3
 
4
4
  module CloudApp
5
5
  module CLI
6
- VERSION = '1.0.0.beta.3'
6
+ VERSION = '1.0.0.beta.4'
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudapp-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.beta.3
4
+ version: 1.0.0.beta.4
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors: