neo4j-advanced 1.9.M03-java → 1.9.M05-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/.gitignore CHANGED
@@ -17,4 +17,5 @@ db/
17
17
 
18
18
  Gemfile.lock
19
19
  coverage
20
+ .DS_Store
20
21
 
@@ -1,6 +1,6 @@
1
1
  module Neo4j
2
2
  module Advanced
3
- VERSION = "1.9.M03"
4
- NEO_VERSION = "1.9.M03"
3
+ VERSION = "1.9.M05"
4
+ NEO_VERSION = "1.9.M05"
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: neo4j-advanced
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.M03
4
+ version: 1.9.M05
5
5
  prerelease: 4
6
6
  platform: java
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2012-12-28 00:00:00.000000000 Z
13
+ date: 2013-03-21 00:00:00.000000000 Z
14
14
  dependencies: []
15
15
  description: ! 'The Java Jar files for the Neo4j Advanced edition, adding advanced
16
16
  monitoring – licensed under the AGPL, see http://neo4j.org/licensing-guide/ '
@@ -26,7 +26,7 @@ files:
26
26
  - README.md
27
27
  - Rakefile
28
28
  - lib/neo4j-advanced.rb
29
- - lib/neo4j-advanced/jars/neo4j-management-1.9.M03.jar
29
+ - lib/neo4j-advanced/jars/neo4j-management-1.9.M05.jar
30
30
  - lib/neo4j-advanced/version.rb
31
31
  - neo4j-advanced.gemspec
32
32
  - spec/neo4j_spec.rb
@@ -56,7 +56,7 @@ rubyforge_project: neo4j-advanced
56
56
  rubygems_version: 1.8.24
57
57
  signing_key:
58
58
  specification_version: 3
59
- summary: The neo4j Advanced edition v1.9.M03 JAR files
59
+ summary: The neo4j Advanced edition v1.9.M05 JAR files
60
60
  test_files:
61
61
  - spec/neo4j_spec.rb
62
62
  - spec/spec_helper.rb