Sha256: 5039fac697362c03fd79504d7f366408e803a1b2520e0505966373ca7c70c867

Contents?: true

Size: 880 Bytes

Versions: 3

Compression:

Stored size: 880 Bytes

Contents

rails:
  <3:
    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:
    frameworks/rails3:
      - app/controllers/application_controller.rb
      - config/database.yml
      - config/routes.rb
      - Gemfile
    helpers: *h
    models: *m
sinatra:
  <1:
    frameworks/sinatra: &s
      - application.rb
    helpers: *h
    models: *m
  <2:
    frameworks/sinatra: *s
    helpers: *h
    models: *m

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
acts_as_archive-0.3.4 spec/fixtures/frameworks.yml
acts_as_archive-0.3.3 spec/fixtures/frameworks.yml
acts_as_archive-0.3.2 spec/fixtures/frameworks.yml