cassandra-jars 0.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.
Binary file
@@ -0,0 +1,10 @@
1
+ # encoding: utf-8
2
+
3
+ require 'java'
4
+
5
+
6
+ CASSANDRA_LIB_HOME = File.expand_path('..', __FILE__)
7
+
8
+ $CLASSPATH << CASSANDRA_LIB_HOME
9
+
10
+ Dir["#{CASSANDRA_LIB_HOME}/*.jar"].each { |jar| require(jar) }
Binary file
Binary file
Binary file
data/lib/log4j.xml ADDED
@@ -0,0 +1,16 @@
1
+ <?xml version="1.0" encoding="UTF-8" ?>
2
+ <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
3
+
4
+ <log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/">
5
+ <appender name="console" class="org.apache.log4j.ConsoleAppender">
6
+ <param name="Target" value="System.out"/>
7
+ <layout class="org.apache.log4j.PatternLayout">
8
+ <param name="ConversionPattern" value="%-5p %c{1} - %m%n"/>
9
+ </layout>
10
+ </appender>
11
+
12
+ <root>
13
+ <priority value="ERROR" />
14
+ <appender-ref ref="console" />
15
+ </root>
16
+ </log4j:configuration>
metadata ADDED
@@ -0,0 +1,63 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: cassandra-jars
3
+ version: !ruby/object:Gem::Version
4
+ prerelease:
5
+ version: 0.8.0
6
+ platform: java
7
+ authors:
8
+ - Theo Hultberg
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+
13
+ date: 2011-08-07 00:00:00 +02:00
14
+ default_executable:
15
+ dependencies: []
16
+
17
+ description: ""
18
+ email:
19
+ - theo@iconara.net
20
+ executables: []
21
+
22
+ extensions: []
23
+
24
+ extra_rdoc_files: []
25
+
26
+ files:
27
+ - lib/cassandra-jars.rb
28
+ - lib/apache-cassandra-0.8.0.jar
29
+ - lib/apache-cassandra-thrift-0.8.0.jar
30
+ - lib/jamm-0.2.2.jar
31
+ - lib/libthrift-0.6.jar
32
+ - lib/log4j-1.2.16.jar
33
+ - lib/log4j.xml
34
+ has_rdoc: true
35
+ homepage: http://cassandra.apache.org
36
+ licenses: []
37
+
38
+ post_install_message:
39
+ rdoc_options: []
40
+
41
+ require_paths:
42
+ - lib
43
+ required_ruby_version: !ruby/object:Gem::Requirement
44
+ none: false
45
+ requirements:
46
+ - - ">="
47
+ - !ruby/object:Gem::Version
48
+ version: "0"
49
+ required_rubygems_version: !ruby/object:Gem::Requirement
50
+ none: false
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: "0"
55
+ requirements: []
56
+
57
+ rubyforge_project: cassandra-jars
58
+ rubygems_version: 1.5.1
59
+ signing_key:
60
+ specification_version: 3
61
+ summary: Cassandra JARs
62
+ test_files: []
63
+