Sha256: 89cd9ff5ef9a36c078855d164f22a199e4bf5ee3e9bbe3b12047b629e49be9d1
Contents?: true
Size: 1.21 KB
Versions: 1
Compression:
Stored size: 1.21 KB
Contents
gems: production: - sinatra - puma - rake - rack-conneg test: - cucumber - capybara - coveralls - jasmine - rspec - guard-rspec - guard-jasmine - guard - guard-cucumber - pry - actionpack test_require_false: - cucumber-api-steps files: Gemfile: Rakefile: Procfile: .ruby-version: .rspec: 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.1 | config/config.yaml |