Skip to content

Commit c031e29

Browse files
authored
Merge pull request #3 from jcouball/wip_notice
Add notice saying that this project is a work in progress
2 parents 1b4d8a4 + adecfce commit c031e29

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Ruby Git
22

3+
**THIS PROJECT IS A WORK IN PROGRESS AND IS NOT USEFUL IN ITS CURRENT STATE**
4+
35
[![Build Status](https://travis-ci.org/jcouball/ruby_git.svg?branch=main)](https://travis-ci.org/jcouball/ruby_git)
46
[![Maintainability](https://api.codeclimate.com/v1/badges/2d8d52a55d655b6a3def/maintainability)](https://codeclimate.com/github/jcouball/ruby_git/maintainability)
57

ruby_git.gemspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Gem::Specification.new do |spec|
1111

1212
spec.summary = 'A Ruby library to work with Git Worktrees and Respositories'
1313
spec.description = <<~DESCRIPTION
14+
THIS PROJECT IS A WORK IN PROGRESS AND IS NOT USEFUL IN ITS CURRENT STATE
15+
1416
An object-oriented interface to working with Git Worktrees and Repositories that
1517
tries to make sense out of the Git command line.
1618
DESCRIPTION

0 commit comments

Comments
 (0)