--- !ruby/object:Gem::Specification name: spreewald version: !ruby/object:Gem::Version hash: 17 prerelease: segments: - 1 - 1 - 1 version: 1.1.1 platform: ruby authors: - Tobias Kraze autorequire: bindir: bin cert_chain: [] date: 2014-08-04 00:00:00 Z dependencies: - !ruby/object:Gem::Dependency name: cucumber-rails 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 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: capybara 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 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 - 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 - spreewald.gemspec - support/documentation_generator.rb - 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/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/scripts/generate - tests/rails-3.2/.DS_Store - 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/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-2/Gemfile - tests/rails-3.2/capybara-2/Gemfile.lock - tests/rails-3.2/capybara-2/Rakefile - tests/rails-3.2/capybara-2/public/favicon.ico - tests/shared/app/controllers/application_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/layouts/application.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/tables/table1.html.haml - tests/shared/config/database.yml - tests/shared/db/migrate/.gitignore - tests/shared/features/shared/email_steps.feature - 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 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.29 signing_key: specification_version: 3 summary: Collection of useful cucumber steps. test_files: - 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/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/scripts/generate - tests/rails-3.2/.DS_Store - 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/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-2/Gemfile - tests/rails-3.2/capybara-2/Gemfile.lock - tests/rails-3.2/capybara-2/Rakefile - tests/rails-3.2/capybara-2/public/favicon.ico - tests/shared/app/controllers/application_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/layouts/application.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/tables/table1.html.haml - tests/shared/config/database.yml - tests/shared/db/migrate/.gitignore - tests/shared/features/shared/email_steps.feature - 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 has_rdoc: