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