--- !ruby/object:Gem::Specification name: rautomation version: !ruby/object:Gem::Version hash: 29 prerelease: false segments: - 0 - 0 - 1 version: 0.0.1 platform: ruby authors: - Jarmo Pertman autorequire: bindir: bin cert_chain: [] date: 2010-10-13 00:00:00 +03:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: rspec prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 27 segments: - 1 - 3 - 0 version: 1.3.0 type: :development version_requirements: *id001 description: |- RAutomation tries to be a small and easy to use library for helping out to automate windows and their controls for automated testing. RAutomation aims to provide: * Easy to use and user-friendly API (inspired by Watir http://www.watir.com). * Cross-platform compatibility * Easy extensibility - have some application, which uses some specialized technology, but isn't supported by RAutomation? You can get dirty and create new implementation for RAutomation, due to the applied Strategy Pattern! email: jarmo.p@gmail.com executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.rdoc files: - .document - .gitignore - LICENSE - README.rdoc - Rakefile - VERSION - ext/AutoItX/AutoItX.chm - ext/AutoItX/AutoItX3.dll - lib/rautomation.rb - lib/rautomation/button.rb - lib/rautomation/implementations/autoit.rb - lib/rautomation/implementations/autoit/button.rb - lib/rautomation/implementations/autoit/locators.rb - lib/rautomation/implementations/autoit/text_field.rb - lib/rautomation/implementations/autoit/window.rb - lib/rautomation/implementations/helper.rb - lib/rautomation/text_field.rb - lib/rautomation/wait_helper.rb - lib/rautomation/window.rb - rautomation.gemspec - spec/button_spec.rb - spec/spec.opts - spec/spec_helper.rb - spec/test.html - spec/text_field_spec.rb - spec/window_spec.rb has_rdoc: true homepage: http://github.com/jarmo/RAutomation licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: Automate windows and their controls through user-friendly API with Ruby test_files: - spec/button_spec.rb - spec/spec_helper.rb - spec/text_field_spec.rb - spec/window_spec.rb