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 +1 -1
- data/bin/cloudapp +1 -1
- data/cloudapp-cli.gemspec +1 -1
- data/lib/cloudapp/cli.rb +1 -1
- metadata +1 -1
data/Gemfile.lock
CHANGED
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.
|
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