cadet 0.0.2-java → 0.0.3-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: 8c1be93b0e3ce909a38fe4bf95a091ed785e906a
4
- data.tar.gz: ea7e2b5cc5fbb322d711cb48c8173fa5e9ff1699
3
+ metadata.gz: f66195eea0a55fcb7cf17ee6b505693942210b54
4
+ data.tar.gz: d5cda9d319c31e76a85a424ea07cc9b116e48a9e
5
5
  SHA512:
6
- metadata.gz: e7af7bb435086ef5d0aac9cfea1a0359e820f6fbdf0d865eec104d8a84526ccfd7d382eed6812f9569266f01a7aefffa2c44a5bfdef5c541648d020c3daf31e8
7
- data.tar.gz: da1b888cb8d74039123fae49821bddd657ea4eb0c90146eee25d4e1572a49a2c37d05e4fc267fdf2037ab709ddf441e3a81691fa0b4b53940ac3716477bf3504
6
+ metadata.gz: 09d2da33f5124905a6f3542ed00ce50abad947eb4ccc345d856093bfbd57bfcb435a89fd0d099b3e97aceaae73d310da4aa1017c8a79c703216b341ea637198a
7
+ data.tar.gz: 81f1856ae1badea6efbb2f429fc13515b712222b14c56a9ca013315bcf3be2146bf4f427404c51e58dabcf1153b4158df3ae8614e5c5188a6d86d708460e7ae5
data/lib/cadet/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Cadet
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
data/lib/cadet.rb CHANGED
@@ -1,24 +1,14 @@
1
1
  require 'java'
2
2
 
3
- ["concurrentlinkedhashmap-lru-1.3.1.jar",
4
- "geronimo-jta_1.1_spec-1.1.1.jar",
3
+ [
4
+ "concurrentlinkedhashmap-lru-1.3.1.jar",
5
5
  "lucene-core-3.6.2.jar",
6
- "neo4j-cypher-2.0.0.jar",
7
- "neo4j-cypher-commons-2.0.0.jar",
8
- "neo4j-cypher-compiler-1.9-2.0.0.jar",
9
- "neo4j-cypher-compiler-2.0-2.0.0.jar",
10
6
  "neo4j-graph-algo-2.0.0.jar",
11
7
  "neo4j-graph-matching-2.0.0.jar",
12
- "neo4j-jmx-2.0.0.jar",
13
8
  "neo4j-kernel-2.0.0.jar",
14
9
  "neo4j-lucene-index-2.0.0.jar",
15
- "neo4j-shell-2.0.0.jar",
16
- "neo4j-udc-2.0.0.jar",
17
- "org.apache.servicemix.bundles.jline-0.9.94_1.jar",
18
- "parboiled-core-1.1.6.jar",
19
- "parboiled-scala_2.10-1.1.6.jar",
20
- "scala-library-2.10.3.jar",
21
- "server-api-2.0.0.jar"].each { |file| require "neo4j/#{file}" }
10
+ "neo4j-shell-2.0.0.jar"
11
+ ].each { |file| require "neo4j/#{file}" }
22
12
 
23
13
  require 'cadet/session'
24
14
  require 'cadet/property_container'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cadet
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: java
6
6
  authors:
7
7
  - Javad Karabi
@@ -64,22 +64,11 @@ files:
64
64
  - lib/neo4j/concurrentlinkedhashmap-lru-1.3.1.jar
65
65
  - lib/neo4j/geronimo-jta_1.1_spec-1.1.1.jar
66
66
  - lib/neo4j/lucene-core-3.6.2.jar
67
- - lib/neo4j/neo4j-cypher-2.0.0.jar
68
- - lib/neo4j/neo4j-cypher-commons-2.0.0.jar
69
- - lib/neo4j/neo4j-cypher-compiler-1.9-2.0.0.jar
70
- - lib/neo4j/neo4j-cypher-compiler-2.0-2.0.0.jar
71
67
  - lib/neo4j/neo4j-graph-algo-2.0.0.jar
72
68
  - lib/neo4j/neo4j-graph-matching-2.0.0.jar
73
- - lib/neo4j/neo4j-jmx-2.0.0.jar
74
69
  - lib/neo4j/neo4j-kernel-2.0.0.jar
75
70
  - lib/neo4j/neo4j-lucene-index-2.0.0.jar
76
71
  - lib/neo4j/neo4j-shell-2.0.0.jar
77
- - lib/neo4j/neo4j-udc-2.0.0.jar
78
- - lib/neo4j/org.apache.servicemix.bundles.jline-0.9.94_1.jar
79
- - lib/neo4j/parboiled-core-1.1.6.jar
80
- - lib/neo4j/parboiled-scala_2.10-1.1.6.jar
81
- - lib/neo4j/scala-library-2.10.3.jar
82
- - lib/neo4j/server-api-2.0.0.jar
83
72
  - spec/spec_helper.rb
84
73
  - spec/unit/cadet_spec.rb
85
74
  homepage: https://github.com/karabijavad/cadet
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file