eurydice 1.0.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.
metadata ADDED
@@ -0,0 +1,99 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: eurydice
3
+ version: !ruby/object:Gem::Version
4
+ prerelease: false
5
+ segments:
6
+ - 1
7
+ - 0
8
+ - 0
9
+ version: 1.0.0
10
+ platform: java
11
+ authors:
12
+ - Theo Hultberg
13
+ autorequire:
14
+ bindir: bin
15
+ cert_chain: []
16
+
17
+ date: 2011-08-07 00:00:00 +02:00
18
+ default_executable:
19
+ dependencies:
20
+ - !ruby/object:Gem::Dependency
21
+ name: pelops-jars
22
+ prerelease: false
23
+ requirement: &id001 !ruby/object:Gem::Requirement
24
+ requirements:
25
+ - - "="
26
+ - !ruby/object:Gem::Version
27
+ segments:
28
+ - 1
29
+ - 2
30
+ version: "1.2"
31
+ type: :runtime
32
+ version_requirements: *id001
33
+ description: ""
34
+ email:
35
+ - theo@burtcorp.com
36
+ executables: []
37
+
38
+ extensions: []
39
+
40
+ extra_rdoc_files: []
41
+
42
+ files:
43
+ - .gitignore
44
+ - .rspec
45
+ - .rvmrc
46
+ - Gemfile
47
+ - Gemfile.lock
48
+ - README.mdown
49
+ - eurydice.gemspec
50
+ - examples/01_connect.rb
51
+ - examples/02_create_keyspace.rb
52
+ - examples/03_create_column_family.rb
53
+ - examples/04_storing_data.rb
54
+ - examples/05_loading_data.rb
55
+ - examples/06_cluster_info.rb
56
+ - examples/common.rb
57
+ - lib/cassandra.rb
58
+ - lib/eurydice.rb
59
+ - lib/eurydice/pelops.rb
60
+ - lib/eurydice/pelops/cluster.rb
61
+ - lib/eurydice/pelops/column_family.rb
62
+ - lib/eurydice/pelops/keyspace.rb
63
+ - lib/eurydice/version.rb
64
+ - spec/eurydice/pelops/cluster_spec.rb
65
+ - spec/eurydice/pelops/column_family_spec.rb
66
+ - spec/eurydice/pelops/keyspace_spec.rb
67
+ - spec/spec_helper.rb
68
+ has_rdoc: true
69
+ homepage: http://github.com/iconara/eurydice
70
+ licenses: []
71
+
72
+ post_install_message:
73
+ rdoc_options: []
74
+
75
+ require_paths:
76
+ - lib
77
+ required_ruby_version: !ruby/object:Gem::Requirement
78
+ requirements:
79
+ - - ">="
80
+ - !ruby/object:Gem::Version
81
+ segments:
82
+ - 0
83
+ version: "0"
84
+ required_rubygems_version: !ruby/object:Gem::Requirement
85
+ requirements:
86
+ - - ">="
87
+ - !ruby/object:Gem::Version
88
+ segments:
89
+ - 0
90
+ version: "0"
91
+ requirements: []
92
+
93
+ rubyforge_project: eurydice
94
+ rubygems_version: 1.3.6
95
+ signing_key:
96
+ specification_version: 3
97
+ summary: Ruby wrapper for the Pelops library
98
+ test_files: []
99
+