bigrecord-driver 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
data/MIT-LICENSE CHANGED
File without changes
data/README.rdoc CHANGED
@@ -4,6 +4,7 @@ Bigrecord drivers that use JRuby DRb servers to connect with databases through t
4
4
 
5
5
  == Requirements
6
6
 
7
+ * HBase 0.20.1
7
8
  * JRuby 1.3.0+
8
9
 
9
10
  == Installation
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.4
1
+ 0.0.5
data/bin/cassandra-driver CHANGED
File without changes
data/bin/hbase-driver CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bigrecord-driver
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - openplaces.org
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-10-14 00:00:00 -04:00
12
+ date: 2009-12-02 00:00:00 -05:00
13
13
  default_executable: hbase-driver
14
14
  dependencies: []
15
15
 
@@ -50,8 +50,8 @@ files:
50
50
  - vendor/java/cassandra/log4j-1.2.15.jar
51
51
  - vendor/java/hbase/commons-logging-1.0.4.jar
52
52
  - vendor/java/hbase/commons-logging-api-1.0.4.jar
53
- - vendor/java/hbase/hadoop-0.20.1-core.jar
54
- - vendor/java/hbase/hbase-0.20.1.jar
53
+ - vendor/java/hbase/hadoop-0.20.1-hdfs127-core.jar
54
+ - vendor/java/hbase/hbase-0.20.2.jar
55
55
  - vendor/java/hbase/log4j-1.2.13.jar
56
56
  - vendor/java/hbase/zookeeper-3.2.1.jar
57
57
  has_rdoc: true