Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

rubygems (11) Versions 0.3.0

Configures rubygems and bundler

Policyfile
Berkshelf
Knife
cookbook 'rubygems', '= 0.3.0', :supermarket
cookbook 'rubygems', '= 0.3.0'
knife supermarket install rubygems
knife supermarket download rubygems
README
Dependencies
Quality 50%

Description

This cookbook configured "system" and Omnibus Chef gem sources.

Requirements

Omnibus Chef 11 or above

Usage

From a Vagrantfile, role, or environment definition, set something
like this, to point at a privately hosted rubygems mirror:

:rubygems => {
  :gem_disable_default => true,
  :gem_sources => [],
  :chef_gem_disable_default => true,
  :chef_gem_sources => [ 'http://33.33.33.51/rubygems/' ]
},

Attributes

# From attributes/default.rb
default['rubygems']['gem_disable_default'] = false
default['rubygems']['gem_sources'] = [ 'https://rubygems.org' ]
default['rubygems']['chef_gem_disable_default'] = false
default['rubygems']['chef_gem_sources'] = [ 'https://rubygems.org' ]

Recipes

default

Author:: Apache v2 (<Sean OMeara <someara@opscode.com>>)

Collaborator Number Metric
            

0.3.0 passed this metric

Foodcritic Metric
            

0.3.0 failed this metric

FC064: Ensure issues_url is set in metadata: /tmp/34bd9cdcdd66d405b54463a6/rubygems/metadata.rb:1
FC065: Ensure source_url is set in metadata: /tmp/34bd9cdcdd66d405b54463a6/rubygems/metadata.rb:1