--- !ruby/object:Gem::Specification
name: glyptodont
version: !ruby/object:Gem::Version
  version: 0.3.0
platform: ruby
authors:
- Pete Johns
autorequire:
bindir: exe
cert_chain: []
date: 2022-03-23 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: git
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: rugged
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
description: Use this gem if you want to avoid deploying code to production without
  doing all of your to-dos
email:
- paj+github@johnsy.com
executables:
- glyptodont
extensions: []
extra_rdoc_files: []
files:
- ".github/workflows/main.yml"
- ".gitignore"
- ".glyptodont.yaml"
- ".rspec"
- ".rubocop.yml"
- ".tool-versions"
- Brewfile
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- Gemfile
- LICENSE.txt
- README.md
- Rakefile
- bin/console
- exe/glyptodont
- glyptodont.gemspec
- lib/glyptodont.rb
- lib/glyptodont/checker.rb
- lib/glyptodont/checkers/age.rb
- lib/glyptodont/checkers/counter.rb
- lib/glyptodont/configuration.rb
- lib/glyptodont/formatting.rb
- lib/glyptodont/options.rb
- lib/glyptodont/todo_researcher.rb
- lib/glyptodont/version.rb
- script/bootstrap
- script/cibuild
- script/console
- script/setup
- script/test
- script/update
homepage: https://github.com/johnsyweb/glyptodont/
licenses:
- MIT
metadata:
  homepage_uri: https://github.com/johnsyweb/glyptodont/
  source_code_uri: https://github.com/johnsyweb/glyptodont/
  changelog_uri: https://github.com/johnsyweb/glyptodont/blob/HEAD/CHANGELOG.md
  rubygems_mfa_required: 'true'
post_install_message:
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '2.5'
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubygems_version: 3.2.22
signing_key:
specification_version: 4
summary: A bit like `git grep 'T0D0'`, but better.
test_files: []