Sha256: 7c285caa88cb3059ee6496bd4433809397b8787d64c4fb982601c95b07f1652c

Contents?: true

Size: 1.16 KB

Versions: 8

Compression:

Stored size: 1.16 KB

Contents

# Default configuration# Default configuration--- 
default:
   directory: /tmp/traq_test
   user: taq
   list: 
   - Rakefile
   - config.ru
   - Gemfile
   - - config/application.rb
   - - config/environment.rb
   - - config/initializers/**/*
   - - config/environments/production.rb
   - - config/locales/**/*
   - - config/routes.rb
   - - app/**/*
   - - db/migrate/**/*
   - - public/javascripts/**/*
   - - public/stylesheets/**/*
   - - lib/**/*
   - - bin/**/*
   - - public/images/**/*
     - public/images/uploads/**/*
   password: fill your password here
   host: localhost
   server: passenger
   shell: bash -l -c 
custom:
   directory: /tmp/traq_test_custom
   user: taq
   list: 
   - Rakefile
   - config.ru
   - Gemfile
   - - config/application.rb
   - - config/environment.rb
   - - config/initializers/**/*
   - - config/environments/production.rb
   - - config/locales/**/*
   - - config/routes.rb
   - - app/**/*
   - - db/migrate/**/*
   - - public/javascripts/**/*
   - - public/stylesheets/**/*
   - - lib/**/*
   - - bin/**/*
   - - public/images/**/*
     - public/images/uploads/**/*
   password: fill your password here
   host: localhost
   shell: bash -l -c 

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
traquitana-0.1.0 config/custom.yml
traquitana-0.0.28 config/custom.yml
traquitana-0.0.27 config/custom.yml
traquitana-0.0.26 config/custom.yml
traquitana-0.0.25 config/custom.yml
traquitana-0.0.24 config/custom.yml
traquitana-0.0.23 config/custom.yml
traquitana-0.0.22 config/custom.yml