Sha256: b414326541b5766cbfc4511bec6f4eecf909bdae370ada93927e386f3efea04f

Contents?: true

Size: 296 Bytes

Versions: 6

Compression:

Stored size: 296 Bytes

Contents

project_name = read_project_name
authorize(project_name, 'read')
Dir.foreach(find_project_dir(project_name)) do |repository_name|
  next if repository_name =~ /^\./
  git_url = "#{ENV['USER']}@#{ENV['HUB_HOST']}:#{project_name}/#{repository_name}.git"
  puts "#{repository_name}\t#{git_url}"
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
hubbard-0.0.5 commands/list-repositories.rb
hubbard-0.0.4 commands/list-repositories.rb
hubbard-0.0.3 commands/list-repositories.rb
hubbard-0.0.2 commands/list-repositories.rb
hubbard-0.0.1 commands/list-repositories.rb
hubbard-0.0.0 commands/list-repositories.rb