# -*- encoding: utf-8 -*- # stub: local_documentation 1.0.0 ruby lib Gem::Specification.new do |s| s.name = "local_documentation".freeze s.version = "1.0.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Zakaria Braksa".freeze] s.date = "2014-10-13" s.description = "Easily add markdown-based project documentation to your Rails application".freeze s.email = ["zakaria.braksa@gmail.com".freeze] s.files = ["MIT-LICENSE".freeze, "app/assets/images/documentation/link.svg".freeze, "app/assets/images/documentation/logo-black.svg".freeze, "app/assets/images/documentation/logo-white.svg".freeze, "app/assets/images/documentation/page.svg".freeze, "app/assets/images/documentation/pin.svg".freeze, "app/assets/images/documentation/recommendation.svg".freeze, "app/assets/images/documentation/search.svg".freeze, "app/assets/images/documentation/unhappy.svg".freeze, "app/assets/images/documentation/warning.svg".freeze, "app/assets/javascripts/documentation/application.coffee".freeze, "app/assets/javascripts/documentation/jquery-ui.js".freeze, "app/assets/javascripts/documentation/jquery.autosize.js".freeze, "app/assets/stylesheets/documentation/application.scss".freeze, "app/assets/stylesheets/documentation/markdown.scss".freeze, "app/assets/stylesheets/documentation/page_form.scss".freeze, "app/assets/stylesheets/documentation/reset.scss".freeze, "app/controllers/documentation/application_controller.rb".freeze, "app/controllers/documentation/pages_controller.rb".freeze, "app/helpers/documentation/application_helper.rb".freeze, "app/models/documentation/page.rb".freeze, "app/models/documentation/screenshot.rb".freeze, "app/views/documentation/pages/_admin_buttons.html.haml".freeze, "app/views/documentation/pages/form.html.haml".freeze, "app/views/documentation/pages/index.html.haml".freeze, "app/views/documentation/pages/positioning.html.haml".freeze, "app/views/documentation/pages/screenshot.html.haml".freeze, "app/views/documentation/pages/search.html.haml".freeze, "app/views/documentation/pages/show.html.haml".freeze, "app/views/documentation/shared/access_denied.html.haml".freeze, "app/views/documentation/shared/not_found.html.haml".freeze, "app/views/layouts/documentation/_footer.html.haml".freeze, "app/views/layouts/documentation/_head.html.haml".freeze, "app/views/layouts/documentation/_header.html.haml".freeze, "app/views/layouts/documentation/_search.html.haml".freeze, "app/views/layouts/documentation/application.html.haml".freeze, "config/locales/en.yml".freeze, "config/routes.rb".freeze, "db/migrate/20140711185212_create_documentation_pages.rb".freeze, "db/migrate/20140724111844_create_nifty_attachments_table.rb".freeze, "db/migrate/20140724114255_create_documentation_screenshots.rb".freeze, "db/seeds.rb".freeze, "doc/developers-guide/authorization.md".freeze, "doc/developers-guide/building-views/accessing-pages.md".freeze, "doc/developers-guide/building-views/helpers.md".freeze, "doc/developers-guide/building-views/overview.md".freeze, "doc/developers-guide/customization.md".freeze, "doc/developers-guide/overview.md".freeze, "doc/developers-guide/search-backends.md".freeze, "doc/markdown/overview.md".freeze, "lib/documentation.rb".freeze, "lib/documentation/authorizer.rb".freeze, "lib/documentation/config.rb".freeze, "lib/documentation/engine.rb".freeze, "lib/documentation/errors.rb".freeze, "lib/documentation/generators/setup_generator.rb".freeze, "lib/documentation/markdown_renderer.rb".freeze, "lib/documentation/search_result.rb".freeze, "lib/documentation/searchers/abstract.rb".freeze, "lib/documentation/searchers/simple.rb".freeze, "lib/documentation/version.rb".freeze, "lib/documentation/view_helpers.rb".freeze, "lib/tasks/documentation.rake".freeze] s.homepage = "http://braksa.com".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Rails Engine for easily adding markdown-based project documentation to your Rails application".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 4.0.0".freeze, "< 5.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.1".freeze, ">= 1.1.4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4".freeze]) s.add_runtime_dependency(%q.freeze, [">= 4.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 2.2".freeze, "< 3.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 3.1.0".freeze, "< 4.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.5".freeze, "< 1.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.0.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) end