Skip to content

Update gemspec #366

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 16, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update README.md URLs also
  • Loading branch information
perlun committed May 16, 2018
commit 1962b763c40f7d571c5b70e5a9ceaeb05d138b28
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Library for using Git in Ruby.

Git public hosting of the project source code is at:

http://github.com/schacon/ruby-git
http://github.com/ruby-git/ruby-git

## Install

Expand All @@ -17,9 +17,8 @@ You can install Ruby/Git like this:
## Code Status

* [![Build Status](https://travis-ci.org/ruby-git/ruby-git.svg?branch=master)](https://travis-ci.org/ruby-git/ruby-git)
* [![Code Climate](https://codeclimate.com/github/schacon/ruby-git.png)](https://codeclimate.com/github/schacon/ruby-git)
* [![Code Climate](https://codeclimate.com/github/ruby-git/ruby-git.png)](https://codeclimate.com/github/ruby-git/ruby-git)
* [![Gem Version](https://badge.fury.io/rb/git.png)](http://badge.fury.io/rb/git)
* [![Dependencies](https://gemnasium.com/schacon/ruby-git.png?travis)](https://gemnasium.com/schacon/ruby-git)

## Major Objects

Expand Down Expand Up @@ -155,7 +154,7 @@ Here are the operations that need read permission only.
g.show('HEAD')
g.show('v2.8', 'README.md')

Git.ls_remote('https://github.com/schacon/ruby-git.git') # returns a hash containing the available references of the repo.
Git.ls_remote('https://github.com/ruby-git/ruby-git.git') # returns a hash containing the available references of the repo.
Git.ls_remote('/path/to/local/repo')
Git.ls_remote() # same as Git.ls_remote('.')

Expand Down