--- !ruby/object:Gem::Specification 
name: watirsplash
version: !ruby/object:Gem::Version 
  hash: 27
  prerelease: false
  segments: 
  - 1
  - 3
  - 0
  version: 1.3.0
platform: ruby
authors: 
- Jarmo Pertman
autorequire: 
bindir: bin
cert_chain: []

date: 2011-04-22 00:00:00 +03:00
default_executable: watirsplash
dependencies: 
- !ruby/object:Gem::Dependency 
  name: rspec
  prerelease: false
  requirement: &id001 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ~>
      - !ruby/object:Gem::Version 
        hash: 9
        segments: 
        - 2
        - 5
        version: "2.5"
  type: :runtime
  version_requirements: *id001
- !ruby/object:Gem::Dependency 
  name: thor
  prerelease: false
  requirement: &id002 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ~>
      - !ruby/object:Gem::Version 
        hash: 3
        segments: 
        - 0
        version: "0"
  type: :runtime
  version_requirements: *id002
- !ruby/object:Gem::Dependency 
  name: require_all
  prerelease: false
  requirement: &id003 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        hash: 3
        segments: 
        - 0
        version: "0"
  type: :runtime
  version_requirements: *id003
- !ruby/object:Gem::Dependency 
  name: syntax
  prerelease: false
  requirement: &id004 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        hash: 3
        segments: 
        - 0
        version: "0"
  type: :runtime
  version_requirements: *id004
description: WatirSplash makes testing of web applications splashin' easy by combining best features of Watir, RSpec and Ruby!
email: jarmo.p@gmail.com
executables: 
- watirsplash
extensions: []

extra_rdoc_files: 
- History.rdoc
- License.txt
- README.rdoc
files: 
- History.rdoc
- License.txt
- README.rdoc
- Rakefile
- VERSION
- bin/watirsplash
- environment.rb
- lib/watirsplash.rb
- lib/watirsplash/browser.rb
- lib/watirsplash/cli.rb
- lib/watirsplash/file_helper.rb
- lib/watirsplash/frameworks/firewatir.rb
- lib/watirsplash/frameworks/helper.rb
- lib/watirsplash/frameworks/watir-webdriver.rb
- lib/watirsplash/frameworks/watir-webdriver/chrome.rb
- lib/watirsplash/frameworks/watir-webdriver/firefox.rb
- lib/watirsplash/frameworks/watir-webdriver/ie.rb
- lib/watirsplash/frameworks/watir.rb
- lib/watirsplash/generators/migrate_project.rb
- lib/watirsplash/generators/new_common_project.rb
- lib/watirsplash/generators/new_project.rb
- lib/watirsplash/generators/templates/new_common_project/config.rb.tt
- lib/watirsplash/generators/templates/new_common_project/environment.rb
- lib/watirsplash/generators/templates/new_common_project/lib/common_application_helper.rb
- lib/watirsplash/generators/templates/new_project/.rspec
- lib/watirsplash/generators/templates/new_project/config.rb.tt
- lib/watirsplash/generators/templates/new_project/environment.rb.tt
- lib/watirsplash/generators/templates/new_project/spec/%formatted_name%_helper.rb.tt
- lib/watirsplash/generators/templates/new_project/spec/dummy_spec.rb.tt
- lib/watirsplash/html_formatter.rb
- lib/watirsplash/mini_magick_patch.rb
- lib/watirsplash/rspec_patches.rb
- lib/watirsplash/spec_helper.rb
- lib/watirsplash/util.rb
- spec/file_helper_spec.rb
- spec/rspec_patches_spec.rb
- spec/spec_helper_spec.rb
- spec/spec_match_array_spec.rb
- spec/util_spec.rb
- spec/watir_ie_spec.rb
- tags
has_rdoc: true
homepage: http://github.com/jarmo/WatirSplash
licenses: []

post_install_message: |-
  *************************
  
  Thank you for installing WatirSplash 1.3.0! Don't forget to take a look at the README and History files!
  
  Execute `watirsplash new` under your project's directory to generate a default project structure.
  
  *************************
rdoc_options: 
- --charset=UTF-8
- --main
- README.rdoc
- --template
- hanna
- --inline-source
- --format=html
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: watirsplash 1.3.0
test_files: 
- spec/file_helper_spec.rb
- spec/rspec_patches_spec.rb
- spec/spec_helper_spec.rb
- spec/spec_match_array_spec.rb
- spec/util_spec.rb
- spec/watir_ie_spec.rb