pacer-orient 2.2.0.pre-java → 2.2.1.pre-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.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4838e40f2680ec196f130a784e1b03539c8c33cb
|
4
|
+
data.tar.gz: 6304fe8e3aad19d9cfbb4903bc458a0e62b801b6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 08b6030f9850dd286cad81cc49c4d0b8831613337cf93affe781c6c07b597339a3003d1969510fb01df56aff8032374086c1c2bb359713cf679b01d216f1b236
|
7
|
+
data.tar.gz: fc91edb7925ce7b681e26f64ebb2dd4e19f8182e9be03c91eb2aac64ed79719f4140c62833ac307edac8f2bd804d352105cf6b72dbd247224ce102d7b28c08e4
|
data/lib/pacer-orient/version.rb
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
module Pacer
|
2
2
|
module Orient
|
3
|
-
VERSION = "2.2.
|
3
|
+
VERSION = "2.2.1.pre"
|
4
4
|
JAR = "pacer-orient-#{ VERSION }-standalone.jar"
|
5
5
|
JAR_PATH = "lib/#{ JAR }"
|
6
6
|
ORIENT_VERSION = "2.0-M2-SNAPSHOT"
|
7
7
|
PIPES_VERSION = "2.6.0"
|
8
|
-
PACER_REQ = ">= 1.5.
|
8
|
+
PACER_REQ = ">= 1.5.4"
|
9
9
|
end
|
10
10
|
end
|
Binary file
|
data/pom.xml
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
<!-- NOTE: the following properties are automatically updated based on the values in lib/pacer-orient/version.rb -->
|
9
9
|
<properties>
|
10
10
|
<orient.version>2.0-M2-SNAPSHOT</orient.version>
|
11
|
-
<gem.version>2.2.
|
11
|
+
<gem.version>2.2.1.pre</gem.version>
|
12
12
|
<pipes.version>2.6.0</pipes.version>
|
13
13
|
</properties>
|
14
14
|
<!-- NOTE: the following properties are automatically updated based on the values in lib/pacer-orient/version.rb -->
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pacer-orient
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.2.
|
4
|
+
version: 2.2.1.pre
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- Darrick Wiebe
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-10-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pacer
|
@@ -16,12 +16,12 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '>='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 1.5.
|
19
|
+
version: 1.5.4
|
20
20
|
requirement: !ruby/object:Gem::Requirement
|
21
21
|
requirements:
|
22
22
|
- - '>='
|
23
23
|
- !ruby/object:Gem::Version
|
24
|
-
version: 1.5.
|
24
|
+
version: 1.5.4
|
25
25
|
prerelease: false
|
26
26
|
type: :runtime
|
27
27
|
description: Orient jars and related code for Pacer
|
@@ -48,7 +48,7 @@ files:
|
|
48
48
|
- pacer-orient.gemspec
|
49
49
|
- pom.xml
|
50
50
|
- pom/standalone.xml
|
51
|
-
- lib/pacer-orient-2.2.
|
51
|
+
- lib/pacer-orient-2.2.1.pre-standalone.jar
|
52
52
|
homepage: http://orientechnologies.com
|
53
53
|
licenses: []
|
54
54
|
metadata: {}
|