File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,10 @@ Gem::Specification.new do |spec|
99 spec . email = [ 'jcouball@yahoo.com' ]
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 = [
You can’t perform that action at this time.
0 commit comments