chef-cookbooks / rubygems

Configures Rubygems sources and provides rubygems_api resource
https://supermarket.chef.io/cookbooks/rubygems
Apache License 2.0
5 stars 14 forks source link

Refactor Cookbook to be Resource Driven #5

Closed rhass closed 7 years ago

rhass commented 7 years ago

This exposes two new resources, gemrc and bundle_config which allow users to idempotently modify the bundle config files as well as the ~/.gemrc file or the global scoped gemrc file. Additionally, we have added a new test harness around the cookbook and a Rakefile to make interacting with the harness a more delightful experience.

Implements internal feature COOL-551.

/cc @chef-cookbooks/engineering-services @mwrock

scotthain commented 7 years ago

👍 modulo Matt's comments and passing travis.

rhass commented 7 years ago

@tas50 If you get a chance, I would love to get a final sign-off. Thanks!