Skip to content
View amunoz951's full-sized avatar

Block or report amunoz951

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. chef/win32-certstore chef/win32-certstore Public

    Ruby library for accessing the certificate store on Windows

    Ruby 10 6

  2. ruby_devkit ruby_devkit Public

    Cookbook for installing the ruby_devkit and optionally setting it as the Chef-Client devkit

    Ruby

  3. attributes_by_data_bag attributes_by_data_bag Public

    Provides merging of data bags over Chef node attributes using built in precedence levels

    Ruby

  4. chef_bridge chef_bridge Public

    Provides methods for common Chef Infra Server functionality such as reading/writing data bags, etc. Requires ChefDK

    Ruby

  5. hashly hashly Public

    Ruby library for ease of merging nested hashes recursively, diffing hashes, etc.

    Ruby

  6. Ruby: Simple Open3.popen3 example us... Ruby: Simple Open3.popen3 example using IO.select to do stuff separately with stdout and stderr without locking
    1
    require 'Open3'
    2
    
                  
    3
    stdout_result, exit_status = ['', nil]
    4
    external_command = "echo Some external commmand here; echo Here is some more output from the external command."
    5