Sha256: f8a223cf20503beddcb52830f1c8914219af7fddfbee2c44ce04e6ed90050df2

Contents?: true

Size: 1.76 KB

Versions: 1

Compression:

Stored size: 1.76 KB

Contents

sinatra:
  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/_fonts.scss:
    public/sass/_github-corner.scss:
    public/sass/_variables.scss:
    public/sass/styles.scss:

jekyll:
  gems:
    github-pages:
    bootstrap: '4.0.0.alpha4'
    rake:

  files:
    Gemfile:
    _config.yml:
    .gitignore:
    index.md:
    _layouts/default.html:
    assets/application.scss:
    _sass/bootstrap-custom.scss:
    _sass/fonts.scss:
    LICENSE.md:
    .ruby-version:

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
skellington-0.8.0 config/config.yaml