Sha256: ca02e9049bc0e147aca2b55523fe36040315969135155092195e49371cb6ffa0
Contents?: true
Size: 1.86 KB
Versions: 0
Compression: gzip
Compressed size: 784 Bytes
Stored size: 784 Bytes
Contents
--- !ruby/object:Gem::Specification rubygems_version: 0.9.4 specification_version: 1 name: linecache version: !ruby/object:Gem::Version version: "0.41" 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: mswin32 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 - lib/trace_nums.so test_files: [] rdoc_options: [] extra_rdoc_files: - README - lib/linecache.rb - lib/tracelines.rb executables: [] extensions: [] requirements: [] dependencies: []