--- !ruby/object:Gem::Specification name: route_dog version: !ruby/object:Gem::Version prerelease: false segments: - 2 - 5 - 1 version: 2.5.1 platform: ruby authors: - Alvaro Gil autorequire: bindir: bin cert_chain: [] date: 2011-04-18 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 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 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 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 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: - README.md - LICENSE - Rakefile - route_dog.gemspec - test/integration/application_controller_test.rb - test/integration/pages_controller_test.rb - test/integration/products_controller_test.rb - test/integration/sessions_controller_test.rb - test/integration/users_controller_test.rb - test/mock_app/app/assets/images/rails.png - test/mock_app/app/assets/javascripts/application.js - test/mock_app/app/assets/stylesheets/application.css - 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/pages_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/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/initializers/wrap_parameters.rb - test/mock_app/config/locales/en.yml - test/mock_app/config/middlewares_route_dog.yml - test/mock_app/config/routes.rb - test/mock_app/config.ru - test/mock_app/db/development.sqlite3 - test/mock_app/db/seeds.rb - test/mock_app/db/test.sqlite3 - test/mock_app/doc/README_FOR_APP - test/mock_app/Gemfile - test/mock_app/Gemfile.lock - test/mock_app/log/development.log - test/mock_app/log/production.log - test/mock_app/log/server.log - test/mock_app/log/test.log - 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/Rakefile - test/mock_app/README - test/mock_app/script/rails - test/mock_app/test/test_helper.rb - test/mock_app/tmp/cache/assets/CF0/DA0/sprockets%2Fd7d5b37686831d37c4dd75e645f5e016 - test/mock_app/tmp/mock_app_application_routes_report.html - test/mock_app/tmp/route_dog_routes.yml - test/support/assertions.rb - test/test_helper.rb - test/unit/route_dog_test.rb - lib/route_dog/middleware/notifier.rb - lib/route_dog/middleware/route_dog.rb - lib/route_dog/middleware/watcher.rb - lib/route_dog/middleware.rb - lib/route_dog/railtie.rb - lib/route_dog/report.rb - lib/route_dog/templates/report.html.erb - lib/route_dog/templates/warning.html.erb - lib/route_dog.rb - lib/tasks/tasks.rake 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 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version 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: []