--- !ruby/object:Gem::Specification
name: tim
version: !ruby/object:Gem::Version
  version: 0.3.0
  prerelease: 
platform: ruby
authors:
- Martyn Taylor
- Jason Guiditta
autorequire: 
bindir: bin
cert_chain: []
date: 2013-02-19 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: rails
  requirement: &12953140 !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ~>
      - !ruby/object:Gem::Version
        version: '3.2'
  type: :runtime
  prerelease: false
  version_requirements: *12953140
- !ruby/object:Gem::Dependency
  name: haml
  requirement: &12950400 !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
  type: :runtime
  prerelease: false
  version_requirements: *12950400
- !ruby/object:Gem::Dependency
  name: nokogiri
  requirement: &12965480 !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
  type: :runtime
  prerelease: false
  version_requirements: *12965480
- !ruby/object:Gem::Dependency
  name: oauth
  requirement: &12962440 !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
  type: :runtime
  prerelease: false
  version_requirements: *12962440
- !ruby/object:Gem::Dependency
  name: sqlite3
  requirement: &12958660 !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: *12958660
- !ruby/object:Gem::Dependency
  name: rspec-rails
  requirement: &12973520 !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: *12973520
- !ruby/object:Gem::Dependency
  name: database_cleaner
  requirement: &12971700 !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: *12971700
- !ruby/object:Gem::Dependency
  name: factory_girl_rails
  requirement: &12970380 !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ~>
      - !ruby/object:Gem::Version
        version: 4.1.0
  type: :development
  prerelease: false
  version_requirements: *12970380
- !ruby/object:Gem::Dependency
  name: minitest
  requirement: &12969260 !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: *12969260
description: Rails engine client for the Aeolus Image Factory cross-cloud virtual
  machine image builder.
email:
- aeolus-devel@lists.fedorahosted.org
executables: []
extensions: []
extra_rdoc_files: []
files:
- app/controllers/tim/provider_images_controller.rb
- app/controllers/tim/application_controller.rb
- app/controllers/tim/image_versions_controller.rb
- app/controllers/tim/base_images_controller.rb
- app/controllers/tim/entrypoint_controller.rb
- app/controllers/tim/templates_controller.rb
- app/controllers/tim/target_images_controller.rb
- app/validators/template_validator.rb
- app/views/layouts/tim/application.html.erb
- app/views/tim/image_versions/_form.html.erb
- app/views/tim/image_versions/new.html.erb
- app/views/tim/image_versions/_image_version.xml.haml
- app/views/tim/image_versions/show.xml.haml
- app/views/tim/image_versions/index.html.erb
- app/views/tim/image_versions/show.html.erb
- app/views/tim/image_versions/edit.html.erb
- app/views/tim/image_versions/index.xml.haml
- app/views/tim/image_versions/_image_version_minimal.xml.haml
- app/views/tim/layouts/application.html.erb
- app/views/tim/provider_images/_form.html.erb
- app/views/tim/provider_images/new.html.erb
- app/views/tim/provider_images/_provider_image.xml.haml
- app/views/tim/provider_images/show.xml.haml
- app/views/tim/provider_images/index.html.erb
- app/views/tim/provider_images/show.html.erb
- app/views/tim/provider_images/edit.html.erb
- app/views/tim/provider_images/index.xml.haml
- app/views/tim/provider_images/_provider_image_minimal.xml.haml
- app/views/tim/target_images/_form.html.erb
- app/views/tim/target_images/new.html.erb
- app/views/tim/target_images/_target_image.xml.haml
- app/views/tim/target_images/show.xml.haml
- app/views/tim/target_images/_target_image_minimal.xml.haml
- app/views/tim/target_images/index.html.erb
- app/views/tim/target_images/show.html.erb
- app/views/tim/target_images/edit.html.erb
- app/views/tim/target_images/index.xml.haml
- app/views/tim/templates/_form.html.erb
- app/views/tim/templates/new.html.erb
- app/views/tim/templates/show.xml.haml
- app/views/tim/templates/index.html.erb
- app/views/tim/templates/_template.xml.haml
- app/views/tim/templates/show.html.erb
- app/views/tim/templates/_template_minimal.xml.haml
- app/views/tim/templates/edit.html.erb
- app/views/tim/templates/index.xml.haml
- app/views/tim/images/_form.html.erb
- app/views/tim/images/new.html.erb
- app/views/tim/images/index.html.erb
- app/views/tim/images/show.html.erb
- app/views/tim/images/edit.html.erb
- app/views/tim/entrypoint/index.xml.haml
- app/views/tim/base_images/_form.html.erb
- app/views/tim/base_images/new.html.erb
- app/views/tim/base_images/show.xml.haml
- app/views/tim/base_images/_base_image.xml.haml
- app/views/tim/base_images/index.html.erb
- app/views/tim/base_images/show.html.erb
- app/views/tim/base_images/edit.html.erb
- app/views/tim/base_images/index.xml.haml
- app/views/tim/base_images/_base_image_minimal.xml.haml
- app/helpers/tim/application_helper.rb
- app/exceptions/tim/exceptions.rb
- app/assets/javascripts/tim/application.js
- app/assets/stylesheets/tim/application.css
- app/filters/tim/resource_link_filter.rb
- app/filters/tim/user_keys_filter.rb
- app/models/tim/provider_image.rb
- app/models/tim/template.rb
- app/models/tim/base_image.rb
- app/models/tim/base.rb
- app/models/tim/target_image.rb
- app/models/tim/image_version.rb
- app/responders/tim/custom_responder.rb
- app/patches/rails/active_record/autosave_association.rb
- config/user_keys.yml
- config/routes.rb
- config/initializers/haml.rb
- config/cucumber.yml
- config/schemas/tdl.rng
- db/migrate/20121216134538_add_factory_base_image_id_to_image_versions.rb
- db/migrate/20120906180351_create_tim_base_images.rb
- db/migrate/20121115151914_add_import_to_tim_base_images.rb
- db/migrate/20120906210106_create_tim_image_versions.rb
- db/migrate/20121216131814_rename_provider_account_id_attribute.rb
- db/migrate/20120911202321_create_tim_target_images.rb
- db/migrate/20120911204329_create_tim_provider_images.rb
- db/migrate/20121210131423_add_build_method_to_target_image.rb
- db/migrate/20120910175233_create_tim_templates.rb
- lib/tasks/tim_tasks.rake
- lib/tim/engine.rb
- lib/tim/version.rb
- lib/generators/tim/templates/README
- lib/generators/tim/templates/tim.rb
- lib/generators/tim/install_generator.rb
- lib/tim.rb
- lib/image_factory/model/provider_image.rb
- lib/image_factory/model/base_image.rb
- lib/image_factory/model/base.rb
- lib/image_factory/model/target_image.rb
- lib/image_factory/image_factory.rb
- lib/image_factory/oauth/active_resource_oauth_client.rb
- MIT-LICENSE
- Rakefile
- README.rdoc
- tim.gemspec
- Gemfile
- spec/controllers/base_images_controller_spec.rb
- spec/controllers/templates_controller_spec.rb
- spec/controllers/image_versions_controller_spec.rb
- spec/controllers/entrypoint_controller_spec.rb
- spec/controllers/target_images_controller_spec.rb
- spec/controllers/provider_images_controller_spec.rb
- spec/validators/template_validator_spec.rb
- spec/views/provider_images_spec.rb
- spec/views/base_images_spec.rb
- spec/views/image_versions_spec.rb
- spec/views/templates_spec.rb
- spec/views/target_images_spec.rb
- spec/spec_helper.rb
- spec/factories/tim/provider_image.rb
- spec/factories/tim/template.rb
- spec/factories/tim/base_image.rb
- spec/factories/tim/image_factory/provider_image.rb
- spec/factories/tim/image_factory/status_detail.rb
- spec/factories/tim/image_factory/target_image.rb
- spec/factories/tim/target_image.rb
- spec/factories/tim/image_version.rb
- spec/support/routes.rb
- spec/filters/user_keys_filter_spec.rb
- spec/filters/resource_link_filter_spec.rb
- spec/models/image_version_spec.rb
- spec/models/template_spec.rb
- spec/models/base_image_spec.rb
- spec/models/dummy/provider_type_spec.rb
- spec/models/dummy/user_spec.rb
- spec/models/dummy/provider_account_spec.rb
- spec/models/dummy/pool_family_spec.rb
- spec/models/target_image_spec.rb
- spec/models/provider_image_spec.rb
- spec/fixtures/template.xml
- spec/decorators/controllers/templates_controller_decorator_spec.rb
- test/dummy/config/application.rb
- test/dummy/config/database.yml
- test/dummy/config/environments/production.rb
- test/dummy/config/environments/development.rb
- test/dummy/config/environments/test.rb
- test/dummy/config/locales/en.yml
- test/dummy/config/routes.rb
- test/dummy/config/initializers/mime_types.rb
- test/dummy/config/initializers/backtrace_silencers.rb
- test/dummy/config/initializers/tim.rb
- test/dummy/config/initializers/session_store.rb
- test/dummy/config/initializers/secret_token.rb
- test/dummy/config/initializers/inflections.rb
- test/dummy/config/initializers/wrap_parameters.rb
- test/dummy/config/environment.rb
- test/dummy/config/boot.rb
- test/dummy/db/migrate/20120326103723532622_create_users.rb
- test/dummy/db/migrate/20120911203222_create_provider_types.rb
- test/dummy/db/migrate/20120911182850_add_pool_family_id_to_tim_base_image.rb
- test/dummy/db/migrate/20120911205431_create_provider_accounts.rb
- test/dummy/db/migrate/20120423123114264114_create_pool_families.rb
- test/dummy/db/migrate/20121216133232_add_provider_account_id_to_provider_images.rb
- test/dummy/db/migrate/20120911202845_add_provider_type_id_to_tim_target_image.rb
- test/dummy/db/schema.rb
- test/dummy/config.ru
- test/dummy/app/controllers/application_controller.rb
- test/dummy/app/views/layouts/application.html.erb
- test/dummy/app/views/tim/image_versions/_custom.xml.haml
- test/dummy/app/views/tim/layouts/application.html.erb
- test/dummy/app/views/tim/provider_images/_custom.xml.haml
- test/dummy/app/views/tim/target_images/_custom.xml.haml
- test/dummy/app/views/tim/templates/_custom.xml.haml
- test/dummy/app/views/tim/base_images/_custom.xml.haml
- test/dummy/app/helpers/application_helper.rb
- test/dummy/app/assets/javascripts/application.js
- test/dummy/app/assets/stylesheets/application.css
- test/dummy/app/models/tim/base_image.rb
- test/dummy/app/models/provider_account.rb
- test/dummy/app/models/user.rb
- test/dummy/app/models/provider_type.rb
- test/dummy/app/models/pool_family.rb
- test/dummy/app/decorators/tim/controllers/templates_controller_decorator.rb
- test/dummy/app/decorators/tim/controllers/base_images_controller_decorator.rb
- test/dummy/script/rails
- test/dummy/test.rb
- test/dummy/Rakefile
- test/dummy/public/favicon.ico
- test/dummy/public/422.html
- test/dummy/public/500.html
- test/dummy/public/404.html
homepage: https://github.com/aeolus-incubator/tim
licenses:
- MIT
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  none: false
  requirements:
  - - ! '>='
    - !ruby/object:Gem::Version
      version: '0'
      segments:
      - 0
      hash: -2467413164711160043
required_rubygems_version: !ruby/object:Gem::Requirement
  none: false
  requirements:
  - - ! '>='
    - !ruby/object:Gem::Version
      version: '0'
      segments:
      - 0
      hash: -2467413164711160043
requirements: []
rubyforge_project: 
rubygems_version: 1.8.15
signing_key: 
specification_version: 3
summary: Embeddable client for Aeolus Image Factory
test_files:
- spec/controllers/base_images_controller_spec.rb
- spec/controllers/templates_controller_spec.rb
- spec/controllers/image_versions_controller_spec.rb
- spec/controllers/entrypoint_controller_spec.rb
- spec/controllers/target_images_controller_spec.rb
- spec/controllers/provider_images_controller_spec.rb
- spec/validators/template_validator_spec.rb
- spec/views/provider_images_spec.rb
- spec/views/base_images_spec.rb
- spec/views/image_versions_spec.rb
- spec/views/templates_spec.rb
- spec/views/target_images_spec.rb
- spec/spec_helper.rb
- spec/factories/tim/provider_image.rb
- spec/factories/tim/template.rb
- spec/factories/tim/base_image.rb
- spec/factories/tim/image_factory/provider_image.rb
- spec/factories/tim/image_factory/status_detail.rb
- spec/factories/tim/image_factory/target_image.rb
- spec/factories/tim/target_image.rb
- spec/factories/tim/image_version.rb
- spec/support/routes.rb
- spec/filters/user_keys_filter_spec.rb
- spec/filters/resource_link_filter_spec.rb
- spec/models/image_version_spec.rb
- spec/models/template_spec.rb
- spec/models/base_image_spec.rb
- spec/models/dummy/provider_type_spec.rb
- spec/models/dummy/user_spec.rb
- spec/models/dummy/provider_account_spec.rb
- spec/models/dummy/pool_family_spec.rb
- spec/models/target_image_spec.rb
- spec/models/provider_image_spec.rb
- spec/fixtures/template.xml
- spec/decorators/controllers/templates_controller_decorator_spec.rb
- test/dummy/config/application.rb
- test/dummy/config/database.yml
- test/dummy/config/environments/production.rb
- test/dummy/config/environments/development.rb
- test/dummy/config/environments/test.rb
- test/dummy/config/locales/en.yml
- test/dummy/config/routes.rb
- test/dummy/config/initializers/mime_types.rb
- test/dummy/config/initializers/backtrace_silencers.rb
- test/dummy/config/initializers/tim.rb
- test/dummy/config/initializers/session_store.rb
- test/dummy/config/initializers/secret_token.rb
- test/dummy/config/initializers/inflections.rb
- test/dummy/config/initializers/wrap_parameters.rb
- test/dummy/config/environment.rb
- test/dummy/config/boot.rb
- test/dummy/db/migrate/20120326103723532622_create_users.rb
- test/dummy/db/migrate/20120911203222_create_provider_types.rb
- test/dummy/db/migrate/20120911182850_add_pool_family_id_to_tim_base_image.rb
- test/dummy/db/migrate/20120911205431_create_provider_accounts.rb
- test/dummy/db/migrate/20120423123114264114_create_pool_families.rb
- test/dummy/db/migrate/20121216133232_add_provider_account_id_to_provider_images.rb
- test/dummy/db/migrate/20120911202845_add_provider_type_id_to_tim_target_image.rb
- test/dummy/db/schema.rb
- test/dummy/config.ru
- test/dummy/app/controllers/application_controller.rb
- test/dummy/app/views/layouts/application.html.erb
- test/dummy/app/views/tim/image_versions/_custom.xml.haml
- test/dummy/app/views/tim/layouts/application.html.erb
- test/dummy/app/views/tim/provider_images/_custom.xml.haml
- test/dummy/app/views/tim/target_images/_custom.xml.haml
- test/dummy/app/views/tim/templates/_custom.xml.haml
- test/dummy/app/views/tim/base_images/_custom.xml.haml
- test/dummy/app/helpers/application_helper.rb
- test/dummy/app/assets/javascripts/application.js
- test/dummy/app/assets/stylesheets/application.css
- test/dummy/app/models/tim/base_image.rb
- test/dummy/app/models/provider_account.rb
- test/dummy/app/models/user.rb
- test/dummy/app/models/provider_type.rb
- test/dummy/app/models/pool_family.rb
- test/dummy/app/decorators/tim/controllers/templates_controller_decorator.rb
- test/dummy/app/decorators/tim/controllers/base_images_controller_decorator.rb
- test/dummy/script/rails
- test/dummy/test.rb
- test/dummy/Rakefile
- test/dummy/public/favicon.ico
- test/dummy/public/422.html
- test/dummy/public/500.html
- test/dummy/public/404.html