Skip to content

Commit

Permalink
fixed #6
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarferreira committed Dec 14, 2015
1 parent 5b16077 commit 831a945
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions lib/alfi/cli.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
require 'optparse'
include OptionParser::Arguable

class Alfi::Cli
BINTRAY_OPTIONS_FILE_NAME = File.expand_path('~/.alfi_bintray.json')

Expand Down
2 changes: 1 addition & 1 deletion lib/alfi/providers/bintray.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def query_url(query)

def request_extensions
unless $bintray_auth
puts " # Bintray using random credentials".yellow
puts " # Bintray: using random credentials".yellow
$bintray_auth = ALFI_BINTRAY_CREDS.sample
end
@http.use_ssl = true
Expand Down
2 changes: 1 addition & 1 deletion lib/alfi/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Alfi
VERSION = '0.4.1'
VERSION = '0.4.2'
end

0 comments on commit 831a945

Please sign in to comment.