# -*- encoding: utf-8 -*-
# stub: glyptodont 0.2.0 ruby lib

Gem::Specification.new do |s|
  s.name = "glyptodont".freeze
  s.version = "0.2.0".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.metadata = { "changelog_uri" => "https://github.com/johnsyweb/glyptodont/blob/HEAD/CHANGELOG.md", "homepage_uri" => "https://github.com/johnsyweb/glyptodont/", "source_code_uri" => "https://github.com/johnsyweb/glyptodont/" } if s.respond_to? :metadata=
  s.require_paths = ["lib".freeze]
  s.authors = ["Pete Johns".freeze]
  s.bindir = "exe".freeze
  s.date = "2021-03-28"
  s.description = "Use this gem if you have ever deployed code to production without doing all of your to-dos".freeze
  s.email = ["paj+github@johnsy.com".freeze]
  s.executables = ["glyptodont".freeze]
  s.files = [".github/workflows/main.yml".freeze, ".gitignore".freeze, ".glyptodont.yaml".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".tool-versions".freeze, "Brewfile".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "exe/glyptodont".freeze, "glyptodont.gemspec".freeze, "lib/glyptodont.rb".freeze, "lib/glyptodont/checker.rb".freeze, "lib/glyptodont/checkers/age.rb".freeze, "lib/glyptodont/checkers/counter.rb".freeze, "lib/glyptodont/configuration.rb".freeze, "lib/glyptodont/formatting.rb".freeze, "lib/glyptodont/options.rb".freeze, "lib/glyptodont/todo_researcher.rb".freeze, "lib/glyptodont/version.rb".freeze, "script/bootstrap".freeze, "script/cibuild".freeze, "script/console".freeze, "script/setup".freeze, "script/test".freeze, "script/update".freeze]
  s.homepage = "https://github.com/johnsyweb/glyptodont/".freeze
  s.licenses = ["MIT".freeze]
  s.required_ruby_version = Gem::Requirement.new(">= 2.4.0".freeze)
  s.rubygems_version = "3.5.10".freeze
  s.summary = "A bit like `git grep 'T0D0'`, but better.".freeze

  s.specification_version = 4

  s.add_runtime_dependency(%q<git>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<rugged>.freeze, [">= 0".freeze])
end