Sha256: 3f53c128e9af6b182cd569c6eac3763d54ffcd04efbaa0f5d2e77cbc2bf4bddd
Contents?: true
Size: 1.23 KB
Versions: 1
Compression:
Stored size: 1.23 KB
Contents
gems: production: - sinatra - rack-conneg - 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: 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/appSpec.js: outpath: app/wormname public/assets/favicon.ico: public/css/styles.css: public/js/app.js: outpath: app/wormname
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
skellington-0.4.2 | config/config.yaml |