Sha256: 92ec3abb079238ad064b192e3310474922c9a5a1daaa5e581e8f1a1aafecbf4b

Contents?: true

Size: 344 Bytes

Versions: 3

Compression:

Stored size: 344 Bytes

Contents

require "ghit/version"

module Ghit
  autoload :RepoLocator,          'ghit/repo_locator.rb'
  autoload :Errors,               'ghit/errors.rb'
  autoload :HttpRemoteUrlBuilder, 'ghit/http_remote_url_builder.rb'
  autoload :SshRemoteUrlBuilder,  'ghit/ssh_remote_url_builder.rb'
  autoload :RemoteExtracter,      'ghit/remote_extracter.rb'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ghit-0.1.0 lib/ghit.rb
ghit-0.0.2 lib/ghit.rb
ghit-0.0.1 lib/ghit.rb