Skip to content

Commit fbadc20

Browse files
committed
docs: update the gem description
1 parent 8a2e62d commit fbadc20

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

ruby_git.gemspec

+3-5
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@ Gem::Specification.new do |spec|
99
spec.email = ['[email protected]']
1010
spec.license = 'MIT'
1111

12-
spec.summary = 'A Ruby library to work with Git Respositories'
12+
spec.summary = 'An object-oriented interface to working with the git command line'
1313
spec.description = <<~DESCRIPTION
14-
THIS PROJECT IS A WORK IN PROGRESS AND IS NOT USEFUL IN ITS CURRENT STATE
15-
16-
An object-oriented interface to working with Git Repositories that
17-
tries to make sense out of the Git command line.
14+
An object-oriented interface to the git command line. See PLAN.md for
15+
project progress.
1816
DESCRIPTION
1917
spec.required_ruby_version = Gem::Requirement.new('>= 3.1.0')
2018
spec.requirements = [

0 commit comments

Comments
 (0)