# -*- encoding: utf-8 -*- # stub: scout-essentials 1.6.0 ruby lib Gem::Specification.new do |s| s.name = "scout-essentials".freeze s.version = "1.6.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 = "2024-06-05" s.description = "Things a scout can use anywhere".freeze s.email = "mikisvaz@gmail.com".freeze s.extra_rdoc_files = ["LICENSE.txt".freeze, "README.rdoc".freeze] s.files = [".document".freeze, ".vimproject".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.rdoc".freeze, "Rakefile".freeze, "VERSION".freeze, "lib/scout-essentials.rb".freeze, "lib/scout/annotation.rb".freeze, "lib/scout/annotation/annotated_object.rb".freeze, "lib/scout/annotation/annotation_module.rb".freeze, "lib/scout/annotation/array.rb".freeze, "lib/scout/cmd.rb".freeze, "lib/scout/concurrent_stream.rb".freeze, "lib/scout/config.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/log/trap.rb".freeze, "lib/scout/misc.rb".freeze, "lib/scout/misc/digest.rb".freeze, "lib/scout/misc/filesystem.rb".freeze, "lib/scout/misc/format.rb".freeze, "lib/scout/misc/helper.rb".freeze, "lib/scout/misc/insist.rb".freeze, "lib/scout/misc/math.rb".freeze, "lib/scout/misc/monitor.rb".freeze, "lib/scout/misc/system.rb".freeze, "lib/scout/named_array.rb".freeze, "lib/scout/open.rb".freeze, "lib/scout/open/lock.rb".freeze, "lib/scout/open/lock/lockfile.rb".freeze, "lib/scout/open/remote.rb".freeze, "lib/scout/open/stream.rb".freeze, "lib/scout/open/util.rb".freeze, "lib/scout/path.rb".freeze, "lib/scout/path/find.rb".freeze, "lib/scout/path/tmpfile.rb".freeze, "lib/scout/path/util.rb".freeze, "lib/scout/persist.rb".freeze, "lib/scout/persist/open.rb".freeze, "lib/scout/persist/path.rb".freeze, "lib/scout/persist/serialize.rb".freeze, "lib/scout/resource.rb".freeze, "lib/scout/resource/open.rb".freeze, "lib/scout/resource/path.rb".freeze, "lib/scout/resource/produce.rb".freeze, "lib/scout/resource/produce/rake.rb".freeze, "lib/scout/resource/scout.rb".freeze, "lib/scout/resource/software.rb".freeze, "lib/scout/resource/util.rb".freeze, "lib/scout/simple_opt.rb".freeze, "lib/scout/simple_opt/accessor.rb".freeze, "lib/scout/simple_opt/doc.rb".freeze, "lib/scout/simple_opt/get.rb".freeze, "lib/scout/simple_opt/parse.rb".freeze, "lib/scout/simple_opt/setup.rb".freeze, "lib/scout/tmpfile.rb".freeze, "scout-essentials.gemspec".freeze, "share/color/color_names".freeze, "share/color/diverging_colors.hex".freeze, "share/software/install_helpers".freeze, "test/scout/annotation/test_annotated_object.rb".freeze, "test/scout/annotation/test_array.rb".freeze, "test/scout/indiferent_hash/test_case_insensitive.rb".freeze, "test/scout/indiferent_hash/test_options.rb".freeze, "test/scout/log/test_color.rb".freeze, "test/scout/log/test_fingerprint.rb".freeze, "test/scout/log/test_progress.rb".freeze, "test/scout/misc/test_digest.rb".freeze, "test/scout/misc/test_filesystem.rb".freeze, "test/scout/misc/test_helper.rb".freeze, "test/scout/misc/test_insist.rb".freeze, "test/scout/misc/test_math.rb".freeze, "test/scout/misc/test_system.rb".freeze, "test/scout/open/test_lock.rb".freeze, "test/scout/open/test_remote.rb".freeze, "test/scout/open/test_stream.rb".freeze, "test/scout/open/test_util.rb".freeze, "test/scout/path/test_find.rb".freeze, "test/scout/path/test_util.rb".freeze, "test/scout/persist/test_open.rb".freeze, "test/scout/persist/test_path.rb".freeze, "test/scout/persist/test_serialize.rb".freeze, "test/scout/resource/test_path.rb".freeze, "test/scout/resource/test_produce.rb".freeze, "test/scout/resource/test_software.rb".freeze, "test/scout/resource/test_util.rb".freeze, "test/scout/simple_opt/test_doc.rb".freeze, "test/scout/simple_opt/test_get.rb".freeze, "test/scout/simple_opt/test_parse.rb".freeze, "test/scout/simple_opt/test_setup.rb".freeze, "test/scout/test_annotation.rb".freeze, "test/scout/test_cmd.rb".freeze, "test/scout/test_concurrent_stream.rb".freeze, "test/scout/test_config.rb".freeze, "test/scout/test_indiferent_hash.rb".freeze, "test/scout/test_log.rb".freeze, "test/scout/test_misc.rb".freeze, "test/scout/test_named_array.rb".freeze, "test/scout/test_open.rb".freeze, "test/scout/test_path.rb".freeze, "test/scout/test_persist.rb".freeze, "test/scout/test_resource.rb".freeze, "test/scout/test_tmpfile.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "http://github.com/mikisvaz/scout-essentials".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Scout essential tools".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.12".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.1.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end