Sha256: 6e930c81c0d01f2ce6850a100baa9a9b282d5f20f038010899864e0b19658eed

Contents?: true

Size: 457 Bytes

Versions: 1

Compression:

Stored size: 457 Bytes

Contents

source "https://rubygems.org"
gemspec
gem 'activesupport' ,  "~>4.2"
gem 'activemodel'
gem 'rest-client', :git => 'git://github.com/rest-client/rest-client.git'
gem 'nokogiri', '~> 1.6.6' #, :git => 'git://github.com/sparklemotion/nokogiri.git'
group :development, :test do
	gem "rspec"
	gem 'rspec-its'
	gem 'rspec-collection_matchers'
	gem 'rspec-context-private'
	gem 'guard'
	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.4 Gemfile