Sha256: 4aee05533c46922c6ef76515563062a561ff0365107e51239d15d11f01145422

Contents?: true

Size: 1.27 KB

Versions: 4

Compression:

Stored size: 1.27 KB

Contents

gems:
  production:
    - sinatra
    - rack-conneg
    - rack-google-analytics
    - rake
    - puma

  test:
    - cucumber
    - rspec
    - guard
    - guard-rspec
    - guard-jasmine
    - guard-cucumber
    - capybara
    - coveralls
    - jasmine
    - pry
    - actionpack

  test_require_false:
    - cucumber-api-steps

files:
  Gemfile:
  LICENSE.md:
  Guardfile:
  Rakefile:
  Procfile:
  .ruby-version:
  .rspec:
  .gitignore:
  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/json.feature:
  features/step_definitions/app_steps.rb:
    outpath: app/wormname
  features/support/env.rb:
  lib/app.rb:
    outpath: app/wormname
  lib/app/racks.rb:
    outpath: app/wormname/racks
  lib/app/helpers.rb:
    outpath: app/wormname/helpers
  views/default.erb:
  views/index.erb:
  views/includes/header.erb:
  spec/spec_helper.rb:
  spec/app/app_spec.rb:
    outpath: app/wormname
  spec/javascripts/support/jasmine.yml:
  spec/javascripts/support/jasmine_helper.rb:
  spec/javascripts/app_spec.js:
    outpath: app/wormname
  public/assets/favicon.ico:
  public/css/styles.css:
  public/js/app.js:
    outpath: app/wormname

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
skellington-0.4.15 config/config.yaml
skellington-0.4.13 config/config.yaml
skellington-0.4.11 config/config.yaml
skellington-0.4.10 config/config.yaml