Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Commit

Permalink
Bundler doesn't like the Gemfile anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
maxlinc committed Jan 29, 2015
1 parent 9adbae0 commit 6fc55ab
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
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
gemspec name: 'pacto'
gemspec name: 'pacto-server'

# 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`,
Expand Down

0 comments on commit 6fc55ab

Please sign in to comment.