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

remove jeweler since bundler allows us to keep it simple #94

Closed fuentesjr closed 13 years ago

fuentesjr commented 13 years ago

This follows the structure that 'bundle gem poolparty' would generate. This ultimately allows us to keep the gemspec short and sweet. The 'require "bundler/gem_tasks"' in the Rakefile gives us rake task to build, install, and release for free. The gem:test_then_build and gem:test_then_install have been updated to use these bundler tasks.