pacer 1.0.0-java → 1.0.1-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.
data/lib/pacer/version.rb
CHANGED
|
Binary file
|
data/pom.xml
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
<artifactId>pacer</artifactId>
|
|
8
8
|
<!-- NOTE: the following properties are automatically updated based on the values in lib/pacer-neo4j/version.rb -->
|
|
9
9
|
<properties>
|
|
10
|
-
<gem.version>1.0.
|
|
10
|
+
<gem.version>1.0.1</gem.version>
|
|
11
11
|
<blueprints.version>2.1.0</blueprints.version>
|
|
12
12
|
<pipes.version>2.1.0</pipes.version>
|
|
13
13
|
<gremlin.version>2.1.0</gremlin.version>
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pacer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: java
|
|
7
7
|
authors:
|
|
@@ -223,7 +223,7 @@ files:
|
|
|
223
223
|
- spec/tackle/simple_mixin.rb
|
|
224
224
|
- spec/tackle/tinkerpop_graph_mixins.rb
|
|
225
225
|
- tags
|
|
226
|
-
- lib/pacer-1.0.
|
|
226
|
+
- lib/pacer-1.0.1-standalone.jar
|
|
227
227
|
homepage: http://github.com/pangloss/pacer
|
|
228
228
|
licenses:
|
|
229
229
|
- MIT
|