We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a2e62d commit fbadc20Copy full SHA for fbadc20
ruby_git.gemspec
@@ -9,12 +9,10 @@ Gem::Specification.new do |spec|
9
spec.email = ['[email protected]']
10
spec.license = 'MIT'
11
12
- spec.summary = 'A Ruby library to work with Git Respositories'
+ spec.summary = 'An object-oriented interface to working with the git command line'
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.
+ An object-oriented interface to the git command line. See PLAN.md for
+ project progress.
18
DESCRIPTION
19
spec.required_ruby_version = Gem::Requirement.new('>= 3.1.0')
20
spec.requirements = [
0 commit comments