lib/gemfury/command/app.rb in gemfury-0.6.0.rc1 vs lib/gemfury/command/app.rb in gemfury-0.6.0
- old
+ new
@@ -63,10 +63,10 @@
wipe_credentials!
shell.say "You have been logged out"
end
end
- desc "login", "Populate Gemfury credentials"
+ desc "login", "Save Gemfury credentials"
def login
with_checks_and_rescues do
me = client.account_info['name']
shell.say %Q(You are logged in as "#{me}"), :green
end
\ No newline at end of file