Sha256: 911623d07a251d74c7c052a501e655059b0a1bcd917a8d15f03931b4157b7f60

Contents?: true

Size: 893 Bytes

Versions: 11

Compression:

Stored size: 893 Bytes

Contents

box: wercker/rvm
# Build definition
build:
    # The steps that will be executed on build
    # See the Ruby section on the wercker devcenter:
    # http://devcenter.wercker.com/articles/languages/ruby.html
    steps:
        # Uncomment this to force RVM to use a specific Ruby version
        - rvm-use:
            version: 2.1.5

        # A step that executes `bundle install` command
        - bundle-install

        # A custom script step, name value is used in the UI
        # and the code value contains the command that get executed
        - script:
            name: echo ruby information
            code: |
                echo "ruby version $(ruby --version) running"
                echo "from location $(which ruby)"
                echo -p "gem list: $(gem list)"

        # Add more steps here:
        - script:
             name: rake
             code: bundle exec rake

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
retriable-2.0.2 wercker.yml
retriable-2.0.1 wercker.yml
retriable-2.0.0 wercker.yml
accept_headers-0.0.8 wercker.yml
accept_headers-0.0.7 wercker.yml
accept_headers-0.0.6 wercker.yml
accept_headers-0.0.5 wercker.yml
accept_headers-0.0.4 wercker.yml
accept_headers-0.0.3 wercker.yml
accept_headers-0.0.2 wercker.yml
accept_headers-0.0.1 wercker.yml