Sha256: f16c0cd0d5dc8bf58fd940d674410450f522dc3be6a8e16fe24ca395d229604c

Contents?: true

Size: 490 Bytes

Versions: 4

Compression:

Stored size: 490 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 path is an attribute
    # on the Generator object
    outpath: first/path
  features/support/env.rb:
  lib/app.rb:
    outpath: app/path

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
skellington-0.1.3 config/config.yaml
skellington-0.1.2 config/config.yaml
skellington-0.1.1 config/config.yaml
skellington-0.1.0 config/config.yaml