auser / poolparty

Run a self-healing, auto-scaled and monitored cloud simply, in the clouds, on nearly any hardware, such as EC2, eucalyptus and vmware
http://www.poolpartyrb.com
MIT License
371 stars 54 forks source link

Update/Push new version to RubyGems #91

Closed fuentesjr closed 3 years ago

fuentesjr commented 13 years ago

version 1.6.9 has a few bugs that break several cloud commands.

For example, on ruby1.9.2, https://github.com/auser/poolparty/blob/21458230b3707a075ec94a21b42955c2bf40c070/vendor/gems/git-style-binaries/lib/ext/colorize.rb#L89 breaks.

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.

fuentesjr commented 13 years ago

Since the milestone for a 1.7 release has been reached, can we go ahead and push a new version to rubygems?