Sha256: e1841deac121b013cb4e9b6f2b14d278a368b41488c7629a8009b6cd23ac3ccf
Contents?: true
Size: 1.98 KB
Versions: 0
Compression: gzip
Compressed size: 777 Bytes
Stored size: 777 Bytes
Contents
--- !ruby/object:Gem::Specification rubygems_version: 0.9.4 specification_version: 1 name: linecache version: !ruby/object:Gem::Version version: "0.42" date: 2008-04-10 00:00:00 -04:00 summary: Read file with caching require_paths: - lib email: rockyb@rubyforge.net homepage: http://rubyforge.org/projects/rocky-hacks/linecache rubyforge_project: rocky-hacks 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. autorequire: default_executable: bindir: bin has_rdoc: true required_ruby_version: !ruby/object:Gem::Version::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.8.2 version: platform: ruby signing_key: cert_chain: post_install_message: authors: - R. Bernstein files: - AUTHORS - COPYING - ChangeLog - NEWS - README - Rakefile - VERSION - ext/trace_nums.c - ext/trace_nums.h - ext/extconf.rb - lib/tracelines.rb - lib/linecache.rb - test/rcov-bug.rb - test/test-tracelines.rb - test/test-lnum.rb - test/test-linecache.rb - test/parse-show.rb - test/lnum-diag.rb - test/data/for1.rb - test/data/if6.rb - test/data/comments1.rb - test/data/if3.rb - test/data/if5.rb - test/data/begin3.rb - test/data/end.rb - test/data/case1.rb - test/data/match.rb - test/data/begin2.rb - test/data/match3.rb - test/data/case5.rb - test/data/not-lit.rb - test/data/match3a.rb - test/data/if7.rb - test/data/if4.rb - test/data/case2.rb - test/data/block2.rb - test/data/begin1.rb - test/data/def1.rb - test/data/if1.rb - test/data/class1.rb - test/data/if2.rb - test/data/block1.rb - test/data/case3.rb - test/data/each1.rb - test/data/case4.rb - test/short-file test_files: - test/rcov-bug.rb - test/test-tracelines.rb - test/test-lnum.rb - test/test-linecache.rb - test/parse-show.rb - test/lnum-diag.rb rdoc_options: [] extra_rdoc_files: - README - lib/linecache.rb - lib/tracelines.rb executables: [] extensions: - ext/extconf.rb requirements: [] dependencies: []