leveldbjni-jars 1.8.0-java

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.
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ ZmI4ODM5ODA2MTgyMTA2ODdmOTFmYmU0YzMzZTJlZTg2NzI1YWZlYg==
5
+ data.tar.gz: !binary |-
6
+ ZTY4YTdkNjQ1ZmYzOGFkZWQ0ZjlhM2VhM2UyOTQyNGJiZjRlNjAwMQ==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ ZjQ0NDdiN2Q5ODg5NzcxZWI5MTY3MjFmYjc1ODIyMmEyNzYxYjBiZjdhYzdi
10
+ NDZhM2M3ZTIyNWI3MTMyYTk4YWY4MjlmNDE2ODljNGQ4ZDBiZDVjMWJkNWI5
11
+ MTdhNDQwNzEwMDk1YmUwZGY1OGM1ZTdlN2Y0ZDU0ZjM1NTU5NDI=
12
+ data.tar.gz: !binary |-
13
+ MTkzZTU2MDEzZjhkZWM2ZThhMGVkMDBmMzlmZTM3ZTQwZjA5YTNmZDE2Yzlj
14
+ YjI4M2YwMTk1OGZhYjIwYjM0ZjllYzJiODNlN2IxNDk2NDM4MWJjZjVkOTUx
15
+ YzQyOWZkYWZkM2ZjNTAwMzg4NjhlYTZmZWI5OTI3OGMyMmU1ZDQ=
Binary file
@@ -0,0 +1,5 @@
1
+ # encoding: utf-8
2
+
3
+ require 'java'
4
+
5
+ Dir["#{File.expand_path('..', __FILE__)}/*.jar"].each { |jar| require(jar) }
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: leveldbjni-jars
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.8.0
5
+ platform: java
6
+ authors:
7
+ - Theo Hultberg
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-01-08 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Gem package of leveldbjni
14
+ email:
15
+ - theo@iconara.net
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/leveldbjni-jars.rb
21
+ - lib/leveldbjni-all-1.8.jar
22
+ homepage: https://github.com/iconara/jar-gems
23
+ licenses: []
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: leveldbjni-jars
41
+ rubygems_version: 2.1.5
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: Gem package of leveldbjni
45
+ test_files: []