Sha256: e3895c7cdec3c2c33e69c5ad353aef7d8e28f60fffa681b5f8ec63dfc69480b4

Contents?: true

Size: 842 Bytes

Versions: 1

Compression:

Stored size: 842 Bytes

Contents

source "https://rubygems.org"
gemspec
gem 'activesupport' ,  "~>4.2"
gem 'activemodel',   "~>4.2"
gem 'rest-client'  , :git => 'git://github.com/rest-client/rest-client.git'
gem 'nokogiri', '~> 1.6.6' #, :git => 'git://github.com/sparklemotion/nokogiri.git'
gem 'orientdb' , :path => '/home/topo/orientdb-jruby' , :platforms => :jruby
#gem 'orientdb' , :git => 'git://github.com/topofocus/orientdb-jruby.git', :branch => '2.1.2', :platforms => :jruby
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 Gemfile