Sha256: 771ced4992243e63ae7cd9ada55227833d4b501cbbf43b66a7fd259febf085e5

Contents?: true

Size: 429 Bytes

Versions: 2

Compression:

Stored size: 429 Bytes

Contents

name: tainted-love

type: ruby

up:
  - homebrew:
    - openssl
  - ruby: 2.5.3
  - bundler
  - bundler:
      gemfile: tests/rails/Gemfile

commands:
  console:
    desc:   'start a console'
    run:    bin/console

  test:
    desc:   'run the tests'
    run:    bin/test

  docs:
    desc:   'generate the documentation'
    run:    bundle exec yard -o docs

  style:
    desc:   'run rubocop'
    run:    bundle exec rubocop

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tainted_love-0.4.1 dev.yml
tainted_love-0.4.0 dev.yml