Sha256: c553d8c48b64a908d32f54f20b4bc6b7933fc28acd832dd8fbc097f3def222e8

Contents?: true

Size: 975 Bytes

Versions: 3

Compression:

Stored size: 975 Bytes

Contents

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

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
acts_as_archive-0.4.1 spec/fixtures/frameworks.yml
rylwin-acts_as_archive-0.4.0 spec/fixtures/frameworks.yml
acts_as_archive-0.4.0 spec/fixtures/frameworks.yml