Sha256: 1033984b23cc8013c7360752d88864cd1a526aa4f46ea760e4ac1dbdc5e3b5b5

Contents?: true

Size: 916 Bytes

Versions: 1

Compression:

Stored size: 916 Bytes

Contents

source "https://rubygems.org"
gemspec
gem 'activesupport' # ,  "~>4.2"
gem 'activemodel' #,   "~>4.2"
#gem 'activemodel-serializers-xml'
gem 'rest-client'  , :git => 'https://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 'sdoc'
#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-given'
	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.79 Gemfile