Skip to content
New issue

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

0.7.0 release on RubyGems differs from GitHub release #24

Closed
CpuID opened this issue Jun 16, 2016 · 2 comments
Closed

0.7.0 release on RubyGems differs from GitHub release #24

CpuID opened this issue Jun 16, 2016 · 2 comments

Comments

@CpuID
Copy link
Contributor

CpuID commented Jun 16, 2016

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?

@xeger
Copy link
Owner

xeger commented Jun 18, 2016

D'oh! Apologies. I'll look into your open PR and then publish 0.7.1

@xeger
Copy link
Owner

xeger commented Jun 18, 2016

Fixed by publishing 0.8.0, containing new features + lingering fixes that were missing from 0.7.1

@xeger xeger closed this as completed Jun 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants