--- !ruby/object:Gem::Specification
name: cucumber_monitor
version: !ruby/object:Gem::Version
  version: 0.0.6
  prerelease: 
platform: ruby
authors:
- David William
autorequire: 
bindir: bin
cert_chain: []
date: 2012-09-27 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: rails
  requirement: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ~>
      - !ruby/object:Gem::Version
        version: 3.2.3
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ~>
      - !ruby/object:Gem::Version
        version: 3.2.3
- !ruby/object:Gem::Dependency
  name: cucumber-rails
  requirement: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: 1.1.1
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: 1.1.1
description: Visualization and manipulation of cucumber features.
email: david@webhall.com.br
executables: []
extensions: []
extra_rdoc_files: []
files:
- app/assets/images/cucumber_monitor/ajax-loader.gif
- app/assets/javascripts/cucumber_monitor/cucumber_monitor.js.erb
- app/assets/stylesheets/cucumber_monitor/application.css
- app/assets/stylesheets/cucumber_monitor/cucumber_monitor.css
- app/controllers/cucumber_monitor_controller.rb
- app/views/cucumber_monitor/_search_form.html.erb
- app/views/cucumber_monitor/feature_runner.js.erb
- app/views/cucumber_monitor/features.html.erb
- app/views/cucumber_monitor/search.html.erb
- app/views/cucumber_monitor/show_feature.html.erb
- app/views/layouts/cucumber_monitor.html.erb
- config/cucumber.yml
- config/locales/cucumber_monitor.yml
- config/locales/cucumber_monitor_views.yml
- config/routes.rb
- lib/cucumber_monitor/array.rb
- lib/cucumber_monitor/base.rb
- lib/cucumber_monitor/context.rb
- lib/cucumber_monitor/engine.rb
- lib/cucumber_monitor/feature_file.rb
- lib/cucumber_monitor/feature_runner.rb
- lib/cucumber_monitor/scenario.rb
- lib/cucumber_monitor/step.rb
- lib/cucumber_monitor/string.rb
- lib/cucumber_monitor/version.rb
- lib/cucumber_monitor.rb
- lib/tasks/cucumber_monitor_tasks.rake
- MIT-LICENSE
- Rakefile
- README.rdoc
- test/base_test.rb
- test/context_test.rb
- test/cucumber_monitor_test.rb
- test/dummy/app/assets/javascripts/application.js
- test/dummy/app/assets/stylesheets/application.css
- test/dummy/app/controllers/application_controller.rb
- test/dummy/app/helpers/application_helper.rb
- test/dummy/app/views/layouts/application.html.erb
- test/dummy/config/application.rb
- test/dummy/config/boot.rb
- test/dummy/config/cucumber.yml
- test/dummy/config/database.yml
- test/dummy/config/environment.rb
- test/dummy/config/environments/development.rb
- test/dummy/config/environments/production.rb
- test/dummy/config/environments/test.rb
- test/dummy/config/initializers/backtrace_silencers.rb
- test/dummy/config/initializers/inflections.rb
- test/dummy/config/initializers/mime_types.rb
- test/dummy/config/initializers/secret_token.rb
- test/dummy/config/initializers/session_store.rb
- test/dummy/config/initializers/wrap_parameters.rb
- test/dummy/config/locales/en.yml
- test/dummy/config/routes.rb
- test/dummy/config.ru
- test/dummy/db/test.sqlite3
- test/dummy/features/administration.feature
- test/dummy/features/change_my_data.feature
- test/dummy/features/support/env.rb
- test/dummy/lib/tasks/cucumber.rake
- test/dummy/log/development.log
- test/dummy/log/test.log
- test/dummy/public/404.html
- test/dummy/public/422.html
- test/dummy/public/500.html
- test/dummy/public/favicon.ico
- test/dummy/Rakefile
- test/dummy/README.rdoc
- test/dummy/script/cucumber
- test/dummy/script/rails
- test/feature_file_test.rb
- test/integration/navigation_test.rb
- test/scenario_test.rb
- test/setup.rb
- test/step_test.rb
- test/test_helper.rb
homepage: http://www.webhall.com.br
licenses: []
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  none: false
  requirements:
  - - ! '>='
    - !ruby/object:Gem::Version
      version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
  none: false
  requirements:
  - - ! '>='
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubyforge_project: 
rubygems_version: 1.8.24
signing_key: 
specification_version: 3
summary: Puts your features in a highlighted position. Adds a dashboard for viewing,
  searching and better identification of yours scenarios and steps.
test_files:
- test/base_test.rb
- test/context_test.rb
- test/cucumber_monitor_test.rb
- test/dummy/app/assets/javascripts/application.js
- test/dummy/app/assets/stylesheets/application.css
- test/dummy/app/controllers/application_controller.rb
- test/dummy/app/helpers/application_helper.rb
- test/dummy/app/views/layouts/application.html.erb
- test/dummy/config/application.rb
- test/dummy/config/boot.rb
- test/dummy/config/cucumber.yml
- test/dummy/config/database.yml
- test/dummy/config/environment.rb
- test/dummy/config/environments/development.rb
- test/dummy/config/environments/production.rb
- test/dummy/config/environments/test.rb
- test/dummy/config/initializers/backtrace_silencers.rb
- test/dummy/config/initializers/inflections.rb
- test/dummy/config/initializers/mime_types.rb
- test/dummy/config/initializers/secret_token.rb
- test/dummy/config/initializers/session_store.rb
- test/dummy/config/initializers/wrap_parameters.rb
- test/dummy/config/locales/en.yml
- test/dummy/config/routes.rb
- test/dummy/config.ru
- test/dummy/db/test.sqlite3
- test/dummy/features/administration.feature
- test/dummy/features/change_my_data.feature
- test/dummy/features/support/env.rb
- test/dummy/lib/tasks/cucumber.rake
- test/dummy/log/development.log
- test/dummy/log/test.log
- test/dummy/public/404.html
- test/dummy/public/422.html
- test/dummy/public/500.html
- test/dummy/public/favicon.ico
- test/dummy/Rakefile
- test/dummy/README.rdoc
- test/dummy/script/cucumber
- test/dummy/script/rails
- test/feature_file_test.rb
- test/integration/navigation_test.rb
- test/scenario_test.rb
- test/setup.rb
- test/step_test.rb
- test/test_helper.rb