Skip to content

Commit 481106e

Browse files
authored
Add Gem badge and correct home page URL (#10)
1 parent 6bb85a4 commit 481106e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
**THIS PROJECT IS A WORK IN PROGRESS AND IS NOT USEFUL IN ITS CURRENT STATE**
44

5+
[![Gem Version](https://badge.fury.io/rb/ruby_git.svg)](https://badge.fury.io/rb/ruby_git)
56
[![Build Status](https://travis-ci.org/jcouball/ruby_git.svg?branch=main)](https://travis-ci.org/jcouball/ruby_git)
67
[![Maintainability](https://api.codeclimate.com/v1/badges/2d8d52a55d655b6a3def/maintainability)](https://codeclimate.com/github/jcouball/ruby_git/maintainability)
78

ruby_git.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
1616
An object-oriented interface to working with Git Worktrees and Repositories that
1717
tries to make sense out of the Git command line.
1818
DESCRIPTION
19-
spec.homepage = 'https://github.com/pages/jcouball/ruby_git/'
19+
spec.homepage = 'https://github.com/jcouball/ruby_git/'
2020
spec.required_ruby_version = Gem::Requirement.new('>= 2.6.0')
2121
spec.requirements = [
2222
'Git 2.18.0 or later',

0 commit comments

Comments
 (0)