Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #11 from kmussel/master
Browse files Browse the repository at this point in the history
change jar file to handle like, skip and order by for graphy query
  • Loading branch information
aemadrid committed Sep 9, 2013
2 parents d2dbaa2 + 5beb898 commit 8ca7310
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
Binary file not shown.
Binary file added lib/jars/blueprints-orient-graph-2.5.0.jar
Binary file not shown.
5 changes: 3 additions & 2 deletions lib/orientdb.rb
Expand Up @@ -9,11 +9,12 @@ module OrientDB

require 'java'
require "commons-configuration-1.9"

require "orient-commons-1.5.1"
require "orientdb-client-1.5.1"
require "orientdb-enterprise-1.5.1"
require "blueprints-core-2.5.0-SNAPSHOT"
require "blueprints-orient-graph-2.5.0-SNAPSHOT"
require "blueprints-core-2.5.0"
require "blueprints-orient-graph-2.5.0"
require "pipes-2.5.0-SNAPSHOT"
require "gremlin-java-2.5.0-SNAPSHOT"

Expand Down
4 changes: 2 additions & 2 deletions orientdb.gemspec
Expand Up @@ -27,8 +27,8 @@ Gem::Specification.new do |s|
"Rakefile",
"bin/orientdb_console",
"lib/jars/commons-configuration-1.9.jar",
"lib/jars/blueprints-core-2.5.0-SNAPSHOT.jar",
"lib/jars/blueprints-orient-graph-2.5.0-SNAPSHOT.jar",
"lib/jars/blueprints-core-2.5.0.jar",
"lib/jars/blueprints-orient-graph-2.5.0.jar",
"lib/jars/orient-commons-1.5.1.jar",
"lib/jars/orientdb-client-1.5.1.jar",
"lib/jars/orientdb-core-1.5.1.jar",
Expand Down

0 comments on commit 8ca7310

Please sign in to comment.