--- !ruby/object:Gem::Specification name: linecache2 version: !ruby/object:Gem::Version version: 1.4.0 platform: ruby authors: - R. Bernstein autorequire: bindir: bin cert_chain: [] date: 2016-07-22 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.7' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.7' description: | LineCache is a module for reading and caching lines. This may be useful for example in a debugger where the same lines are shown many times. This version works only with a Ruby 2.0 or greater. email: rockyb@rubyforge.net executables: [] extensions: [] extra_rdoc_files: - README.md - lib/tracelines.rb files: - AUTHORS - COPYING - ChangeLog - NEWS - README.md - Rakefile - lib/linecache2.rb - lib/linecache2/colors.rb - lib/linecache2/version.rb - lib/tracelines.rb - test/data/begin1.rb - test/data/begin2.rb - test/data/begin3.rb - test/data/block1.rb - test/data/block2.rb - test/data/case1.rb - test/data/case2.rb - test/data/case3.rb - test/data/case4.rb - test/data/case5.rb - test/data/class1.rb - test/data/comments1.rb - test/data/def1.rb - test/data/each1.rb - test/data/end.rb - test/data/for1.rb - test/data/if1.rb - test/data/if2.rb - test/data/if3.rb - test/data/if4.rb - test/data/if5.rb - test/data/if6.rb - test/data/if7.rb - test/data/match.rb - test/data/match3.rb - test/data/match3a.rb - test/data/not-lit.rb - test/lnum-diag.rb - test/parse-show.rb - test/rcov-bug.rb - test/short-file - test/test-linecache.rb - test/test-lnum.rb - test/test-tracelines.rb homepage: http://github.com/rocky/rb-linecache2 licenses: - GPL2 metadata: {} post_install_message: rdoc_options: - "--main" - README.md - "--title" - LineCache 1.4.0 Documentation require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.0.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.4.8 signing_key: specification_version: 4 summary: Module to read and cache Ruby program files and file information test_files: [] has_rdoc: true