oklahoma_mixer 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,115 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: oklahoma_mixer
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - James Edward Gray II
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2010-01-01 00:00:00 -06:00
13
+ default_executable:
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: ffi
17
+ type: :runtime
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: 0.5.4
24
+ version:
25
+ - !ruby/object:Gem::Dependency
26
+ name: rake
27
+ type: :development
28
+ version_requirement:
29
+ version_requirements: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: "0"
34
+ version:
35
+ description: |
36
+ Oklahoma Mixer is a intended to be an all inclusive wrapper for Tokyo Cabinet.
37
+ It provides Rubyish interfaces for all database types and supports the full
38
+ range of features provided.
39
+
40
+ email: james@graysoftinc.com
41
+ executables: []
42
+
43
+ extensions: []
44
+
45
+ extra_rdoc_files:
46
+ - README.rdoc
47
+ - INSTALL.rdoc
48
+ - TODO.rdoc
49
+ - CHANGELOG.rdoc
50
+ - AUTHORS.rdoc
51
+ - MIT-LICENSE
52
+ files:
53
+ - lib/oklahoma_mixer/array_list/c.rb
54
+ - lib/oklahoma_mixer/array_list.rb
55
+ - lib/oklahoma_mixer/error.rb
56
+ - lib/oklahoma_mixer/extensible_string/c.rb
57
+ - lib/oklahoma_mixer/extensible_string.rb
58
+ - lib/oklahoma_mixer/hash_database/c.rb
59
+ - lib/oklahoma_mixer/hash_database.rb
60
+ - lib/oklahoma_mixer/utilities.rb
61
+ - lib/oklahoma_mixer.rb
62
+ - test/binary_data_test.rb
63
+ - test/file_system_test.rb
64
+ - test/getting_and_setting_keys_test.rb
65
+ - test/iteration_test.rb
66
+ - test/test_helper.rb
67
+ - test/top_level_interface_test.rb
68
+ - test/transactions_test.rb
69
+ - test/tuning_test.rb
70
+ - AUTHORS.rdoc
71
+ - CHANGELOG.rdoc
72
+ - INSTALL.rdoc
73
+ - README.rdoc
74
+ - TODO.rdoc
75
+ - MIT-LICENSE
76
+ - Rakefile
77
+ has_rdoc: true
78
+ homepage: http://github.com/JEG2/oklahoma_mixer
79
+ licenses: []
80
+
81
+ post_install_message:
82
+ rdoc_options:
83
+ - --title
84
+ - Oklahoma Mixer Documentation
85
+ - --main
86
+ - README.rdoc
87
+ require_paths:
88
+ - lib
89
+ required_ruby_version: !ruby/object:Gem::Requirement
90
+ requirements:
91
+ - - ">="
92
+ - !ruby/object:Gem::Version
93
+ version: "0"
94
+ version:
95
+ required_rubygems_version: !ruby/object:Gem::Requirement
96
+ requirements:
97
+ - - ">="
98
+ - !ruby/object:Gem::Version
99
+ version: "0"
100
+ version:
101
+ requirements: []
102
+
103
+ rubyforge_project:
104
+ rubygems_version: 1.3.5
105
+ signing_key:
106
+ specification_version: 3
107
+ summary: An full featured and robust FFI interface to Tokyo Cabinet.
108
+ test_files:
109
+ - test/binary_data_test.rb
110
+ - test/file_system_test.rb
111
+ - test/getting_and_setting_keys_test.rb
112
+ - test/iteration_test.rb
113
+ - test/top_level_interface_test.rb
114
+ - test/transactions_test.rb
115
+ - test/tuning_test.rb