cookbook 'ruby_rbenv_download', '~> 0.1.0'
ruby_rbenv_download (1) Versions 0.1.0 Follow0
Provides ruby_rbenv_download to download ruby from binaries
cookbook 'ruby_rbenv_download', '~> 0.1.0', :supermarket
knife supermarket install ruby_rbenv_download
knife supermarket download ruby_rbenv_download
ruby_rbenv_download cookbook
Description
A cookbook providing the ruby_rbenv_download LWRP which provides the ruby_rbenv cookbook the ability to install pre-compiled ruby binaries from the RVM repositories.
Requirements
Chef
This cookbook requires Chef 12.5+.
Cookbooks
- ruby_rbenv
Resources and Providers
ruby_rbenv_download
This resource downloads a pre-compiled ruby binary and optionally sets it as the global ruby.
Actions
<table>
  <thead>
    <tr>
      <th>Action</th>
      <th>Description</th>
      <th>Default</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>install</td>
      <td>
        Downloads a pre-compiled ruby binary from rvm and installs it.
      </td>
      <td>Yes</td>
    </tr>
  </tbody>
</table>
Attributes
<table>
  <thead>
    <tr>
      <th>Attribute</th>
      <th>Description</th>
      <th>Default Value</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>rbenv_version</td>
      <td>
        <b>Name attribute:</b> the version of ruby to download
      </td>
      <td><code>nil</code></td>
    </tr>
    <tr>
      <td>root_path</td>
      <td>
        The path prefix to rbenv installation, for example:
        <code>/opt/rbenv</code>.
      </td>
      <td><code>nil</code></td>
    </tr>
    <tr>
      <td>user</td>
      <td>
        A users's isolated rbenv installation on which to apply an action. The
        default value of <code>nil</code> denotes a system-wide rbenv
        installation is being targeted. <b>Note:</b> if specified, the user
        must already exist.
      </td>
      <td><code>nil</code></td>
    </tr>
    <tr>
      <td>environment</td>
      <td>
        A has of environment variables to set before running this command.
      </td>
      <td><code>nil</code></td>
    </tr>
    <tr>
            <td>global</td>
      <td>
                A boolean determining whether a rbenv_global resource should be
                created.
            </td>
            <td><code>false</code></td>
    </tr>
    </tbody>
</table>
Examples
Install Ruby 2.1.5
ruby_rbenv_download "2.1.5" do
    action :install
  end
Dependent cookbooks
| ruby_rbenv ~> 1.0.0 | 
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
ruby_rbenv_download CHANGELOG
v0.1.0
- Initial release
Collaborator Number Metric
        
            0.1.0 failed this metric
            Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.
        
      Contributing File Metric
        
            0.1.0 failed this metric
            Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file
        
      Foodcritic Metric
        
            0.1.0 failed this metric
            FC067: Ensure at least one platform supported in metadata: ruby_rbenv_download/metadata.rb:1
FC069: Ensure standardized license defined in metadata: ruby_rbenv_download/metadata.rb:1
FC117: Do not use kind_of in custom resource properties: ruby_rbenv_download/resources/ruby_rbenv_download.rb:3
FC117: Do not use kind_of in custom resource properties: ruby_rbenv_download/resources/ruby_rbenv_download.rb:7
FC117: Do not use kind_of in custom resource properties: ruby_rbenv_download/resources/ruby_rbenv_download.rb:10
FC117: Do not use kind_of in custom resource properties: ruby_rbenv_download/resources/ruby_rbenv_download.rb:13
FC117: Do not use kind_of in custom resource properties: ruby_rbenv_download/resources/ruby_rbenv_download.rb:16
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
        
      No Binaries Metric
        
            0.1.0 passed this metric
        
      Testing File Metric
        
            0.1.0 failed this metric
            Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
        
      Version Tag Metric
        
            0.1.0 failed this metric
            Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
        
  
0.1.0 failed this metric
            0.1.0 failed this metric
            Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file
Foodcritic Metric
        
            0.1.0 failed this metric
            FC067: Ensure at least one platform supported in metadata: ruby_rbenv_download/metadata.rb:1
FC069: Ensure standardized license defined in metadata: ruby_rbenv_download/metadata.rb:1
FC117: Do not use kind_of in custom resource properties: ruby_rbenv_download/resources/ruby_rbenv_download.rb:3
FC117: Do not use kind_of in custom resource properties: ruby_rbenv_download/resources/ruby_rbenv_download.rb:7
FC117: Do not use kind_of in custom resource properties: ruby_rbenv_download/resources/ruby_rbenv_download.rb:10
FC117: Do not use kind_of in custom resource properties: ruby_rbenv_download/resources/ruby_rbenv_download.rb:13
FC117: Do not use kind_of in custom resource properties: ruby_rbenv_download/resources/ruby_rbenv_download.rb:16
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
        
      No Binaries Metric
        
            0.1.0 passed this metric
        
      Testing File Metric
        
            0.1.0 failed this metric
            Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
        
      Version Tag Metric
        
            0.1.0 failed this metric
            Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
        
  
0.1.0 failed this metric
FC069: Ensure standardized license defined in metadata: ruby_rbenv_download/metadata.rb:1
FC117: Do not use kind_of in custom resource properties: ruby_rbenv_download/resources/ruby_rbenv_download.rb:3
FC117: Do not use kind_of in custom resource properties: ruby_rbenv_download/resources/ruby_rbenv_download.rb:7
FC117: Do not use kind_of in custom resource properties: ruby_rbenv_download/resources/ruby_rbenv_download.rb:10
FC117: Do not use kind_of in custom resource properties: ruby_rbenv_download/resources/ruby_rbenv_download.rb:13
FC117: Do not use kind_of in custom resource properties: ruby_rbenv_download/resources/ruby_rbenv_download.rb:16
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
            0.1.0 passed this metric
        
      Testing File Metric
        
            0.1.0 failed this metric
            Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
        
      Version Tag Metric
        
            0.1.0 failed this metric
            Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
        
  
0.1.0 failed this metric
            0.1.0 failed this metric
            Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number