--- !ruby/object:Gem::Specification name: cucumba version: !ruby/object:Gem::Version hash: 19 prerelease: false segments: - 0 - 0 - 6 version: 0.0.6 platform: ruby authors: - kucaahbe autorequire: bindir: bin cert_chain: [] date: 2010-10-05 00:00:00 +03:00 default_executable: dependencies: [] description: If you develop more than one rails applications that communicate with each other and you need to test them with something like capybara and also whant to communicate with database - this gem will help you email: - kucaahbe@ukr.net executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - Gemfile - Gemfile.lock - History.md - PostInstall.txt - README.rdoc - Rakefile - cucumba.gemspec - generators/cucumba/USAGE - generators/cucumba/cucumba_generator.rb - generators/cucumba/templates/config.yml - generators/cucumba/templates/cucumba - lib/cucumba.rb - lib/cucumba/drb.rb - lib/cucumba/railz.rb - lib/cucumba/railz/klass.rb - lib/cucumba/railz/runner.rb - lib/cucumba/server.rb - lib/cucumba/version.rb - spec/configuration_spec.rb - spec/rails_spec.rb - spec/spec_helper.rb - spec/support/sample_app/.gitignore - spec/support/sample_app/README - spec/support/sample_app/Rakefile - spec/support/sample_app/app/controllers/application_controller.rb - spec/support/sample_app/app/controllers/users_controller.rb - spec/support/sample_app/app/helpers/application_helper.rb - spec/support/sample_app/app/helpers/users_helper.rb - spec/support/sample_app/app/models/user.rb - spec/support/sample_app/app/views/layouts/users.html.erb - spec/support/sample_app/app/views/users/edit.html.erb - spec/support/sample_app/app/views/users/index.html.erb - spec/support/sample_app/app/views/users/new.html.erb - spec/support/sample_app/app/views/users/show.html.erb - spec/support/sample_app/config/boot.rb - spec/support/sample_app/config/database.yml - spec/support/sample_app/config/environment.rb - spec/support/sample_app/config/environments/development.rb - spec/support/sample_app/config/environments/production.rb - spec/support/sample_app/config/environments/test.rb - spec/support/sample_app/config/initializers/cookie_verification_secret.rb - spec/support/sample_app/config/initializers/new_rails_defaults.rb - spec/support/sample_app/config/initializers/session_store.rb - spec/support/sample_app/config/routes.rb - spec/support/sample_app/db/schema.rb - spec/support/sample_app/public/404.html - spec/support/sample_app/public/422.html - spec/support/sample_app/public/500.html - spec/support/sample_app/public/favicon.ico - spec/support/sample_app/public/images/rails.png - spec/support/sample_app/public/index.html - spec/support/sample_app/public/javascripts/application.js - spec/support/sample_app/public/javascripts/controls.js - spec/support/sample_app/public/javascripts/dragdrop.js - spec/support/sample_app/public/javascripts/effects.js - spec/support/sample_app/public/javascripts/prototype.js - spec/support/sample_app/public/robots.txt - spec/support/sample_app/public/stylesheets/scaffold.css - spec/support/sample_app/script/about - spec/support/sample_app/script/console - spec/support/sample_app/script/dbconsole - spec/support/sample_app/script/destroy - spec/support/sample_app/script/generate - spec/support/sample_app/script/performance/benchmarker - spec/support/sample_app/script/performance/profiler - spec/support/sample_app/script/plugin - spec/support/sample_app/script/runner - spec/support/sample_app/script/server - spec/support/sample_app_run.sh - tasks/rspec.rake - tasks/utils.rake - tasks/yard.rake has_rdoc: true homepage: http://github.com/hxcoding/cucumba licenses: [] post_install_message: PostInstall.txt 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: cucumba rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: If you develop more than one rails applications that communicate with each other and you need to test them with something like capybara and also whant to communicate with database - this gem will help you test_files: []