# -*- encoding: utf-8 -*- # stub: yard-api 0.1.5 ruby lib Gem::Specification.new do |s| s.name = "yard-api".freeze s.version = "0.1.5".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Ahmad Amireh".freeze] s.date = "2014-09-15" s.description = " TBD\n".freeze s.email = "ahmad@instructure.com".freeze s.files = [".rspec".freeze, "LICENSE".freeze, "README.md".freeze, "lib/yard-api.rb".freeze, "lib/yard-api/markup/redcarpet.rb".freeze, "lib/yard-api/options.rb".freeze, "lib/yard-api/railtie.rb".freeze, "lib/yard-api/tags.rb".freeze, "lib/yard-api/tags/argument_tag.rb".freeze, "lib/yard-api/templates/helpers/base_helper.rb".freeze, "lib/yard-api/templates/helpers/html_helper.rb".freeze, "lib/yard-api/templates/helpers/route_helper.rb".freeze, "lib/yard-api/verifier.rb".freeze, "lib/yard-api/version.rb".freeze, "lib/yard-api/yardoc_task.rb".freeze, "spec/spec_helper.rb".freeze, "spec/tags/argument_spec.rb".freeze, "tasks/yard_api.rake".freeze, "templates/api/appendix/html/setup.rb".freeze, "templates/api/docstring/html/setup.rb".freeze, "templates/api/docstring/html/text.erb".freeze, "templates/api/fulldoc/html/setup.rb".freeze, "templates/api/layout/html/_dynamic_styles.erb".freeze, "templates/api/layout/html/footer.erb".freeze, "templates/api/layout/html/headers.erb".freeze, "templates/api/layout/html/layout.erb".freeze, "templates/api/layout/html/scripts.erb".freeze, "templates/api/layout/html/setup.rb".freeze, "templates/api/layout/html/sidebar.erb".freeze, "templates/api/method_details/html/header.erb".freeze, "templates/api/method_details/html/method_signature.erb".freeze, "templates/api/method_details/html/setup.rb".freeze, "templates/api/onefile/html/setup.rb".freeze, "templates/api/onefile/html/sidebar.erb".freeze, "templates/api/tags/html/_example_code_block.erb".freeze, "templates/api/tags/html/argument.erb".freeze, "templates/api/tags/html/argument/_list.erb".freeze, "templates/api/tags/html/argument/_table.erb".freeze, "templates/api/tags/html/emits.erb".freeze, "templates/api/tags/html/example_request.erb".freeze, "templates/api/tags/html/example_response.erb".freeze, "templates/api/tags/html/generic_tag.erb".freeze, "templates/api/tags/html/index.erb".freeze, "templates/api/tags/html/no_content.erb".freeze, "templates/api/tags/html/note.erb".freeze, "templates/api/tags/html/returns.erb".freeze, "templates/api/tags/html/see.erb".freeze, "templates/api/tags/html/throws.erb".freeze, "templates/api/tags/html/warning.erb".freeze, "templates/api/tags/setup.rb".freeze, "templates/api/topic/html/header.erb".freeze, "templates/api/topic/html/method_details_list.erb".freeze, "templates/api/topic/html/setup.rb".freeze, "templates/api/topic/html/topic_doc.erb".freeze, "yard-api.gemspec".freeze] s.homepage = "https://github.com/amireh/yard-api".freeze s.licenses = ["AGPL3".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A YARD plugin for documenting APIs in Rails projects.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["= 0.8.7".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.1.8".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end