pg-ephemeral 0.1.3

Ephemeral PostgreSQL instances for testing
Documentation
1
2
3
4
5
6
7
8
9
source 'https://rubygems.org'

# Use local .gem file from dist/gems directory
# PG_EPHEMERAL_GEM_SOURCE must point to the directory containing built .gem files
source ENV.fetch('PG_EPHEMERAL_GEM_SOURCE') do
  gem 'pg-ephemeral'
end

gem 'rspec', '~> 3.0'