# -*- encoding: utf-8 -*-
# stub: scout-gear 1.2.0 ruby lib

Gem::Specification.new do |s|
  s.name = "scout-gear".freeze
  s.version = "1.2.0".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Miguel Vazquez".freeze]
  s.date = "2023-03-24"
  s.description = "Temporary files, logs, etc.".freeze
  s.email = "mikisvaz@gmail.com".freeze
  s.executables = ["scout".freeze]
  s.extra_rdoc_files = ["LICENSE.txt".freeze, "README.rdoc".freeze]
  s.files = [".document".freeze, ".vimproject".freeze, "LICENSE.txt".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "bin/scout".freeze, "lib/scout-gear.rb".freeze, "lib/scout/exceptions.rb".freeze, "lib/scout/indiferent_hash.rb".freeze, "lib/scout/indiferent_hash/case_insensitive.rb".freeze, "lib/scout/indiferent_hash/options.rb".freeze, "lib/scout/log.rb".freeze, "lib/scout/log/color.rb".freeze, "lib/scout/log/color_class.rb".freeze, "lib/scout/log/fingerprint.rb".freeze, "lib/scout/log/progress.rb".freeze, "lib/scout/log/progress/report.rb".freeze, "lib/scout/log/progress/util.rb".freeze, "lib/scout/meta_extension.rb".freeze, "lib/scout/misc.rb".freeze, "lib/scout/path.rb".freeze, "lib/scout/path/find.rb".freeze, "lib/scout/path/util.rb".freeze, "lib/scout/tmpfile.rb".freeze, "scout-gear.gemspec".freeze, "test/scout/indiferent_hash/test_options.rb".freeze, "test/scout/log/test_progress.rb".freeze, "test/scout/path/test_find.rb".freeze, "test/scout/path/test_util.rb".freeze, "test/scout/test_indiferent_hash.rb".freeze, "test/scout/test_log.rb".freeze, "test/scout/test_meta_extension.rb".freeze, "test/scout/test_misc.rb".freeze, "test/scout/test_path.rb".freeze, "test/scout/test_tmpfile.rb".freeze, "test/test_helper.rb".freeze]
  s.homepage = "http://github.com/mikisvaz/scout-gear".freeze
  s.licenses = ["MIT".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "basic gear for scouts".freeze

  s.specification_version = 4

  s.add_runtime_dependency(%q<term-ansicolor>.freeze, [">= 0".freeze])
  s.add_development_dependency(%q<rdoc>.freeze, ["~> 3.12".freeze])
  s.add_development_dependency(%q<bundler>.freeze, ["~> 1.0".freeze])
  s.add_development_dependency(%q<juwelier>.freeze, ["~> 2.1.0".freeze])
  s.add_development_dependency(%q<simplecov>.freeze, [">= 0".freeze])
end