Sha256: c9946f0329b4a6a1b1565fb9f258a91329961c83d8b3d86f9801240a9c48a719

Contents?: true

Size: 373 Bytes

Versions: 2

Compression:

Stored size: 373 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'
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

2 entries across 2 versions & 1 rubygems

Version Path
active-orient-0.3 Gemfile
active-orient-0.2 Gemfile