--- !ruby/object:Gem::Specification 
name: linecache
version: !ruby/object:Gem::Version 
  version: "0.41"
platform: ruby
authors: 
- R. Bernstein
autorequire: 
bindir: bin
cert_chain: []

date: 2008-04-10 00:00:00 -04:00
default_executable: 
dependencies: []

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.
email: rockyb@rubyforge.net
executables: []

extensions: []

extra_rdoc_files: 
- README
- lib/linecache.rb
- lib/tracelines.rb
files: 
- AUTHORS
- COPYING
- ChangeLog
- NEWS
- README
- Rakefile
- VERSION
- ext/trace_nums.c
- ext/trace_nums.h
- ext/trace_nums.o
- ext/trace_nums.so
- ext/extconf.rb
- lib/linecache.rb
- lib/tracelines.rb
- test/test-linecache.rb
- test/rcov-bug.rb
- test/test-tracelines.rb
- test/test-lnum.rb
- test/parse-show.rb
- test/lnum-diag.rb
- test/data/def1.rb
- test/data/if1.rb
- test/data/match3.rb
- test/data/if2.rb
- test/data/match3a.rb
- test/data/each1.rb
- test/data/if3.rb
- test/data/if4.rb
- test/data/if5.rb
- test/data/class1.rb
- test/data/not-lit.rb
- test/data/case1.rb
- test/data/match.rb
- test/data/case2.rb
- test/data/case3.rb
- test/data/case4.rb
- test/data/case5.rb
- test/data/begin1.rb
- test/data/end.rb
- test/data/comments1.rb
- test/data/begin2.rb
- test/data/for1.rb
- test/data/begin3.rb
- test/data/block1.rb
- test/data/block2.rb
- test/data/if6.rb
- test/data/if7.rb
- test/short-file
has_rdoc: true
homepage: http://rubyforge.org/projects/rocky-hacks/linecache
post_install_message: 
rdoc_options: []

require_paths: 
- lib
required_ruby_version: !ruby/object:Gem::Requirement 
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      version: 1.8.2
  version: 
required_rubygems_version: !ruby/object:Gem::Requirement 
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      version: "0"
  version: 
requirements: []

rubyforge_project: rocky-hacks
rubygems_version: 1.0.1
signing_key: 
specification_version: 2
summary: Read file with caching
test_files: []