# -*- encoding: utf-8 -*-
# stub: cute_print 0.3.0 ruby lib

Gem::Specification.new do |s|
  s.name = "cute_print".freeze
  s.version = "0.3.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 = ["Wayne Conrad".freeze]
  s.date = "2014-09-27"
  s.description = "Write debug output to stderr.  Optionally print the source filename and line number, or the source of the debug statement.  Easily inspect the middle of a call chain.".freeze
  s.email = "wconrad@yagni.com".freeze
  s.extra_rdoc_files = ["LICENSE".freeze, "README.md".freeze]
  s.files = [".config/cucumber.yml".freeze, ".rspec".freeze, ".travis.yml".freeze, ".yardopts".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "VERSION".freeze, "cute_print.gemspec".freeze, "features/.nav".freeze, "features/call_chain.feature".freeze, "features/configuring/configure_output.feature".freeze, "features/configuring/configure_position_format.feature".freeze, "features/configuring/readme.md".freeze, "features/configuring/reset_configuration.feature".freeze, "features/inspect/inspect.feature".freeze, "features/inspect/inspect_with_location.feature".freeze, "features/inspect/inspect_with_source.feature".freeze, "features/inspect/readme.md".freeze, "features/pretty_print/pretty_print.feature".freeze, "features/pretty_print/pretty_print_with_location.feature".freeze, "features/pretty_print/pretty_print_with_source.feature".freeze, "features/readme.md".freeze, "features/support/env.rb".freeze, "features/support/helpers/example.rb".freeze, "features/support/helpers/temp_dir.rb".freeze, "features/support/step_definitions.rb".freeze, "lib/cute_print.rb".freeze, "lib/cute_print/configure.rb".freeze, "lib/cute_print/core_ext.rb".freeze, "lib/cute_print/core_ext/irb.rb".freeze, "lib/cute_print/core_ext/object.rb".freeze, "lib/cute_print/default_printer.rb".freeze, "lib/cute_print/finds_foreign_caller.rb".freeze, "lib/cute_print/formatter.rb".freeze, "lib/cute_print/location.rb".freeze, "lib/cute_print/mixin.rb".freeze, "lib/cute_print/printer.rb".freeze, "lib/cute_print/ruby_generator.rb".freeze, "lib/cute_print/ruby_parser.rb".freeze, "lib/cute_print/ruby_parser/block.rb".freeze, "lib/cute_print/ruby_parser/method_call.rb".freeze, "lib/cute_print/ruby_parser/parsed_code.rb".freeze, "lib/cute_print/ruby_parser/wraps_sexp.rb".freeze, "lib/cute_print/stderr_out.rb".freeze, "spec/cute_print_spec.rb".freeze, "spec/irb_spec.rb".freeze, "spec/printer_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/captures_stderr.rb".freeze, "tasks/cucumber.rake".freeze, "tasks/default.rake".freeze, "tasks/jeweler.rake".freeze, "tasks/spec.rake".freeze, "tasks/test.rake".freeze, "tasks/yard.rake".freeze, "test_support/captures_stderr.rb".freeze, "test_support/captures_stdout.rb".freeze, "test_support/thread_unsafe_string_io.rb".freeze]
  s.homepage = "http://github.com/wconrad/cute_print".freeze
  s.licenses = ["MIT".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "print debug to stderr, with flair".freeze

  s.specification_version = 4

  s.add_runtime_dependency(%q<ruby_parser>.freeze, ["~> 3.6".freeze])
  s.add_runtime_dependency(%q<ruby2ruby>.freeze, ["~> 2.1".freeze])
end