Sha256: c7aac6ef99b21d7402f2a6413b8540658bd3976d837ae94489dce3e4ce04b083

Contents?: true

Size: 721 Bytes

Versions: 6

Compression:

Stored size: 721 Bytes

Contents

rails:
  <3:
    rails2:
      - app/controllers/application_controller.rb
      - config/environment.rb
      - config/routes.rb
      - vendor/plugins/plugin/rails/init.rb
    all_frameworks:
      - app/views/application/test.html.erb
      - config/assets.yml
  <4:
    rails3:
      - app/controllers/application_controller.rb
      - config/application.rb
      - config/routes.rb
      - Gemfile
    all_frameworks:
      - app/views/application/test.html.erb
      - config/assets.yml
sinatra:
  <1:
    sinatra:
      - application.rb
    all_frameworks:
      - test.html.erb
      - config/assets.yml
  <2:
    sinatra:
      - application.rb
    all_frameworks:
      - test.html.erb
      - config/assets.yml

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
smart_asset-0.5.10 spec/fixtures/frameworks.yml
smart_asset-0.5.9 spec/fixtures/frameworks.yml
smart_asset-0.5.8 spec/fixtures/frameworks.yml
smart_asset-0.5.7 spec/fixtures/frameworks.yml
smart_asset-0.5.6 spec/fixtures/frameworks.yml
smart_asset-0.5.5 spec/fixtures/frameworks.yml