jdbc-luciddb 0.9.3
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.
- data/LICENSE.txt +5 -0
- data/README.md +13 -0
- data/Rakefile +2 -0
- data/lib/LucidDbClient-0.9.3.jar +0 -0
- data/lib/jdbc/luciddb.rb +10 -0
- metadata +60 -0
data/LICENSE.txt
ADDED
data/README.md
ADDED
data/Rakefile
ADDED
|
Binary file
|
data/lib/jdbc/luciddb.rb
ADDED
metadata
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: jdbc-luciddb
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
prerelease:
|
|
5
|
+
version: 0.9.3
|
|
6
|
+
platform: ruby
|
|
7
|
+
authors:
|
|
8
|
+
- Raimonds Simanovskis
|
|
9
|
+
autorequire:
|
|
10
|
+
bindir: bin
|
|
11
|
+
cert_chain: []
|
|
12
|
+
|
|
13
|
+
date: 2011-06-30 00:00:00 +03:00
|
|
14
|
+
default_executable:
|
|
15
|
+
dependencies: []
|
|
16
|
+
|
|
17
|
+
description: Install this gem and require 'jdbc/luciddb' within JRuby to load the driver.
|
|
18
|
+
email: raimonds.simanovskis@gmail.com
|
|
19
|
+
executables: []
|
|
20
|
+
|
|
21
|
+
extensions: []
|
|
22
|
+
|
|
23
|
+
extra_rdoc_files: []
|
|
24
|
+
|
|
25
|
+
files:
|
|
26
|
+
- Rakefile
|
|
27
|
+
- README.md
|
|
28
|
+
- LICENSE.txt
|
|
29
|
+
- lib/LucidDbClient-0.9.3.jar
|
|
30
|
+
- lib/jdbc/luciddb.rb
|
|
31
|
+
has_rdoc: true
|
|
32
|
+
homepage: http://github.com/rsim/jdbc-luciddb
|
|
33
|
+
licenses: []
|
|
34
|
+
|
|
35
|
+
post_install_message:
|
|
36
|
+
rdoc_options: []
|
|
37
|
+
|
|
38
|
+
require_paths:
|
|
39
|
+
- lib
|
|
40
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
41
|
+
none: false
|
|
42
|
+
requirements:
|
|
43
|
+
- - ">="
|
|
44
|
+
- !ruby/object:Gem::Version
|
|
45
|
+
version: "0"
|
|
46
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
47
|
+
none: false
|
|
48
|
+
requirements:
|
|
49
|
+
- - ">="
|
|
50
|
+
- !ruby/object:Gem::Version
|
|
51
|
+
version: "0"
|
|
52
|
+
requirements: []
|
|
53
|
+
|
|
54
|
+
rubyforge_project:
|
|
55
|
+
rubygems_version: 1.5.1
|
|
56
|
+
signing_key:
|
|
57
|
+
specification_version: 3
|
|
58
|
+
summary: LucidDB JDBC driver for Java.
|
|
59
|
+
test_files: []
|
|
60
|
+
|