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|
9
9
spec . email = [ '[email protected] ' ]
10
10
spec . license = 'MIT'
11
11
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 '
13
13
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.
18
16
DESCRIPTION
19
17
spec . required_ruby_version = Gem ::Requirement . new ( '>= 3.1.0' )
20
18
spec . requirements = [
You can’t perform that action at this time.
0 commit comments