We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looks like the latest git commits somehow didn't make it to Rubygems, see below:
GitHub release tarball:
ruby-2.2.0 [nathan@NS-MB-Pro docker-compose-0.7.0]$ wget -q https://github.com/xeger/docker-compose/archive/v0.7.0.tar.gz ruby-2.2.0 [nathan@NS-MB-Pro docker-compose-0.7.0]$ tar xzf v0.7.0.tar.gz ruby-2.2.0 [nathan@NS-MB-Pro docker-compose-0.7.0]$ grep "def rm" docker-compose-0.7.0/lib/docker/compose/session.rb def rm(*services, force:false, volumes:false)
RubyGems download .gem:
ruby-2.2.0 [nathan@NS-MB-Pro docker-compose-0.7.0]$ wget -q https://rubygems.org/downloads/docker-compose-0.7.0.gem ruby-2.2.0 [nathan@NS-MB-Pro docker-compose-0.7.0]$ tar xzf docker-compose-0.7.0.gem ruby-2.2.0 [nathan@NS-MB-Pro docker-compose-0.7.0]$ tar xzf data.tar.gz ruby-2.2.0 [nathan@NS-MB-Pro docker-compose-0.7.0]$ grep "def rm" lib/docker/compose/session.rb def rm(*services, force:false, volumes:false, all:true)
New release time maybe, 0.7.1?
The text was updated successfully, but these errors were encountered:
D'oh! Apologies. I'll look into your open PR and then publish 0.7.1
Sorry, something went wrong.
Fixed by publishing 0.8.0, containing new features + lingering fixes that were missing from 0.7.1
No branches or pull requests
Looks like the latest git commits somehow didn't make it to Rubygems, see below:
GitHub release tarball:
RubyGems download .gem:
New release time maybe, 0.7.1?
The text was updated successfully, but these errors were encountered: