# -*- encoding: utf-8 -*- # stub: valid_route 0.0.3 ruby lib Gem::Specification.new do |s| s.name = "valid_route".freeze s.version = "0.0.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Vince Montalbano".freeze] s.date = "2013-05-16" s.description = "Ensure that your routes don't conflict. Main use cases are for dynamic routes that could conflict with resourcefully generated routes.".freeze s.email = ["vince.montalbano@gmail.com".freeze] s.files = ["MIT-LICENSE".freeze, "Rakefile".freeze, "lib/tasks/valid_route_tasks.rake".freeze, "lib/valid_route.rb".freeze, "lib/valid_route/all.rb".freeze, "lib/valid_route/route_formatter.rb".freeze, "lib/valid_route/route_validator.rb".freeze, "lib/valid_route/version.rb".freeze, "test/dummy/README.rdoc".freeze, "test/dummy/Rakefile".freeze, "test/dummy/app/assets/javascripts/application.js".freeze, "test/dummy/app/assets/javascripts/namespaced/whizzers.js".freeze, "test/dummy/app/assets/javascripts/others.js".freeze, "test/dummy/app/assets/javascripts/pages.js".freeze, "test/dummy/app/assets/javascripts/users.js".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/assets/stylesheets/namespaced/whizzers.css".freeze, "test/dummy/app/assets/stylesheets/others.css".freeze, "test/dummy/app/assets/stylesheets/pages.css".freeze, "test/dummy/app/assets/stylesheets/scaffold.css".freeze, "test/dummy/app/assets/stylesheets/users.css".freeze, "test/dummy/app/constraints/page_constraint.rb".freeze, "test/dummy/app/constraints/user_constraint.rb".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/controllers/namespaced/whizzers_controller.rb".freeze, "test/dummy/app/controllers/others_controller.rb".freeze, "test/dummy/app/controllers/pages_controller.rb".freeze, "test/dummy/app/controllers/users_controller.rb".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/helpers/namespaced/whizzers_helper.rb".freeze, "test/dummy/app/helpers/others_helper.rb".freeze, "test/dummy/app/helpers/pages_helper.rb".freeze, "test/dummy/app/helpers/users_helper.rb".freeze, "test/dummy/app/models/namespaced.rb".freeze, "test/dummy/app/models/namespaced/whizzer.rb".freeze, "test/dummy/app/models/other.rb".freeze, "test/dummy/app/models/page.rb".freeze, "test/dummy/app/models/user.rb".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/app/views/namespaced/whizzers/_form.html.erb".freeze, "test/dummy/app/views/namespaced/whizzers/edit.html.erb".freeze, "test/dummy/app/views/namespaced/whizzers/index.html.erb".freeze, "test/dummy/app/views/namespaced/whizzers/new.html.erb".freeze, "test/dummy/app/views/namespaced/whizzers/show.html.erb".freeze, "test/dummy/app/views/others/_form.html.erb".freeze, "test/dummy/app/views/others/edit.html.erb".freeze, "test/dummy/app/views/others/index.html.erb".freeze, "test/dummy/app/views/others/new.html.erb".freeze, "test/dummy/app/views/others/show.html.erb".freeze, "test/dummy/app/views/pages/_form.html.erb".freeze, "test/dummy/app/views/pages/edit.html.erb".freeze, "test/dummy/app/views/pages/index.html.erb".freeze, "test/dummy/app/views/pages/new.html.erb".freeze, "test/dummy/app/views/pages/show.html.erb".freeze, "test/dummy/app/views/users/_form.html.erb".freeze, "test/dummy/app/views/users/edit.html.erb".freeze, "test/dummy/app/views/users/index.html.erb".freeze, "test/dummy/app/views/users/new.html.erb".freeze, "test/dummy/app/views/users/show.html.erb".freeze, "test/dummy/bin/bundle".freeze, "test/dummy/bin/rails".freeze, "test/dummy/bin/rake".freeze, "test/dummy/config.ru".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/filter_parameter_logging.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/initializers/mime_types.rb".freeze, "test/dummy/config/initializers/secret_token.rb".freeze, "test/dummy/config/initializers/session_store.rb".freeze, "test/dummy/config/initializers/wrap_parameters.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/db/development.sqlite3".freeze, "test/dummy/db/migrate/20130504204336_create_pages.rb".freeze, "test/dummy/db/migrate/20130505171048_create_users.rb".freeze, "test/dummy/db/migrate/20130513145529_create_others.rb".freeze, "test/dummy/db/migrate/20130515201559_create_namespaced_whizzers.rb".freeze, "test/dummy/db/schema.rb".freeze, "test/dummy/db/seeds.rb".freeze, "test/dummy/db/test.sqlite3".freeze, "test/dummy/log/development.log".freeze, "test/dummy/log/test.log".freeze, "test/dummy/public/404.html".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/favicon.ico".freeze, "test/dummy/test/controllers/namespaced/whizzers_controller_test.rb".freeze, "test/dummy/test/controllers/others_controller_test.rb".freeze, "test/dummy/test/controllers/pages_controller_test.rb".freeze, "test/dummy/test/controllers/users_controller_test.rb".freeze, "test/dummy/test/factories/namespaced_whizzers.rb".freeze, "test/dummy/test/helpers/namespaced/whizzers_helper_test.rb".freeze, "test/dummy/test/helpers/others_helper_test.rb".freeze, "test/dummy/test/helpers/pages_helper_test.rb".freeze, "test/dummy/test/helpers/users_helper_test.rb".freeze, "test/dummy/test/models/namespaced/whizzer_test.rb".freeze, "test/dummy/test/models/other_test.rb".freeze, "test/dummy/test/models/page_test.rb".freeze, "test/dummy/test/models/user_test.rb".freeze, "test/dummy/test/valid_route/route_formatter_test.rb".freeze, "test/dummy/test/valid_route/route_validator_test.rb".freeze, "test/dummy/tmp/cache/assets/development/sprockets/0204daa608dcc3d6010d17d5a3325dae".freeze, "test/dummy/tmp/cache/assets/development/sprockets/0800f54ee19cf3cee10b956fa9786799".freeze, "test/dummy/tmp/cache/assets/development/sprockets/09256ba0e8264827c3e2c318991b64cd".freeze, "test/dummy/tmp/cache/assets/development/sprockets/0f1e224003d74d132651ab92f55c07cd".freeze, "test/dummy/tmp/cache/assets/development/sprockets/120ae5950a11de18f96bf740f106444a".freeze, "test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705".freeze, "test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af".freeze, "test/dummy/tmp/cache/assets/development/sprockets/34d3dd45f6515787f94cd1b673db4076".freeze, "test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953".freeze, "test/dummy/tmp/cache/assets/development/sprockets/36a0c7121af098cc05c1eb1e9b05c6fc".freeze, "test/dummy/tmp/cache/assets/development/sprockets/371bf96e99717688ed7313a0c53f4212".freeze, "test/dummy/tmp/cache/assets/development/sprockets/3d6a697f5610f9f9e1d5af4ce5c9d618".freeze, "test/dummy/tmp/cache/assets/development/sprockets/4050a4e5062ab95c9f32e9b6940821ea".freeze, "test/dummy/tmp/cache/assets/development/sprockets/510da110ae528e2d22533be39ff696c5".freeze, "test/dummy/tmp/cache/assets/development/sprockets/58e369b37e5157ea746a485eea17e9f7".freeze, "test/dummy/tmp/cache/assets/development/sprockets/5f1a0d05e77ca8b9a1fc2a47e17a8174".freeze, "test/dummy/tmp/cache/assets/development/sprockets/6fc757c2c8329244ca95d6909865bbc2".freeze, "test/dummy/tmp/cache/assets/development/sprockets/7162e1034189ecdac520608cf2d65859".freeze, "test/dummy/tmp/cache/assets/development/sprockets/717ea0077fd0f73e5d956e4902250d3a".freeze, "test/dummy/tmp/cache/assets/development/sprockets/7ae10239eda2588a95fdcc7d871bef52".freeze, "test/dummy/tmp/cache/assets/development/sprockets/8733c94f79979ec907253d4bff6714a6".freeze, "test/dummy/tmp/cache/assets/development/sprockets/87b209c0c9da28094a8d5581a21262c6".freeze, "test/dummy/tmp/cache/assets/development/sprockets/8d5d60255600aa010a32e1d1a9bc6db6".freeze, "test/dummy/tmp/cache/assets/development/sprockets/b3d9b0e88cdded276ebdce333e338a85".freeze, "test/dummy/tmp/cache/assets/development/sprockets/c9f51f5d854353b135800b3f119d5a2f".freeze, "test/dummy/tmp/cache/assets/development/sprockets/caba0b8ace01695be44d327614791326".freeze, "test/dummy/tmp/cache/assets/development/sprockets/cea2000b50dd04cabe48512175515a85".freeze, "test/dummy/tmp/cache/assets/development/sprockets/cebc6db0bbb8120f430da3970b173d2f".freeze, "test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994".freeze, "test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6".freeze, "test/dummy/tmp/cache/assets/development/sprockets/dd4918aca468e2fe7bf61814631a1758".freeze, "test/dummy/tmp/cache/assets/development/sprockets/e1d02a80492905aecbf9091b02015b8a".freeze, "test/dummy/tmp/cache/assets/development/sprockets/ebb095504f281d4e6bc39c4e574e25b2".freeze, "test/dummy/tmp/cache/assets/development/sprockets/efa1d5add14bdd35667da1677327970d".freeze, "test/dummy/tmp/cache/assets/development/sprockets/efbbda72f9bf6e818df8cdbb4ac150b0".freeze, "test/dummy/tmp/cache/assets/development/sprockets/f56253b5f374fff1a33fbbc9881c9124".freeze, "test/dummy/tmp/cache/assets/development/sprockets/f576841f662770908b35e6951e6900dd".freeze, "test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655".freeze, "test/dummy/tmp/cache/assets/development/sprockets/ff05efaf31ab618d1eae2cd81fe67315".freeze, "test/dummy/tmp/cache/assets/test/sprockets/0204daa608dcc3d6010d17d5a3325dae".freeze, "test/dummy/tmp/cache/assets/test/sprockets/09256ba0e8264827c3e2c318991b64cd".freeze, "test/dummy/tmp/cache/assets/test/sprockets/120ae5950a11de18f96bf740f106444a".freeze, "test/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705".freeze, "test/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af".freeze, "test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953".freeze, "test/dummy/tmp/cache/assets/test/sprockets/36a0c7121af098cc05c1eb1e9b05c6fc".freeze, "test/dummy/tmp/cache/assets/test/sprockets/371bf96e99717688ed7313a0c53f4212".freeze, "test/dummy/tmp/cache/assets/test/sprockets/3d6a697f5610f9f9e1d5af4ce5c9d618".freeze, "test/dummy/tmp/cache/assets/test/sprockets/4050a4e5062ab95c9f32e9b6940821ea".freeze, "test/dummy/tmp/cache/assets/test/sprockets/58e369b37e5157ea746a485eea17e9f7".freeze, "test/dummy/tmp/cache/assets/test/sprockets/5f1a0d05e77ca8b9a1fc2a47e17a8174".freeze, "test/dummy/tmp/cache/assets/test/sprockets/6fc757c2c8329244ca95d6909865bbc2".freeze, "test/dummy/tmp/cache/assets/test/sprockets/717ea0077fd0f73e5d956e4902250d3a".freeze, "test/dummy/tmp/cache/assets/test/sprockets/7ae10239eda2588a95fdcc7d871bef52".freeze, "test/dummy/tmp/cache/assets/test/sprockets/8733c94f79979ec907253d4bff6714a6".freeze, "test/dummy/tmp/cache/assets/test/sprockets/87b209c0c9da28094a8d5581a21262c6".freeze, "test/dummy/tmp/cache/assets/test/sprockets/8d5d60255600aa010a32e1d1a9bc6db6".freeze, "test/dummy/tmp/cache/assets/test/sprockets/b3d9b0e88cdded276ebdce333e338a85".freeze, "test/dummy/tmp/cache/assets/test/sprockets/c9f51f5d854353b135800b3f119d5a2f".freeze, "test/dummy/tmp/cache/assets/test/sprockets/caba0b8ace01695be44d327614791326".freeze, "test/dummy/tmp/cache/assets/test/sprockets/cea2000b50dd04cabe48512175515a85".freeze, "test/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994".freeze, "test/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6".freeze, "test/dummy/tmp/cache/assets/test/sprockets/f56253b5f374fff1a33fbbc9881c9124".freeze, "test/dummy/tmp/cache/assets/test/sprockets/f576841f662770908b35e6951e6900dd".freeze, "test/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655".freeze, "test/dummy/tmp/cache/assets/test/sprockets/ff05efaf31ab618d1eae2cd81fe67315".freeze, "test/factories/namespaced_whizzers.rb".freeze, "test/factories/others.rb".freeze, "test/factories/pages.rb".freeze, "test/factories/users.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "https://github.com/vjm/valid_route".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Ensure that your routes don't conflict".freeze s.test_files = ["test/dummy/app/assets/javascripts/application.js".freeze, "test/dummy/app/assets/javascripts/namespaced/whizzers.js".freeze, "test/dummy/app/assets/javascripts/others.js".freeze, "test/dummy/app/assets/javascripts/pages.js".freeze, "test/dummy/app/assets/javascripts/users.js".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/assets/stylesheets/namespaced/whizzers.css".freeze, "test/dummy/app/assets/stylesheets/others.css".freeze, "test/dummy/app/assets/stylesheets/pages.css".freeze, "test/dummy/app/assets/stylesheets/scaffold.css".freeze, "test/dummy/app/assets/stylesheets/users.css".freeze, "test/dummy/app/constraints/page_constraint.rb".freeze, "test/dummy/app/constraints/user_constraint.rb".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/controllers/namespaced/whizzers_controller.rb".freeze, "test/dummy/app/controllers/others_controller.rb".freeze, "test/dummy/app/controllers/pages_controller.rb".freeze, "test/dummy/app/controllers/users_controller.rb".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/helpers/namespaced/whizzers_helper.rb".freeze, "test/dummy/app/helpers/others_helper.rb".freeze, "test/dummy/app/helpers/pages_helper.rb".freeze, "test/dummy/app/helpers/users_helper.rb".freeze, "test/dummy/app/models/namespaced/whizzer.rb".freeze, "test/dummy/app/models/namespaced.rb".freeze, "test/dummy/app/models/other.rb".freeze, "test/dummy/app/models/page.rb".freeze, "test/dummy/app/models/user.rb".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/app/views/namespaced/whizzers/_form.html.erb".freeze, "test/dummy/app/views/namespaced/whizzers/edit.html.erb".freeze, "test/dummy/app/views/namespaced/whizzers/index.html.erb".freeze, "test/dummy/app/views/namespaced/whizzers/new.html.erb".freeze, "test/dummy/app/views/namespaced/whizzers/show.html.erb".freeze, "test/dummy/app/views/others/_form.html.erb".freeze, "test/dummy/app/views/others/edit.html.erb".freeze, "test/dummy/app/views/others/index.html.erb".freeze, "test/dummy/app/views/others/new.html.erb".freeze, "test/dummy/app/views/others/show.html.erb".freeze, "test/dummy/app/views/pages/_form.html.erb".freeze, "test/dummy/app/views/pages/edit.html.erb".freeze, "test/dummy/app/views/pages/index.html.erb".freeze, "test/dummy/app/views/pages/new.html.erb".freeze, "test/dummy/app/views/pages/show.html.erb".freeze, "test/dummy/app/views/users/_form.html.erb".freeze, "test/dummy/app/views/users/edit.html.erb".freeze, "test/dummy/app/views/users/index.html.erb".freeze, "test/dummy/app/views/users/new.html.erb".freeze, "test/dummy/app/views/users/show.html.erb".freeze, "test/dummy/bin/bundle".freeze, "test/dummy/bin/rails".freeze, "test/dummy/bin/rake".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/filter_parameter_logging.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/initializers/mime_types.rb".freeze, "test/dummy/config/initializers/secret_token.rb".freeze, "test/dummy/config/initializers/session_store.rb".freeze, "test/dummy/config/initializers/wrap_parameters.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/config.ru".freeze, "test/dummy/db/development.sqlite3".freeze, "test/dummy/db/migrate/20130504204336_create_pages.rb".freeze, "test/dummy/db/migrate/20130505171048_create_users.rb".freeze, "test/dummy/db/migrate/20130513145529_create_others.rb".freeze, "test/dummy/db/migrate/20130515201559_create_namespaced_whizzers.rb".freeze, "test/dummy/db/schema.rb".freeze, "test/dummy/db/seeds.rb".freeze, "test/dummy/db/test.sqlite3".freeze, "test/dummy/log/development.log".freeze, "test/dummy/log/test.log".freeze, "test/dummy/public/404.html".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/favicon.ico".freeze, "test/dummy/Rakefile".freeze, "test/dummy/README.rdoc".freeze, "test/dummy/test/controllers/namespaced/whizzers_controller_test.rb".freeze, "test/dummy/test/controllers/others_controller_test.rb".freeze, "test/dummy/test/controllers/pages_controller_test.rb".freeze, "test/dummy/test/controllers/users_controller_test.rb".freeze, "test/dummy/test/factories/namespaced_whizzers.rb".freeze, "test/dummy/test/helpers/namespaced/whizzers_helper_test.rb".freeze, "test/dummy/test/helpers/others_helper_test.rb".freeze, "test/dummy/test/helpers/pages_helper_test.rb".freeze, "test/dummy/test/helpers/users_helper_test.rb".freeze, "test/dummy/test/models/namespaced/whizzer_test.rb".freeze, "test/dummy/test/models/other_test.rb".freeze, "test/dummy/test/models/page_test.rb".freeze, "test/dummy/test/models/user_test.rb".freeze, "test/dummy/test/valid_route/route_formatter_test.rb".freeze, "test/dummy/test/valid_route/route_validator_test.rb".freeze, "test/dummy/tmp/cache/assets/development/sprockets/0204daa608dcc3d6010d17d5a3325dae".freeze, "test/dummy/tmp/cache/assets/development/sprockets/0800f54ee19cf3cee10b956fa9786799".freeze, "test/dummy/tmp/cache/assets/development/sprockets/09256ba0e8264827c3e2c318991b64cd".freeze, "test/dummy/tmp/cache/assets/development/sprockets/0f1e224003d74d132651ab92f55c07cd".freeze, "test/dummy/tmp/cache/assets/development/sprockets/120ae5950a11de18f96bf740f106444a".freeze, "test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705".freeze, "test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af".freeze, "test/dummy/tmp/cache/assets/development/sprockets/34d3dd45f6515787f94cd1b673db4076".freeze, "test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953".freeze, "test/dummy/tmp/cache/assets/development/sprockets/36a0c7121af098cc05c1eb1e9b05c6fc".freeze, "test/dummy/tmp/cache/assets/development/sprockets/371bf96e99717688ed7313a0c53f4212".freeze, "test/dummy/tmp/cache/assets/development/sprockets/3d6a697f5610f9f9e1d5af4ce5c9d618".freeze, "test/dummy/tmp/cache/assets/development/sprockets/4050a4e5062ab95c9f32e9b6940821ea".freeze, "test/dummy/tmp/cache/assets/development/sprockets/510da110ae528e2d22533be39ff696c5".freeze, "test/dummy/tmp/cache/assets/development/sprockets/58e369b37e5157ea746a485eea17e9f7".freeze, "test/dummy/tmp/cache/assets/development/sprockets/5f1a0d05e77ca8b9a1fc2a47e17a8174".freeze, "test/dummy/tmp/cache/assets/development/sprockets/6fc757c2c8329244ca95d6909865bbc2".freeze, "test/dummy/tmp/cache/assets/development/sprockets/7162e1034189ecdac520608cf2d65859".freeze, "test/dummy/tmp/cache/assets/development/sprockets/717ea0077fd0f73e5d956e4902250d3a".freeze, "test/dummy/tmp/cache/assets/development/sprockets/7ae10239eda2588a95fdcc7d871bef52".freeze, "test/dummy/tmp/cache/assets/development/sprockets/8733c94f79979ec907253d4bff6714a6".freeze, "test/dummy/tmp/cache/assets/development/sprockets/87b209c0c9da28094a8d5581a21262c6".freeze, "test/dummy/tmp/cache/assets/development/sprockets/8d5d60255600aa010a32e1d1a9bc6db6".freeze, "test/dummy/tmp/cache/assets/development/sprockets/b3d9b0e88cdded276ebdce333e338a85".freeze, "test/dummy/tmp/cache/assets/development/sprockets/c9f51f5d854353b135800b3f119d5a2f".freeze, "test/dummy/tmp/cache/assets/development/sprockets/caba0b8ace01695be44d327614791326".freeze, "test/dummy/tmp/cache/assets/development/sprockets/cea2000b50dd04cabe48512175515a85".freeze, "test/dummy/tmp/cache/assets/development/sprockets/cebc6db0bbb8120f430da3970b173d2f".freeze, "test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994".freeze, "test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6".freeze, "test/dummy/tmp/cache/assets/development/sprockets/dd4918aca468e2fe7bf61814631a1758".freeze, "test/dummy/tmp/cache/assets/development/sprockets/e1d02a80492905aecbf9091b02015b8a".freeze, "test/dummy/tmp/cache/assets/development/sprockets/ebb095504f281d4e6bc39c4e574e25b2".freeze, "test/dummy/tmp/cache/assets/development/sprockets/efa1d5add14bdd35667da1677327970d".freeze, "test/dummy/tmp/cache/assets/development/sprockets/efbbda72f9bf6e818df8cdbb4ac150b0".freeze, "test/dummy/tmp/cache/assets/development/sprockets/f56253b5f374fff1a33fbbc9881c9124".freeze, "test/dummy/tmp/cache/assets/development/sprockets/f576841f662770908b35e6951e6900dd".freeze, "test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655".freeze, "test/dummy/tmp/cache/assets/development/sprockets/ff05efaf31ab618d1eae2cd81fe67315".freeze, "test/dummy/tmp/cache/assets/test/sprockets/0204daa608dcc3d6010d17d5a3325dae".freeze, "test/dummy/tmp/cache/assets/test/sprockets/09256ba0e8264827c3e2c318991b64cd".freeze, "test/dummy/tmp/cache/assets/test/sprockets/120ae5950a11de18f96bf740f106444a".freeze, "test/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705".freeze, "test/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af".freeze, "test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953".freeze, "test/dummy/tmp/cache/assets/test/sprockets/36a0c7121af098cc05c1eb1e9b05c6fc".freeze, "test/dummy/tmp/cache/assets/test/sprockets/371bf96e99717688ed7313a0c53f4212".freeze, "test/dummy/tmp/cache/assets/test/sprockets/3d6a697f5610f9f9e1d5af4ce5c9d618".freeze, "test/dummy/tmp/cache/assets/test/sprockets/4050a4e5062ab95c9f32e9b6940821ea".freeze, "test/dummy/tmp/cache/assets/test/sprockets/58e369b37e5157ea746a485eea17e9f7".freeze, "test/dummy/tmp/cache/assets/test/sprockets/5f1a0d05e77ca8b9a1fc2a47e17a8174".freeze, "test/dummy/tmp/cache/assets/test/sprockets/6fc757c2c8329244ca95d6909865bbc2".freeze, "test/dummy/tmp/cache/assets/test/sprockets/717ea0077fd0f73e5d956e4902250d3a".freeze, "test/dummy/tmp/cache/assets/test/sprockets/7ae10239eda2588a95fdcc7d871bef52".freeze, "test/dummy/tmp/cache/assets/test/sprockets/8733c94f79979ec907253d4bff6714a6".freeze, "test/dummy/tmp/cache/assets/test/sprockets/87b209c0c9da28094a8d5581a21262c6".freeze, "test/dummy/tmp/cache/assets/test/sprockets/8d5d60255600aa010a32e1d1a9bc6db6".freeze, "test/dummy/tmp/cache/assets/test/sprockets/b3d9b0e88cdded276ebdce333e338a85".freeze, "test/dummy/tmp/cache/assets/test/sprockets/c9f51f5d854353b135800b3f119d5a2f".freeze, "test/dummy/tmp/cache/assets/test/sprockets/caba0b8ace01695be44d327614791326".freeze, "test/dummy/tmp/cache/assets/test/sprockets/cea2000b50dd04cabe48512175515a85".freeze, "test/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994".freeze, "test/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6".freeze, "test/dummy/tmp/cache/assets/test/sprockets/f56253b5f374fff1a33fbbc9881c9124".freeze, "test/dummy/tmp/cache/assets/test/sprockets/f576841f662770908b35e6951e6900dd".freeze, "test/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655".freeze, "test/dummy/tmp/cache/assets/test/sprockets/ff05efaf31ab618d1eae2cd81fe67315".freeze, "test/factories/namespaced_whizzers.rb".freeze, "test/factories/others.rb".freeze, "test/factories/pages.rb".freeze, "test/factories/users.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 4.0.0.beta1".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end