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.
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.