Skip to content

Commit

Permalink
Minor Fixes and Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
trishume committed Jun 18, 2013
1 parent 6d226fe commit d6e40bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions bin/pro
Expand Up @@ -9,7 +9,6 @@ if PROFILER_OUT
end

require "pro"
require "yaml"

HELP = <<END
pro is a command to help you manage your git repositories.
Expand Down Expand Up @@ -63,7 +62,7 @@ command = ARGV.shift || 'help'
case command
when 'debug'
require "pry"
binding.pry if $pryAvailable
binding.pry
when 'search'
puts pro.find_repo(ARGV.first)
when 'install'
Expand Down
1 change: 1 addition & 0 deletions lib/pro/indexer.rb
@@ -1,5 +1,6 @@
require "pro/index"
require "colored"
require "yaml"
module Pro
# creates an index object from cache
# or by searching the file system
Expand Down
2 changes: 1 addition & 1 deletion lib/pro/version.rb
@@ -1,3 +1,3 @@
module Pro
VERSION = "1.1.2"
VERSION = "1.1.3"
end

0 comments on commit d6e40bb

Please sign in to comment.