--- !ruby/object:Gem::Specification name: linecache-tf version: !ruby/object:Gem::Version version: '1.2' prerelease: platform: ruby authors: - R. Bernstein autorequire: bindir: bin cert_chain: [] date: 2014-11-20 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rb-threadframe requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0.32' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0.32' 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 patched version of Ruby 1.9.2 or 1.9.3 and rb-threadframe. ' email: rockyb@rubyforge.net executables: [] extensions: [] extra_rdoc_files: - README - lib/linecache.rb - lib/tracelines.rb files: - AUTHORS - COPYING - ChangeLog - NEWS - README - Rakefile - lib/linecache.rb - lib/tracelines.rb - test/lnum-diag.rb - test/parse-show.rb - test/rcov-bug.rb - test/test-linecache.rb - test/test-lnum.rb - test/test-tracelines.rb - test/data/end.rb - test/data/each1.rb - test/data/not-lit.rb - test/data/match.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/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/match3.rb - test/data/match3a.rb - test/short-file homepage: http://rubyforge.org/projects/rocky-hacks/linecache licenses: - GPL2 post_install_message: rdoc_options: - --main - README - --title - LineCache 1.2 Documentation require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 1.9.2 required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rocky-hacks rubygems_version: 1.8.23 signing_key: specification_version: 3 summary: Module to read and cache Ruby program files and file information test_files: []