mauricioklein / docker-compose-api

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

Removes to v1.0.5 gem binary from the repository #17

Closed jeroenj closed 8 years ago

jeroenj commented 8 years ago

Gems are not allowed to contain itself (as a gem package). When vendoring the gem it raises the following warning:

The gemspec at ./vendor/docker-compose-api/docker-compose-api.gemspec is not valid. The validation error was 'docker-compose-api-1.0.5 contains itself (docker-compose-api-1.0.5.gem), check your files list'
mauricioklein commented 8 years ago

You're right! I was facing this problem, but didn't realized the gem binary was there yet. Thanks for the warning!