rails: <3: config: &c - config/acts_as_archive.yml frameworks/rails2: - app/controllers/application_controller.rb - config/database.yml - config/routes.rb - vendor/plugins/plugin/rails/init.rb helpers: &h - app/helpers/spec_helper.rb models: &m - app/models/belongs_to.rb - app/models/has_many.rb - app/models/has_many_through.rb - app/models/has_many_through_through.rb - app/models/has_one.rb - app/models/has_one_through.rb - app/models/has_one_through_through.rb - app/models/record.rb <4: config: *c frameworks/rails3: - app/controllers/application_controller.rb - config/database.yml - config/routes.rb - Gemfile helpers: *h models: *m sinatra: <1: config: *c frameworks/sinatra: &s - application.rb helpers: *h models: *m <2: config: *c frameworks/sinatra: *s helpers: *h models: *m