gazay-kyotocabinet-ruby 1.28

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/extconf.rb +30 -0
  2. data/kyotocabinet.cc +4120 -0
  3. metadata +53 -0
metadata ADDED
@@ -0,0 +1,53 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: gazay-kyotocabinet-ruby
3
+ version: !ruby/object:Gem::Version
4
+ version: '1.28'
5
+ prerelease:
6
+ platform: ruby
7
+ authors:
8
+ - FAL Labs
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2012-01-10 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description: Kyoto Cabinet is a library of routines for managing a database. The
15
+ database is a simple data file containing records, each is a pair of a key and a
16
+ value. Every key and value is serial bytes with variable length. Both binary data
17
+ and character string can be used as a key and a value. Each key must be unique
18
+ within a database. There is neither concept of data tables nor data types. Records
19
+ are organized in hash table or B+ tree.
20
+ email:
21
+ - info@fallabs.com
22
+ executables: []
23
+ extensions:
24
+ - extconf.rb
25
+ extra_rdoc_files: []
26
+ files:
27
+ - extconf.rb
28
+ - kyotocabinet.cc
29
+ homepage: http://fallabs.com/kyotocabinet/
30
+ licenses: []
31
+ post_install_message:
32
+ rdoc_options: []
33
+ require_paths:
34
+ - lib
35
+ required_ruby_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ! '>='
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ none: false
41
+ required_rubygems_version: !ruby/object:Gem::Requirement
42
+ requirements:
43
+ - - ! '>='
44
+ - !ruby/object:Gem::Version
45
+ version: '0'
46
+ none: false
47
+ requirements: []
48
+ rubyforge_project: kyotocabinet-ruby
49
+ rubygems_version: 1.8.12
50
+ signing_key:
51
+ specification_version: 3
52
+ summary: ! 'Kyoto Cabinet: a straightforward implementation of DBM.'
53
+ test_files: []