--- !ruby/object:Gem::Specification name: symbiont version: !ruby/object:Gem::Version version: 0.4.0 platform: ruby authors: - Jeff Nyman autorequire: bindir: bin cert_chain: [] date: 2014-05-08 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: '1.6' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: '1.6' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '2.14' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '2.14' - !ruby/object:Gem::Dependency name: colorize requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: 0.7.2 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: 0.7.2 - !ruby/object:Gem::Dependency name: watir-webdriver requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: 0.6.9 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: 0.6.9 description: "\n Symbiont is a framework that allows you to describe your application in\n terms of activity and page definitions. Those definitions can then be\n \ referenced by test libraries using the DSL that Symbiont provides. The\n DSL allows web elements to be proxied to a driver library.\n\n The DSL provides a fluent interface that can be used for constructing\n test execution logic. This fluent interface promotes the idea of\n compressibility of your test logic, allowing for more factoring, more\n reuse, and less repetition.\n\n You can use Symbiont directly as an automated test library or you can\n use it with other tools such as RSpec, Cucumber, or my own Lucid tool.\n " email: - jeffnyman@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - .coveralls.yml - .gitignore - .travis.yml - Gemfile - LICENSE.txt - README.md - Rakefile - lib/symbiont.rb - lib/symbiont/accessor.rb - lib/symbiont/assertions.rb - lib/symbiont/elements.rb - lib/symbiont/errors.rb - lib/symbiont/factory.rb - lib/symbiont/helpers.rb - lib/symbiont/pages.rb - lib/symbiont/version.rb - spec/fixtures/element_definitions.rb - spec/fixtures/mock_drivers.rb - spec/fixtures/page_definitions.rb - spec/spec_helper.rb - spec/symbiont/assertion_spec.rb - spec/symbiont/driver_spec.rb - spec/symbiont/element_spec.rb - spec/symbiont/factory_spec.rb - spec/symbiont/page_spec.rb - symbiont.gemspec - test/symbiont-script.rb homepage: https://github.com/jnyman/symbiont licenses: - MIT metadata: {} post_install_message: "\n (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::)\n\n Symbiont 0.4.0 has been installed.\n\n (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::) (::)\n " rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: 1.9.3 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: 1.8.29 requirements: - Watir-WebDriver, Colorize rubyforge_project: rubygems_version: 2.2.2 signing_key: specification_version: 4 summary: An Endosymbiotic Facultative Semantically Clean Fluent Interface Test Framework test_files: - spec/fixtures/element_definitions.rb - spec/fixtures/mock_drivers.rb - spec/fixtures/page_definitions.rb - spec/spec_helper.rb - spec/symbiont/assertion_spec.rb - spec/symbiont/driver_spec.rb - spec/symbiont/element_spec.rb - spec/symbiont/factory_spec.rb - spec/symbiont/page_spec.rb - test/symbiont-script.rb has_rdoc: