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

Fix an error with compatibility #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

swistak35
Copy link
Member

I wanted to try muon, I installed it, and...

swistak35@raptop> gem install muon
Fetching: muon-0.0.1.gem (100%)
Successfully installed muon-0.0.1
1 gem installed
Installing ri documentation for muon-0.0.1...
Installing RDoc documentation for muon-0.0.1...

swistak35@raptop> cd one_of_my_projects

swistak35@raptop> muon init
You should include GLI::App instead
GLI.run no longer works for GLI-2, you must just call `run(ARGV)' instead
either fix your app, or use the latest GLI in the 1.x family

So, here is the fix. Or maybe I am just doing sth wrong.
Tests are passing : )

Started
...............
Finished in 0.083369 seconds.
15 tests, 29 assertions, 0 failures, 0 errors, 0 skips

@jdudek
Copy link
Member

jdudek commented Jan 10, 2013

Thanks for the pull request! The problem is caused by the fact that I've used GLI 1.0 and haven't restricted dependency version. This has been fixed later, but then I forgot to push muon version 0.0.2 to RubyGems. I've done it now so please try testing with current version. You may want to uninstall GLI 2.0 from your system...

However, we should migrate to GLI 2.0 anyway, so I will try to review your patch in near future.

Thanks!

@paneq
Copy link
Member

paneq commented Jan 10, 2013

@jdudek In case of invalid gemspec you should yank previous gem version IMHO

@jdudek
Copy link
Member

jdudek commented Jan 10, 2013

@paneq ok, done. Thanks.

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

Successfully merging this pull request may close these issues.

3 participants