--- !ruby/object:Gem::Specification name: cute_print version: !ruby/object:Gem::Version version: 0.4.0 platform: ruby authors: - Wayne Conrad autorequire: bindir: bin cert_chain: [] date: 2014-10-26 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: ruby_parser requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.6' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.6' - !ruby/object:Gem::Dependency name: ruby2ruby requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.1' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.1' 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. email: wconrad@yagni.com executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.md files: - ".config/cucumber.yml" - ".rspec" - ".travis.yml" - ".yardopts" - CHANGELOG.md - Gemfile - Gemfile.lock - LICENSE - README.md - Rakefile - VERSION - cute_print.gemspec - features/.nav - features/call_chain.feature - features/configuring/configure_output.feature - features/configuring/configure_position_format.feature - features/configuring/readme.md - features/configuring/reset_configuration.feature - features/inspect/core.feature - features/inspect/inspect.feature - features/inspect/inspect_with_location.feature - features/inspect/inspect_with_source.feature - features/inspect/readme.md - features/pretty_print/pretty_print.feature - features/pretty_print/pretty_print_with_location.feature - features/pretty_print/pretty_print_with_source.feature - features/readme.md - features/support/env.rb - features/support/helpers/example.rb - features/support/helpers/example_runner.rb - features/support/helpers/fork_example_runner.rb - features/support/helpers/lib_path.rb - features/support/helpers/shell_example_runner.rb - features/support/helpers/temp_dir.rb - features/support/step_definitions.rb - lib/cute_print.rb - lib/cute_print/configure.rb - lib/cute_print/core.rb - lib/cute_print/core_ext.rb - lib/cute_print/core_ext/irb.rb - lib/cute_print/core_ext/object.rb - lib/cute_print/cute_print.rb - lib/cute_print/finds_foreign_caller.rb - lib/cute_print/format.rb - lib/cute_print/format/inspect.rb - lib/cute_print/format/pretty_print.rb - lib/cute_print/formatter.rb - lib/cute_print/inline_labeler.rb - lib/cute_print/labeler.rb - lib/cute_print/location.rb - lib/cute_print/location_label.rb - lib/cute_print/location_label/filename.rb - lib/cute_print/location_label/path.rb - lib/cute_print/mixin.rb - lib/cute_print/outline_labeler.rb - lib/cute_print/printer.rb - lib/cute_print/ruby_generator.rb - lib/cute_print/ruby_parser.rb - lib/cute_print/ruby_parser/block.rb - lib/cute_print/ruby_parser/method_call.rb - lib/cute_print/ruby_parser/parsed_code.rb - lib/cute_print/ruby_parser/wraps_sexp.rb - lib/cute_print/source_label.rb - lib/cute_print/stderr_out.rb - spec/cute_print_spec.rb - spec/format/inspect_spec.rb - spec/format/pretty_print_spec.rb - spec/inline_labeler_spec.rb - spec/irb_spec.rb - spec/labeler_spec.rb - spec/outline_labeler_spec.rb - spec/printer_spec.rb - spec/spec_helper.rb - spec/support/captures_stderr.rb - tasks/cucumber.rake - tasks/default.rake - tasks/jeweler.rake - tasks/spec.rake - tasks/test.rake - tasks/yard.rake - test_support/captures_stderr.rb - test_support/captures_stdout.rb - test_support/thread_unsafe_string_io.rb homepage: http://github.com/wconrad/cute_print licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.2.2 signing_key: specification_version: 4 summary: print debug to stderr, with flair test_files: []