mauricioklein / docker-compose-api

A Docker Compose parser for Ruby
MIT License
33 stars 25 forks source link

Adds lib/docker-compose-api.rb to automatically require 'docker-compose' #24

Closed jeroenj closed 8 years ago

jeroenj commented 8 years ago

This avoids the need for require: 'docker-compose' in the Gemfile.

mauricioklein commented 8 years ago

Thanks @jeroenj ! Merging...