# -*- encoding: utf-8 -*-
# stub: helium-console 0.1.6 ruby lib

Gem::Specification.new do |s|
  s.name = "helium-console".freeze
  s.version = "0.1.6".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.metadata = { "homepage_uri" => "https://github.com/helium-rb/console", "source_code_uri" => "https://github.com/helium-rb/console" } if s.respond_to? :metadata=
  s.require_paths = ["lib".freeze]
  s.authors = ["Stanislaw Klajn".freeze]
  s.bindir = "exe".freeze
  s.date = "2021-07-09"
  s.email = ["sklajn@gmail.com".freeze]
  s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "helium-console.gemspec".freeze, "lib/helium/console.rb".freeze, "lib/helium/console/formatters/indent.rb".freeze, "lib/helium/console/formatters/max_lines.rb".freeze, "lib/helium/console/formatters/overflow.rb".freeze, "lib/helium/console/formatters/overflow/wrap.rb".freeze, "lib/helium/console/printer.rb".freeze, "lib/helium/console/registry.rb".freeze, "lib/helium/console/registry/array.rb".freeze, "lib/helium/console/registry/booleans.rb".freeze, "lib/helium/console/registry/hash.rb".freeze, "lib/helium/console/registry/module.rb".freeze, "lib/helium/console/registry/nil.rb".freeze, "lib/helium/console/registry/numeric.rb".freeze, "lib/helium/console/registry/object.rb".freeze, "lib/helium/console/registry/string.rb".freeze, "lib/helium/console/registry/symbol.rb".freeze, "lib/helium/console/registry/table.rb".freeze, "lib/helium/console/table.rb".freeze, "lib/helium/console/version.rb".freeze]
  s.homepage = "https://github.com/helium-rb/console".freeze
  s.licenses = ["MIT".freeze]
  s.required_ruby_version = Gem::Requirement.new(">= 2.3.0".freeze)
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Collection of tools for smooth integration with console".freeze

  s.specification_version = 4

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