libzdb 0.0.1

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.
Files changed (4) hide show
  1. checksums.yaml +7 -0
  2. data/lib/libzdb.rb +2 -0
  3. data/libzdb.gemspec +17 -0
  4. metadata +45 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 488d7ad6852d1868d7d5665640425cd5e3009107
4
+ data.tar.gz: 692c6337d04be77c34fd4977ae8b894039edacbd
5
+ SHA512:
6
+ metadata.gz: fd60bec780b15d21499cac8f339f870d30b200fb86e346582fee26da83b09bd47ef090bdfc16a58dcce8e07b9b348e86ec7abbf57b0065e398c297bbc354b08b
7
+ data.tar.gz: 51e1c62888e7d6862279fdb349efda5b06cb7f1a1c04ce58728a7f65c07bc13fa561bf3324abc60336a288d1472be6267425574f0e13d66e990a07df6008f30e
@@ -0,0 +1,2 @@
1
+ module ZDB
2
+ end
@@ -0,0 +1,17 @@
1
+ Gem::Specification.new do |s|
2
+ s.name = "libzdb"
3
+ s.version = "0.0.1"
4
+ s.authors = ["Paul Asmuth"]
5
+ s.date = "2017-05-04"
6
+ s.description = "libzdb ruby binding"
7
+ s.summary = "libzdb ruby binding"
8
+ s.email = "paul@libzdb.org"
9
+ s.files = %w(
10
+ libzdb.gemspec
11
+ lib/libzdb.rb
12
+ )
13
+ s.homepage = "http://github.com/paulasmuth/zdb"
14
+ s.licenses = ["BSD-3-Clause"]
15
+ s.require_paths = ["lib"]
16
+ s.rubygems_version = "1.8.10"
17
+ end
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: libzdb
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Paul Asmuth
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2017-05-04 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: libzdb ruby binding
14
+ email: paul@libzdb.org
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/libzdb.rb
20
+ - libzdb.gemspec
21
+ homepage: http://github.com/paulasmuth/zdb
22
+ licenses:
23
+ - BSD-3-Clause
24
+ metadata: {}
25
+ post_install_message:
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubyforge_project:
41
+ rubygems_version: 2.5.1
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: libzdb ruby binding
45
+ test_files: []