kyotocabinet-ruby-reanimated 1.32

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