Sha256: 1f3d2b523ad46da498b4dd306d053457b0bd225c84b97973a8c415d1b0053a4f

Contents?: true

Size: 676 Bytes

Versions: 14

Compression:

Stored size: 676 Bytes

Contents

box: wercker/ruby
# Build definition
# See the Ruby section on the wercker devcenter: 
# http://devcenter.wercker.com/articles/languages/ruby.html
build:
  # The steps that will be executed on build
  steps:
    # 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)"

    - script:
       name: rspec
       code: bundle exec rspec

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
stripe_tester-0.5.0 wercker.yml
stripe_tester-0.4.0 wercker.yml
stripe_tester-0.3.3 wercker.yml
stripe_tester-0.3.2 wercker.yml
stripe_tester-0.3.1 wercker.yml
stripe_tester-0.3.0 wercker.yml
stripe_tester-0.2.0 wercker.yml
stripe_tester-0.1.4 wercker.yml
stripe_tester-0.1.3 wercker.yml
stripe_tester-0.1.2 wercker.yml
stripe_tester-0.1.1 wercker.yml
stripe_tester-0.1.0 wercker.yml
stripe_tester-0.0.5 wercker.yml
stripe_tester-0.0.4 wercker.yml