Sha256: d7905db78738e8db5225c95ea3162ad531b75bbb62472635fcfa74eea304ddd6

Contents?: true

Size: 653 Bytes

Versions: 2

Compression:

Stored size: 653 Bytes

Contents

gems:
  production:
    - sinatra
    - thin
    - rake

  test:
    - cucumber
    - capybara
    - guard
    - guard-cucumber
    - pry

  test_require_false:
    - cucumber-api-steps

files:
  Gemfile:
  Rakefile:
  Procfile:
  Guardfile:
  .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/step_definitions/app_steps.rb:
    outpath: app/wormname
  features/support/env.rb:
  lib/app.rb:
    outpath: app/wormname
  lib/views/default.erb:
  lib/views/index.erb:

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
skellington-0.4.0 config/config.yaml
skellington-0.3.6 config/config.yaml