hector-core-jars 1.0.r2-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
Binary file
Binary file
Binary file
@@ -0,0 +1,8 @@
1
+ # encoding: utf-8
2
+
3
+ require 'java'
4
+ require 'cassandra-jars'
5
+
6
+ HECTOR_LIB_HOME = File.expand_path('..', __FILE__)
7
+
8
+ Dir["#{HECTOR_LIB_HOME}/*.jar"].each { |jar| require(jar) }
Binary file
Binary file
Binary file
Binary file
metadata ADDED
@@ -0,0 +1,73 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: hector-core-jars
3
+ version: !ruby/object:Gem::Version
4
+ prerelease: 4
5
+ version: 1.0.r2
6
+ platform: java
7
+ authors:
8
+ - Theo Hultberg
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+
13
+ date: 2012-04-05 00:00:00 Z
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: cassandra-jars
17
+ prerelease: false
18
+ requirement: &id001 !ruby/object:Gem::Requirement
19
+ none: false
20
+ requirements:
21
+ - - ~>
22
+ - !ruby/object:Gem::Version
23
+ version: 1.0.0
24
+ type: :runtime
25
+ version_requirements: *id001
26
+ description: ""
27
+ email:
28
+ - theo@iconara.net
29
+ executables: []
30
+
31
+ extensions: []
32
+
33
+ extra_rdoc_files: []
34
+
35
+ files:
36
+ - lib/hector-core-jars.rb
37
+ - lib/commons-lang-2.6.jar
38
+ - lib/commons-pool-1.6.jar
39
+ - lib/guava-11.0.1.jar
40
+ - lib/hector-core-1.0-2.jar
41
+ - lib/jsr305-1.3.9.jar
42
+ - lib/slf4j-api-1.6.1.jar
43
+ - lib/speed4j-0.9.jar
44
+ - lib/uuid-3.2.0.jar
45
+ homepage: ""
46
+ licenses: []
47
+
48
+ post_install_message:
49
+ rdoc_options: []
50
+
51
+ require_paths:
52
+ - lib
53
+ required_ruby_version: !ruby/object:Gem::Requirement
54
+ none: false
55
+ requirements:
56
+ - - ">="
57
+ - !ruby/object:Gem::Version
58
+ version: "0"
59
+ required_rubygems_version: !ruby/object:Gem::Requirement
60
+ none: false
61
+ requirements:
62
+ - - ">"
63
+ - !ruby/object:Gem::Version
64
+ version: 1.3.1
65
+ requirements: []
66
+
67
+ rubyforge_project: hector-core-jars
68
+ rubygems_version: 1.8.11
69
+ signing_key:
70
+ specification_version: 3
71
+ summary: ""
72
+ test_files: []
73
+