# -*- encoding: utf-8 -*- # stub: sextant 0.2.4 ruby lib Gem::Specification.new do |s| s.name = "sextant".freeze s.version = "0.2.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Richard Schneeman".freeze] s.date = "2013-06-14" s.description = "Sextant is a Rails engine that quickly shows the routes available".freeze s.email = ["richard.schneeman+rubygems@gmail.com".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/assets/javascripts/sextant/application.js".freeze, "app/assets/javascripts/sextant/sextant.js".freeze, "app/controllers/sextant/application_controller.rb".freeze, "app/controllers/sextant/routes_controller.rb".freeze, "app/views/layouts/sextant/application.html.erb".freeze, "app/views/sextant/routes/_route.html.erb".freeze, "app/views/sextant/routes/_route_wrapper.html.erb".freeze, "app/views/sextant/routes/index.html.erb".freeze, "config/routes.rb".freeze, "lib/rails/routes.rb".freeze, "lib/sextant.rb".freeze, "lib/sextant/engine.rb".freeze, "lib/sextant/version.rb".freeze, "sextant-0.2.3.gem".freeze, "sextant.gemspec".freeze, "test/dummy/Rakefile".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/controllers/foo_controller.rb".freeze, "test/dummy/app/foo_controller.rb".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/views/foo/index.html".freeze, "test/dummy/app/views/layouts/application.html.erb".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/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/locales/en.yml".freeze, "test/dummy/config/routes.rb".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/public/index.html".freeze, "test/dummy/script/rails".freeze, "test/integration/sextant_test.rb".freeze, "test/route_inspector_test.rb".freeze, "test/support/integration_case.rb".freeze, "test/test_helper.rb".freeze] s.homepage = "https://github.com/schneems/sextant".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Sextant is a Rails engine that quickly shows the routes available.".freeze s.test_files = ["test/dummy/Rakefile".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/controllers/foo_controller.rb".freeze, "test/dummy/app/foo_controller.rb".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/views/foo/index.html".freeze, "test/dummy/app/views/layouts/application.html.erb".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/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/locales/en.yml".freeze, "test/dummy/config/routes.rb".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/public/index.html".freeze, "test/dummy/script/rails".freeze, "test/integration/sextant_test.rb".freeze, "test/route_inspector_test.rb".freeze, "test/support/integration_case.rb".freeze, "test/test_helper.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 3.2".freeze]) s.add_development_dependency(%q.freeze, [">= 0.4.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.1.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