archipelago_rbtree 0.2.6

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 ADDED
@@ -0,0 +1,63 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.9.2
3
+ specification_version: 1
4
+ name: archipelago_rbtree
5
+ version: !ruby/object:Gem::Version
6
+ version: 0.2.6
7
+ date: 2007-05-14 00:00:00 +02:00
8
+ summary: A patched version of the rbtree code that accepts each and reverse_each with offsets.
9
+ require_paths:
10
+ - lib
11
+ email: zond at troja dot ath dot cx
12
+ homepage:
13
+ rubyforge_project:
14
+ description:
15
+ autorequire: archipelago_rbtree
16
+ default_executable:
17
+ bindir: bin
18
+ has_rdoc: false
19
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
20
+ requirements:
21
+ - - ">"
22
+ - !ruby/object:Gem::Version
23
+ version: 0.0.0
24
+ version:
25
+ platform: ruby
26
+ signing_key:
27
+ cert_chain:
28
+ post_install_message:
29
+ authors:
30
+ - OZAWA Takuma, Kaz Kylheku, Martin Kihlgren
31
+ files:
32
+ - archipelago_rbtree.bundle
33
+ - archipelago_rbtree.o
34
+ - ChangeLog
35
+ - depend
36
+ - dict.o
37
+ - ext
38
+ - ext/archipelago_rbtree.c
39
+ - ext/dict.c
40
+ - ext/dict.h
41
+ - ext/extconf.rb
42
+ - LICENSE
43
+ - Makefile
44
+ - mkmf.log
45
+ - pkg
46
+ - Rakefile
47
+ - README
48
+ - tests
49
+ - tests/rbtree_test.rb
50
+ test_files:
51
+ - tests/rbtree_test.rb
52
+ rdoc_options: []
53
+
54
+ extra_rdoc_files: []
55
+
56
+ executables: []
57
+
58
+ extensions:
59
+ - ext/extconf.rb
60
+ requirements: []
61
+
62
+ dependencies: []
63
+