# -*- encoding: utf-8 -*- # stub: documentation 1.0.0 ruby lib Gem::Specification.new do |s| s.name = "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 = ["Adam Cooke".freeze] s.date = "2014-07-14" s.description = "It does cool stuff!".freeze s.email = ["adam@atechmedia.com".freeze] s.files = ["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/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/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/_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/seeds.rb".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://adamcooke.io".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A Rails engine to provider the ability to add documentation to a Rails application".freeze s.specification_version = 4 s.add_runtime_dependency(%q<rails>.freeze, [">= 4.0.0".freeze, "< 5.0".freeze]) s.add_runtime_dependency(%q<haml>.freeze, ["~> 4.0".freeze]) s.add_runtime_dependency(%q<dynamic_form>.freeze, ["~> 1.1".freeze, ">= 1.1.4".freeze]) s.add_runtime_dependency(%q<jquery-rails>.freeze, ["~> 3".freeze]) s.add_runtime_dependency(%q<coffee-rails>.freeze, ["~> 4".freeze]) s.add_runtime_dependency(%q<sass-rails>.freeze, ["~> 4.0".freeze]) s.add_runtime_dependency(%q<uglifier>.freeze, [">= 2.2".freeze, "< 3.0".freeze]) s.add_runtime_dependency(%q<redcarpet>.freeze, [">= 3.1.0".freeze, "< 4.0".freeze]) s.add_runtime_dependency(%q<pygments.rb>.freeze, [">= 0.5".freeze, "< 1.0".freeze]) s.add_development_dependency(%q<sqlite3>.freeze, ["~> 1.3".freeze]) end