--- !ruby/object:Gem::Specification name: rails-app-spec version: !ruby/object:Gem::Version version: 0.3.3 prerelease: platform: ruby authors: - Kristian Mandrup autorequire: bindir: bin cert_chain: [] date: 2011-03-04 00:00:00.000000000 +01:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: rspec requirement: &2161823060 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 2.4.1 type: :runtime prerelease: false version_requirements: *2161823060 - !ruby/object:Gem::Dependency name: code-spec requirement: &2161821600 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 0.2.9 type: :runtime prerelease: false version_requirements: *2161821600 - !ruby/object:Gem::Dependency name: file-spec requirement: &2161820580 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 0.2.0 type: :runtime prerelease: false version_requirements: *2161820580 - !ruby/object:Gem::Dependency name: migration_assist requirement: &2161819500 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 0.2.0 type: :runtime prerelease: false version_requirements: *2161819500 - !ruby/object:Gem::Dependency name: rails_artifactor requirement: &2161818460 !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 0.3.3 type: :runtime prerelease: false version_requirements: *2161818460 description: RSpec 2 matchers to help spec the structure and content of your Rails 3 app email: kmandrup@gmail.com executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.markdown files: - .document - .rspec - LICENSE - README.markdown - Rakefile - VERSION - lib/rails-app-spec.rb - lib/rails_app_spec/matchers.rb - lib/rails_app_spec/matchers/artifact.rb - lib/rails_app_spec/matchers/artifact/class/have_artifact_class.rb - lib/rails_app_spec/matchers/artifact/class/have_artifact_subclass.rb - lib/rails_app_spec/matchers/artifact/have_artifact.rb - lib/rails_app_spec/matchers/artifact/have_artifact_file.rb - lib/rails_app_spec/matchers/artifact/have_artifacts.rb - lib/rails_app_spec/matchers/artifact/have_rails_artifact_file.rb - lib/rails_app_spec/matchers/artifact/have_rails_artifact_files.rb - lib/rails_app_spec/matchers/artifact/shared/artifact_file_helper.rb - lib/rails_app_spec/matchers/artifact/shared/artifact_helper.rb - lib/rails_app_spec/matchers/directory/have_artifact_dirs.rb - lib/rails_app_spec/matchers/directory/have_rails_dir.rb - lib/rails_app_spec/matchers/directory/have_rails_dirs.rb - lib/rails_app_spec/matchers/file/have_rails_file.rb - lib/rails_app_spec/matchers/file/have_rails_files.rb - lib/rails_app_spec/matchers/file/rails_file_helper.rb - lib/rails_app_spec/matchers/special/have_app_config.rb - lib/rails_app_spec/matchers/special/have_gem.rb - lib/rails_app_spec/matchers/special/have_gems.rb - lib/rails_app_spec/namespaces.rb - lib/rails_app_spec/rspec.rb - lib/rails_app_spec/rspec/configure.rb - rails-app-spec.gemspec - spec/rails_app_spec/matchers/artifact/controller_spec.rb - spec/rails_app_spec/matchers/artifact/core/have_artifacts_spec.rb - spec/rails_app_spec/matchers/artifact/helper_spec.rb - spec/rails_app_spec/matchers/artifact/mailer_spec.rb - spec/rails_app_spec/matchers/artifact/migration/migration_simple_number_spec.rb - spec/rails_app_spec/matchers/artifact/migration/migration_spec.rb - spec/rails_app_spec/matchers/artifact/model_mongoid_spec.rb - spec/rails_app_spec/matchers/artifact/model_spec.rb - spec/rails_app_spec/matchers/artifact/observer_spec.rb - spec/rails_app_spec/matchers/artifact/view_spec.rb - spec/rails_app_spec/matchers/directory/have_rails_dir_spec.rb - spec/rails_app_spec/matchers/directory/have_rails_dirs_spec.rb - spec/rails_app_spec/matchers/file/have_rails_file_spec.rb - spec/rails_app_spec/matchers/file/have_rails_files_spec.rb - spec/rails_app_spec/matchers/special/have_app_config_spec.rb - spec/rails_app_spec/matchers/special/have_gem_spec.rb - spec/rails_app_spec/matchers/special/have_gems_spec.rb - spec/spec_helper.rb has_rdoc: true homepage: http://github.com/kristianmandrup/rails-app-spec licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.6.1 signing_key: specification_version: 3 summary: Spec the structure of your Rails 3 app test_files: - spec/rails_app_spec/matchers/artifact/controller_spec.rb - spec/rails_app_spec/matchers/artifact/core/have_artifacts_spec.rb - spec/rails_app_spec/matchers/artifact/helper_spec.rb - spec/rails_app_spec/matchers/artifact/mailer_spec.rb - spec/rails_app_spec/matchers/artifact/migration/migration_simple_number_spec.rb - spec/rails_app_spec/matchers/artifact/migration/migration_spec.rb - spec/rails_app_spec/matchers/artifact/model_mongoid_spec.rb - spec/rails_app_spec/matchers/artifact/model_spec.rb - spec/rails_app_spec/matchers/artifact/observer_spec.rb - spec/rails_app_spec/matchers/artifact/view_spec.rb - spec/rails_app_spec/matchers/directory/have_rails_dir_spec.rb - spec/rails_app_spec/matchers/directory/have_rails_dirs_spec.rb - spec/rails_app_spec/matchers/file/have_rails_file_spec.rb - spec/rails_app_spec/matchers/file/have_rails_files_spec.rb - spec/rails_app_spec/matchers/special/have_app_config_spec.rb - spec/rails_app_spec/matchers/special/have_gem_spec.rb - spec/rails_app_spec/matchers/special/have_gems_spec.rb - spec/spec_helper.rb