--- !ruby/object:Gem::Specification 
name: spreewald
version: !ruby/object:Gem::Version 
  hash: 61
  prerelease: 
  segments: 
  - 1
  - 11
  - 3
  version: 1.11.3
platform: ruby
authors: 
- Tobias Kraze
autorequire: 
bindir: bin
cert_chain: []

date: 2018-03-14 00:00:00 Z
dependencies: 
- !ruby/object:Gem::Dependency 
  name: cucumber
  prerelease: false
  requirement: &id001 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        hash: 3
        segments: 
        - 0
        version: "0"
  type: :runtime
  version_requirements: *id001
- !ruby/object:Gem::Dependency 
  name: cucumber_priority
  prerelease: false
  requirement: &id002 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        hash: 19
        segments: 
        - 0
        - 3
        - 0
        version: 0.3.0
  type: :runtime
  version_requirements: *id002
- !ruby/object:Gem::Dependency 
  name: bundler
  prerelease: false
  requirement: &id003 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ~>
      - !ruby/object:Gem::Version 
        hash: 25
        segments: 
        - 1
        - 11
        version: "1.11"
  type: :development
  version_requirements: *id003
- !ruby/object:Gem::Dependency 
  name: rake
  prerelease: false
  requirement: &id004 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        hash: 3
        segments: 
        - 0
        version: "0"
  type: :development
  version_requirements: *id004
- !ruby/object:Gem::Dependency 
  name: pry
  prerelease: false
  requirement: &id005 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        hash: 3
        segments: 
        - 0
        version: "0"
  type: :development
  version_requirements: *id005
- !ruby/object:Gem::Dependency 
  name: aruba
  prerelease: false
  requirement: &id006 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ~>
      - !ruby/object:Gem::Version 
        hash: 51
        segments: 
        - 0
        - 10
        - 2
        version: 0.10.2
  type: :development
  version_requirements: *id006
- !ruby/object:Gem::Dependency 
  name: rspec
  prerelease: false
  requirement: &id007 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ~>
      - !ruby/object:Gem::Version 
        hash: 23
        segments: 
        - 3
        - 4
        - 0
        version: 3.4.0
  type: :development
  version_requirements: *id007
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
- .rspec
- .ruby-version
- Gemfile
- Gemfile.lock
- 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
- spec/spec_helper.rb
- spec/spreewald_support/tolerance_for_selenium_sync_issues_spec.rb
- spec/support/world.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
post_install_message: 
rdoc_options: []

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.8.30
signing_key: 
specification_version: 3
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
has_rdoc: