Sha256: 7c226d21d59e59f8097e602d56cf3f7e049541b464cd0bfdf0ad44af4bcac6c5
Contents?: true
Size: 613 Bytes
Versions: 1
Compression:
Stored size: 613 Bytes
Contents
source "https://rubygems.org" #gemspec gem 'orientdb' , :path => '/home/topo/orientdb-jruby' , :platforms => :jruby ## change here to the location of ActiveOrient gem 'active-orient' , :path => '/home/topo/activeorient' group :development, :test do gem "awesome_print" gem "rspec" gem 'rspec-legacy_formatters' gem 'rspec-its' gem 'rspec-collection_matchers' gem 'rspec-context-private' gem 'guard-jruby-rspec', :platforms => :jruby, :git => 'git://github.com/jkutner/guard-jruby-rspec.git' gem 'guard'#, :platforms => :ruby gem 'guard-rspec' ## gem 'database_cleaner' gem 'rb-inotify' gem 'pry' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
active-orient-0.5 | examples/time_graph/Gemfile |