--- !ruby/object:Gem::Specification name: route_dog version: !ruby/object:Gem::Version hash: 1 prerelease: false segments: - 2 - 3 - 1 version: 2.3.1 platform: ruby authors: - Alvaro Gil autorequire: bindir: bin cert_chain: [] date: 2011-04-12 00:00:00 -03:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: rack 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: rails prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 19 segments: - 2 - 3 - 8 version: 2.3.8 type: :runtime version_requirements: *id002 - !ruby/object:Gem::Dependency name: contest prerelease: false requirement: &id003 !ruby/object:Gem::Requirement none: false requirements: - - "=" - !ruby/object:Gem::Version hash: 31 segments: - 0 - 1 - 2 version: 0.1.2 type: :development version_requirements: *id003 - !ruby/object:Gem::Dependency name: nokogiri prerelease: false requirement: &id004 !ruby/object:Gem::Requirement none: false requirements: - - "=" - !ruby/object:Gem::Version hash: 113 segments: - 1 - 4 - 3 - 1 version: 1.4.3.1 type: :development version_requirements: *id004 description: Watch and Notify your not tested routes of a RoR Application, it also has a simple report about Routes defines, used and tested email: zevarito@gmail.com executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.md files: - LICENSE - README.md - Rakefile - VERSION - lib/route_dog.rb - lib/route_dog/middleware.rb - lib/route_dog/middleware/notifier.rb - lib/route_dog/middleware/route_dog.rb - lib/route_dog/middleware/watcher.rb - lib/route_dog/railtie.rb - lib/tasks/tasks.rake - route_dog.gemspec - test/integration/products_controller_test.rb - test/integration/sessions_controller_test.rb - test/integration/users_controller_test.rb - test/mock_app/.gitignore - test/mock_app/Gemfile - test/mock_app/Rakefile - test/mock_app/app/controllers/admin/blogs/posts_controller.rb - test/mock_app/app/controllers/admin/project_settings_controller.rb - test/mock_app/app/controllers/admin/users_controller.rb - test/mock_app/app/controllers/application_controller.rb - test/mock_app/app/controllers/products_controller.rb - test/mock_app/app/controllers/project_settings_controller.rb - test/mock_app/app/controllers/sessions_controller.rb - test/mock_app/app/controllers/users_controller.rb - test/mock_app/app/helpers/application_helper.rb - test/mock_app/app/views/layouts/application.html.erb - test/mock_app/app/views/users/index.html.erb - test/mock_app/config.ru - test/mock_app/config/application.rb - test/mock_app/config/boot.rb - test/mock_app/config/database.yml - test/mock_app/config/environment.rb - test/mock_app/config/environments/development.rb - test/mock_app/config/environments/production.rb - test/mock_app/config/environments/test.rb - test/mock_app/config/initializers/backtrace_silencers.rb - test/mock_app/config/initializers/inflections.rb - test/mock_app/config/initializers/mime_types.rb - test/mock_app/config/initializers/secret_token.rb - test/mock_app/config/initializers/session_store.rb - test/mock_app/config/locales/en.yml - test/mock_app/config/route_dog.yml - test/mock_app/config/routes.rb - test/mock_app/db/seeds.rb - test/mock_app/public/404.html - test/mock_app/public/422.html - test/mock_app/public/500.html - test/mock_app/public/favicon.ico - test/mock_app/public/images/rails.png - test/mock_app/public/index.html - test/mock_app/public/javascripts/application.js - test/mock_app/public/javascripts/controls.js - test/mock_app/public/javascripts/dragdrop.js - test/mock_app/public/javascripts/effects.js - test/mock_app/public/javascripts/prototype.js - test/mock_app/public/javascripts/rails.js - test/mock_app/public/robots.txt - test/mock_app/public/stylesheets/.gitkeep - test/mock_app/tmp/.gitignore - test/support/assertions.rb - test/test_helper.rb - test/unit/route_dog_test.rb has_rdoc: true homepage: http://github.com/zevarito/route_dog licenses: [] 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: routedog rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: Watch and Notify your not tested routes of a RoR Application test_files: - test/integration/products_controller_test.rb - test/integration/sessions_controller_test.rb - test/integration/users_controller_test.rb - test/mock_app/app/controllers/admin/blogs/posts_controller.rb - test/mock_app/app/controllers/admin/project_settings_controller.rb - test/mock_app/app/controllers/admin/users_controller.rb - test/mock_app/app/controllers/application_controller.rb - test/mock_app/app/controllers/products_controller.rb - test/mock_app/app/controllers/project_settings_controller.rb - test/mock_app/app/controllers/sessions_controller.rb - test/mock_app/app/controllers/users_controller.rb - test/mock_app/app/helpers/application_helper.rb - test/mock_app/config/application.rb - test/mock_app/config/boot.rb - test/mock_app/config/environment.rb - test/mock_app/config/environments/development.rb - test/mock_app/config/environments/production.rb - test/mock_app/config/environments/test.rb - test/mock_app/config/initializers/backtrace_silencers.rb - test/mock_app/config/initializers/inflections.rb - test/mock_app/config/initializers/mime_types.rb - test/mock_app/config/initializers/secret_token.rb - test/mock_app/config/initializers/session_store.rb - test/mock_app/config/routes.rb - test/mock_app/db/seeds.rb - test/support/assertions.rb - test/test_helper.rb - test/unit/route_dog_test.rb