pelops-jars 1.2-java → 1.3.0.b3-java
Sign up to get free protection for your applications and to get access to all the features.
Binary file
|
metadata
CHANGED
@@ -1,32 +1,31 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pelops-jars
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
prerelease:
|
5
|
-
version:
|
4
|
+
prerelease: 6
|
5
|
+
version: 1.3.0.b3
|
6
6
|
platform: java
|
7
7
|
authors:
|
8
|
-
|
8
|
+
- Theo Hultberg
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2011-08
|
14
|
-
default_executable:
|
13
|
+
date: 2011-11-08 00:00:00 Z
|
15
14
|
dependencies:
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
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
|
27
26
|
description: ""
|
28
27
|
email:
|
29
|
-
|
28
|
+
- theo@iconara.net
|
30
29
|
executables: []
|
31
30
|
|
32
31
|
extensions: []
|
@@ -34,14 +33,13 @@ extensions: []
|
|
34
33
|
extra_rdoc_files: []
|
35
34
|
|
36
35
|
files:
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
has_rdoc: true
|
36
|
+
- lib/pelops-jars.rb
|
37
|
+
- lib/commons-pool-1.5.5.jar
|
38
|
+
- lib/scale7-core-1.3.jar
|
39
|
+
- lib/scale7-pelops-1.3-1.0.x-20111101.225758-3.jar
|
40
|
+
- lib/slf4j-api-1.6.1.jar
|
41
|
+
- lib/slf4j-log4j12-1.6.1.jar
|
42
|
+
- lib/uuid-3.2.jar
|
45
43
|
homepage: http://github.com/s7/scale7-pelops
|
46
44
|
licenses: []
|
47
45
|
|
@@ -49,23 +47,23 @@ post_install_message:
|
|
49
47
|
rdoc_options: []
|
50
48
|
|
51
49
|
require_paths:
|
52
|
-
|
50
|
+
- lib
|
53
51
|
required_ruby_version: !ruby/object:Gem::Requirement
|
54
52
|
none: false
|
55
53
|
requirements:
|
56
|
-
|
57
|
-
|
58
|
-
|
54
|
+
- - ">="
|
55
|
+
- !ruby/object:Gem::Version
|
56
|
+
version: "0"
|
59
57
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
60
58
|
none: false
|
61
59
|
requirements:
|
62
|
-
|
63
|
-
|
64
|
-
|
60
|
+
- - ">"
|
61
|
+
- !ruby/object:Gem::Version
|
62
|
+
version: 1.3.1
|
65
63
|
requirements: []
|
66
64
|
|
67
65
|
rubyforge_project: pelops-jars
|
68
|
-
rubygems_version: 1.
|
66
|
+
rubygems_version: 1.8.11
|
69
67
|
signing_key:
|
70
68
|
specification_version: 3
|
71
69
|
summary: Pelops JARs
|
Binary file
|