bsearch 1.5.0

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,71 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: bsearch
3
+ version: !ruby/object:Gem::Version
4
+ prerelease:
5
+ version: 1.5.0
6
+ platform: ruby
7
+ authors:
8
+ - Satoru Takabayashi
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+
13
+ date: 2011-03-17 00:00:00 +09:00
14
+ default_executable:
15
+ dependencies: []
16
+
17
+ description: "The binary search algorithm is extracted from Jon Bentley's # Programming Pearls 2nd ed. p.93"
18
+ email:
19
+ executables: []
20
+
21
+ extensions: []
22
+
23
+ extra_rdoc_files: []
24
+
25
+ files:
26
+ - doc/bsearch.en.rd
27
+ - doc/bsearch.png
28
+ - doc/bsearch.ja.rd
29
+ - lib/bsearch/version.rb
30
+ - lib/bsearch.rb
31
+ - test/2-dict
32
+ - test/test.sh
33
+ - test/0-dict
34
+ - test/tmp.dict.test
35
+ - test/1000-dict
36
+ - test/Makefile
37
+ - test/tmp.dict.egrep
38
+ - test/test.rb
39
+ - test/1-dict
40
+ - test/sample.rb
41
+ - ChangeLog
42
+ has_rdoc: true
43
+ homepage: http://0xcc.net/ruby-bsearch/
44
+ licenses:
45
+ - Ruby's
46
+ post_install_message:
47
+ rdoc_options: []
48
+
49
+ require_paths:
50
+ - lib
51
+ required_ruby_version: !ruby/object:Gem::Requirement
52
+ none: false
53
+ requirements:
54
+ - - ">="
55
+ - !ruby/object:Gem::Version
56
+ version: "0"
57
+ required_rubygems_version: !ruby/object:Gem::Requirement
58
+ none: false
59
+ requirements:
60
+ - - ">="
61
+ - !ruby/object:Gem::Version
62
+ version: "0"
63
+ requirements: []
64
+
65
+ rubyforge_project:
66
+ rubygems_version: 1.6.0
67
+ signing_key:
68
+ specification_version: 3
69
+ summary: a binary search library for Ruby.
70
+ test_files: []
71
+