cursor 0.6 → 0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -3,18 +3,18 @@ rubygems_version: 0.8.10
3
3
  specification_version: 1
4
4
  name: cursor
5
5
  version: !ruby/object:Gem::Version
6
- version: "0.6"
7
- date: 2005-05-25
6
+ version: "0.8"
7
+ date: 2005-07-21
8
8
  summary: external iterator API
9
9
  require_paths:
10
10
  - "."
11
- email:
12
- homepage:
11
+ email: Eric under Mahurin at yahoo dot com
12
+ homepage: http://rubyforge.org/projects/cursor/
13
13
  rubyforge_project: cursor
14
14
  description:
15
- autorequire: cursor
15
+ autorequire:
16
16
  default_executable:
17
- bindir: bin
17
+ bindir:
18
18
  has_rdoc: true
19
19
  required_ruby_version: !ruby/object:Gem::Version::Requirement
20
20
  requirements:
@@ -28,7 +28,35 @@ authors:
28
28
  - Eric Mahurin
29
29
  files:
30
30
  - cursor.rb
31
- test_files: []
31
+ - regexp_cursor.rb
32
+ - weakrefset.rb
33
+ - duck.rb
34
+ - cursor/position.rb
35
+ - cursor/circular.rb
36
+ - cursor/usenext.rb
37
+ - cursor/buffered.rb
38
+ - cursor/indexed.rb
39
+ - cursor/test.rb
40
+ - cursor/lined.rb
41
+ - cursor/usereadwrite.rb
42
+ - cursor/test_cursors.rb
43
+ - cursor/io.rb
44
+ - cursor/split.rb
45
+ - cursor/usedeleteinsert.rb
46
+ - cursor/shifting.rb
47
+ - cursor/linked.rb
48
+ - cursor/reversed.rb
49
+ - cursor/useposition.rb
50
+ - cursor/test_circulars.rb
51
+ - cursor/usenext/position.rb
52
+ - cursor/circular/indexed.rb
53
+ - cursor/circular/linked.rb
54
+ - cursor/circular/shifting.rb
55
+ - cursor/circular/split.rb
56
+ - cursor/circular/position.rb
57
+ test_files:
58
+ - cursor/test_cursors.rb
59
+ - cursor/test_circulars.rb
32
60
  rdoc_options: []
33
61
  extra_rdoc_files: []
34
62
  executables: []