Sha256: dce7bcb083e01c0db700c7159cdef2a85c2217569c72088ab71d91b55297173b

Contents?: true

Size: 666 Bytes

Versions: 1

Compression:

Stored size: 666 Bytes

Contents

source 'https://rubygems.org'
PACTO_HOME = File.expand_path '..', __FILE__

# Specify your gem's dependencies in pacto.gemspec
gemspec :name => 'pacto'

Dir["#{PACTO_HOME}/pacto-*.gemspec"].each do |gemspec|
  plugin = gemspec.scan(/pacto-(.*)\.gemspec/).flatten.first
  gemspec(:name => "pacto-#{plugin}", :path => PACTO_HOME, :development_group => plugin)
end

# This is only used by Relish tests.  Putting it here let's travis
# pre-install so we can speed up the test with `bundle install --local`,
# avoiding Aruba timeouts.
gem 'excon'
gem 'octokit'

group :samples do
  gem 'grape'
  gem 'grape-swagger'
  gem 'puma'
  gem 'rake'
  gem 'pry'
  gem 'rack'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pacto-0.4.0.rc1 Gemfile