Sha256: 24d4bd33ec319654bdc8c30126389d7a098f33e140df5d1b881e74c4e4893230

Contents?: true

Size: 1.31 KB

Versions: 2

Compression:

Stored size: 1.31 KB

Contents

gems:
  production:
    sinatra: 1.4
    rack-conneg:
    rack-tracker:
    rake:
    compass:
    bootstrap-sass:
    erubis:
    puma:
  test:
    rspec:
    guard:
    guard-rspec:
    guard-jasmine:
    capybara:
    coveralls:
    jasmine:
    pry:
    actionpack:

files:
  Gemfile:
  LICENSE.md:
  Guardfile:
  Rakefile:
  Procfile:
  .ruby-version:
  .rspec:
  .gitignore:
  config.ru:
  config.rb:
  config/config.yml:
  # the template has this name
  lib/app.rb:
    # but the output file substitutes it like this, where wormname is an attribute
    # on the Generator object
    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:
  views/includes/footer.erb:
  views/includes/github-corner.erb:
  spec/spec_helper.rb:
  spec/app/helpers_spec.rb:
    outpath: app/wormname
  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
  public/sass/_footer.scss:
  public/sass/_github-corner.scss:
  public/sass/_variables.scss:
  public/sass/styles.scss:

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
skellington-0.7.3 config/config.yaml
skellington-0.7.2 config/config.yaml