Sha256: 5139df3d734bb157086b8d9529d5ad7f1ef6ee337f0ba4879a82c232d5de5586

Contents?: true

Size: 502 Bytes

Versions: 5

Compression:

Stored size: 502 Bytes

Contents

gems:
  production:
    - sinatra
    - thin
    - rake

  test:
    - cucumber
    - capybara
    - guard-cucumber

  test_require_false:
    - cucumber-api-steps

files:
  Gemfile:
  Rakefile:
  Procfile:
  .ruby-version:
  config.ru:
  # the template has this name
  features/first.feature:
    # but the output file substitutes it like this, where wormname is an attribute
    # on the Generator object
    outpath: first/wormname
  features/support/env.rb:
  lib/app.rb:
    outpath: app/wormname

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
skellington-0.3.0 config/config.yaml
skellington-0.2.2 config/config.yaml
skellington-0.2.1 config/config.yaml
skellington-0.2.0 config/config.yaml
skellington-0.1.4 config/config.yaml