--- !ruby/object:Gem::Specification
name: spreewald
version: !ruby/object:Gem::Version
  version: 1.9.0
platform: ruby
authors:
- Tobias Kraze
autorequire: 
bindir: bin
cert_chain: []
date: 2017-05-03 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: cucumber
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: cucumber_priority
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: bundler
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '1.11'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '1.11'
- !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: pry
  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: aruba
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: 0.10.2
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: 0.10.2
- !ruby/object:Gem::Dependency
  name: guard-cucumber
  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: 3.4.0
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: 3.4.0
description: A collection of cucumber steps we use in our projects, including steps
  to check HTML, tables, emails and some utility methods.
email:
- tobias@kraze.eu
executables:
- spreewald
extensions: []
extra_rdoc_files: []
files:
- ".gitignore"
- LICENSE
- README.md
- Rakefile
- bin/spreewald
- examples/paths.rb
- examples/selectors.rb
- features/binary.feature
- features/support/aruba.rb
- lib/spreewald.rb
- lib/spreewald/all_steps.rb
- lib/spreewald/development_steps.rb
- lib/spreewald/email_steps.rb
- lib/spreewald/file_attachment_steps.rb
- lib/spreewald/table_steps.rb
- lib/spreewald/timecop_steps.rb
- lib/spreewald/web_steps.rb
- lib/spreewald_support/custom_matchers.rb
- lib/spreewald_support/github.rb
- lib/spreewald_support/mail_finder.rb
- lib/spreewald_support/path_selector_fallbacks.rb
- lib/spreewald_support/step_fallback.rb
- lib/spreewald_support/tolerance_for_selenium_sync_issues.rb
- lib/spreewald_support/version.rb
- lib/spreewald_support/web_steps_helpers.rb
- spreewald.gemspec
- support/parser.rb
- support/paths_manager.rb
- support/step_definition.rb
- support/step_definition_file.rb
- support/step_manager.rb
- tests/rails-2.3/.firefox-version
- tests/rails-2.3/.ruby-version
- tests/rails-2.3/Gemfile
- tests/rails-2.3/Gemfile.lock
- tests/rails-2.3/Rakefile
- tests/rails-2.3/config/boot.rb
- tests/rails-2.3/config/cucumber.yml
- tests/rails-2.3/config/database.yml
- tests/rails-2.3/config/environment.rb
- tests/rails-2.3/config/environments/test.rb
- tests/rails-2.3/config/initializers/backtrace_silencers.rb
- tests/rails-2.3/config/initializers/cookie_verification_secret.rb
- tests/rails-2.3/config/initializers/inflections.rb
- tests/rails-2.3/config/initializers/mime_types.rb
- tests/rails-2.3/config/initializers/new_rails_defaults.rb
- tests/rails-2.3/config/initializers/session_store.rb
- tests/rails-2.3/config/preinitializer.rb
- tests/rails-2.3/config/routes.rb
- tests/rails-2.3/features/support/env.rb
- tests/rails-2.3/features/support/paths.rb
- tests/rails-2.3/features/support/selectors.rb
- tests/rails-2.3/scripts/generate
- tests/rails-3.2/.DS_Store
- tests/rails-3.2/capybara-1/.firefox-version
- tests/rails-3.2/capybara-1/.ruby-version
- tests/rails-3.2/capybara-1/Gemfile
- tests/rails-3.2/capybara-1/Gemfile.lock
- tests/rails-3.2/capybara-1/Rakefile
- tests/rails-3.2/capybara-1/config/application.rb
- tests/rails-3.2/capybara-1/config/boot.rb
- tests/rails-3.2/capybara-1/config/cucumber.yml
- tests/rails-3.2/capybara-1/config/database.yml
- tests/rails-3.2/capybara-1/config/environment.rb
- tests/rails-3.2/capybara-1/config/initializers/backtrace_silencers.rb
- tests/rails-3.2/capybara-1/config/initializers/inflections.rb
- tests/rails-3.2/capybara-1/config/initializers/mime_types.rb
- tests/rails-3.2/capybara-1/config/initializers/secret_token.rb
- tests/rails-3.2/capybara-1/config/initializers/session_store.rb
- tests/rails-3.2/capybara-1/config/routes.rb
- tests/rails-3.2/capybara-1/features/support/env.rb
- tests/rails-3.2/capybara-1/features/support/paths.rb
- tests/rails-3.2/capybara-1/features/support/selectors.rb
- tests/rails-3.2/capybara-2/.firefox-version
- tests/rails-3.2/capybara-2/.ruby-version
- tests/rails-3.2/capybara-2/Gemfile
- tests/rails-3.2/capybara-2/Gemfile.lock
- tests/rails-3.2/capybara-2/Rakefile
- tests/rails-3.2/capybara-2/config.ru
- tests/rails-3.2/capybara-2/script/cucumber
- tests/rails-3.2/capybara-2/script/rails
- tests/shared/app/controllers/application_controller.rb
- tests/shared/app/controllers/authenticated_controller.rb
- tests/shared/app/controllers/emails_controller.rb
- tests/shared/app/controllers/forms_controller.rb
- tests/shared/app/controllers/static_pages_controller.rb
- tests/shared/app/controllers/tables_controller.rb
- tests/shared/app/models/mailer.rb
- tests/shared/app/views/forms/checkbox_form.html.haml
- tests/shared/app/views/forms/form1.html.haml
- tests/shared/app/views/forms/form2.html.haml
- tests/shared/app/views/forms/select_fields.html.haml
- tests/shared/app/views/layouts/application.html.haml
- tests/shared/app/views/static_pages/click_on.html.haml
- tests/shared/app/views/static_pages/home.html.haml
- tests/shared/app/views/static_pages/link_to_home.html.haml
- tests/shared/app/views/static_pages/overridden.html.haml
- tests/shared/app/views/static_pages/see_element.html.haml
- tests/shared/app/views/static_pages/visibility.html.haml
- tests/shared/app/views/static_pages/within.html.haml
- tests/shared/app/views/tables/table1.html.haml
- tests/shared/app/views/tables/table_with_weird_spaces.html.erb
- tests/shared/config/cucumber.yml
- tests/shared/config/database.yml
- tests/shared/db/migrate/.gitignore
- tests/shared/features/shared/email_steps.feature
- tests/shared/features/shared/overriding.feature
- tests/shared/features/shared/step_definitions/overriding_steps.rb
- tests/shared/features/shared/step_definitions/test_steps.rb
- tests/shared/features/shared/table_steps.feature
- tests/shared/features/shared/web_steps.feature
- tests/shared/features/support/paths.rb
- tests/shared/features/support/selectors.rb
- tests/shared/public/favicon.ico
- tests/shared/public/javascripts/jquery-1.7.2.min.js
homepage: https://github.com/makandra/spreewald
licenses:
- MIT
metadata: {}
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubyforge_project: 
rubygems_version: 2.4.8
signing_key: 
specification_version: 4
summary: Collection of useful cucumber steps.
test_files:
- tests/rails-2.3/.firefox-version
- tests/rails-2.3/.ruby-version
- tests/rails-2.3/Gemfile
- tests/rails-2.3/Gemfile.lock
- tests/rails-2.3/Rakefile
- tests/rails-2.3/config/boot.rb
- tests/rails-2.3/config/cucumber.yml
- tests/rails-2.3/config/database.yml
- tests/rails-2.3/config/environment.rb
- tests/rails-2.3/config/environments/test.rb
- tests/rails-2.3/config/initializers/backtrace_silencers.rb
- tests/rails-2.3/config/initializers/cookie_verification_secret.rb
- tests/rails-2.3/config/initializers/inflections.rb
- tests/rails-2.3/config/initializers/mime_types.rb
- tests/rails-2.3/config/initializers/new_rails_defaults.rb
- tests/rails-2.3/config/initializers/session_store.rb
- tests/rails-2.3/config/preinitializer.rb
- tests/rails-2.3/config/routes.rb
- tests/rails-2.3/features/support/env.rb
- tests/rails-2.3/features/support/paths.rb
- tests/rails-2.3/features/support/selectors.rb
- tests/rails-2.3/scripts/generate
- tests/rails-3.2/.DS_Store
- tests/rails-3.2/capybara-1/.firefox-version
- tests/rails-3.2/capybara-1/.ruby-version
- tests/rails-3.2/capybara-1/Gemfile
- tests/rails-3.2/capybara-1/Gemfile.lock
- tests/rails-3.2/capybara-1/Rakefile
- tests/rails-3.2/capybara-1/config/application.rb
- tests/rails-3.2/capybara-1/config/boot.rb
- tests/rails-3.2/capybara-1/config/cucumber.yml
- tests/rails-3.2/capybara-1/config/database.yml
- tests/rails-3.2/capybara-1/config/environment.rb
- tests/rails-3.2/capybara-1/config/initializers/backtrace_silencers.rb
- tests/rails-3.2/capybara-1/config/initializers/inflections.rb
- tests/rails-3.2/capybara-1/config/initializers/mime_types.rb
- tests/rails-3.2/capybara-1/config/initializers/secret_token.rb
- tests/rails-3.2/capybara-1/config/initializers/session_store.rb
- tests/rails-3.2/capybara-1/config/routes.rb
- tests/rails-3.2/capybara-1/features/support/env.rb
- tests/rails-3.2/capybara-1/features/support/paths.rb
- tests/rails-3.2/capybara-1/features/support/selectors.rb
- tests/rails-3.2/capybara-2/.firefox-version
- tests/rails-3.2/capybara-2/.ruby-version
- tests/rails-3.2/capybara-2/Gemfile
- tests/rails-3.2/capybara-2/Gemfile.lock
- tests/rails-3.2/capybara-2/Rakefile
- tests/rails-3.2/capybara-2/config.ru
- tests/rails-3.2/capybara-2/script/cucumber
- tests/rails-3.2/capybara-2/script/rails
- tests/shared/app/controllers/application_controller.rb
- tests/shared/app/controllers/authenticated_controller.rb
- tests/shared/app/controllers/emails_controller.rb
- tests/shared/app/controllers/forms_controller.rb
- tests/shared/app/controllers/static_pages_controller.rb
- tests/shared/app/controllers/tables_controller.rb
- tests/shared/app/models/mailer.rb
- tests/shared/app/views/forms/checkbox_form.html.haml
- tests/shared/app/views/forms/form1.html.haml
- tests/shared/app/views/forms/form2.html.haml
- tests/shared/app/views/forms/select_fields.html.haml
- tests/shared/app/views/layouts/application.html.haml
- tests/shared/app/views/static_pages/click_on.html.haml
- tests/shared/app/views/static_pages/home.html.haml
- tests/shared/app/views/static_pages/link_to_home.html.haml
- tests/shared/app/views/static_pages/overridden.html.haml
- tests/shared/app/views/static_pages/see_element.html.haml
- tests/shared/app/views/static_pages/visibility.html.haml
- tests/shared/app/views/static_pages/within.html.haml
- tests/shared/app/views/tables/table1.html.haml
- tests/shared/app/views/tables/table_with_weird_spaces.html.erb
- tests/shared/config/cucumber.yml
- tests/shared/config/database.yml
- tests/shared/db/migrate/.gitignore
- tests/shared/features/shared/email_steps.feature
- tests/shared/features/shared/overriding.feature
- tests/shared/features/shared/step_definitions/overriding_steps.rb
- tests/shared/features/shared/step_definitions/test_steps.rb
- tests/shared/features/shared/table_steps.feature
- tests/shared/features/shared/web_steps.feature
- tests/shared/features/support/paths.rb
- tests/shared/features/support/selectors.rb
- tests/shared/public/favicon.ico
- tests/shared/public/javascripts/jquery-1.7.2.min.js