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
version 1.6.9 has a few bugs that break several cloud commands.
For example, on ruby1.9.2,
poolparty/vendor/gems/git-style-binaries/lib/ext/colorize.rb
Line 89 in 2145823
Another case, issue #88.
Another case, the amazon-ec2 gem is missing in vendors/.
I was able to get around these issues by doing this:
git clone https://github.com/auser/poolparty.git gem install poolparty cd poolparty gem install jeweler rake install
But for most ppl when they simply do gem install poolparty and see that it does not work out of the box, they won't bother.
The text was updated successfully, but these errors were encountered:
Since the milestone for a 1.7 release has been reached, can we go ahead and push a new version to rubygems?
Sorry, something went wrong.
No branches or pull requests
version 1.6.9 has a few bugs that break several cloud commands.
For example, on ruby1.9.2,
poolparty/vendor/gems/git-style-binaries/lib/ext/colorize.rb
Line 89 in 2145823
Another case, issue #88.
Another case, the amazon-ec2 gem is missing in vendors/.
I was able to get around these issues by doing this:
git clone https://github.com/auser/poolparty.git
gem install poolparty
cd poolparty
gem install jeweler
rake install
But for most ppl when they simply do gem install poolparty and see that it does not work out of the box, they won't bother.
The text was updated successfully, but these errors were encountered: