# -*- encoding: utf-8 -*- # stub: apidoc_to_gfm 0.0.2 ruby lib Gem::Specification.new do |s| s.name = "apidoc_to_gfm".freeze s.version = "0.0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["German Antsiferov".freeze] s.bindir = "exe".freeze s.date = "2017-05-18" s.description = "The template supports GitLab Flavored Markdown (GFM)".freeze s.email = ["dxdy@bk.ru".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "apidoc_to_gfm.gemspec".freeze, "bin/console".freeze, "bin/setup".freeze, "example/.gitignore".freeze, "example/.rspec".freeze, "example/Gemfile".freeze, "example/Gemfile.lock".freeze, "example/README.rdoc".freeze, "example/Rakefile".freeze, "example/app/assets/images/.keep".freeze, "example/app/assets/javascripts/application.js".freeze, "example/app/assets/stylesheets/application.css".freeze, "example/app/controllers/application_controller.rb".freeze, "example/app/controllers/concerns/.keep".freeze, "example/app/controllers/orders_controller.rb".freeze, "example/app/controllers/uploads_controller.rb".freeze, "example/app/helpers/application_helper.rb".freeze, "example/app/mailers/.keep".freeze, "example/app/models/.keep".freeze, "example/app/models/concerns/.keep".freeze, "example/app/models/order.rb".freeze, "example/app/views/layouts/application.html.erb".freeze, "example/bin/bundle".freeze, "example/bin/rails".freeze, "example/bin/rake".freeze, "example/bin/spring".freeze, "example/config.ru".freeze, "example/config/application.rb".freeze, "example/config/boot.rb".freeze, "example/config/database.yml".freeze, "example/config/environment.rb".freeze, "example/config/environments/development.rb".freeze, "example/config/environments/production.rb".freeze, "example/config/environments/test.rb".freeze, "example/config/initializers/backtrace_silencers.rb".freeze, "example/config/initializers/cookies_serializer.rb".freeze, "example/config/initializers/filter_parameter_logging.rb".freeze, "example/config/initializers/inflections.rb".freeze, "example/config/initializers/mime_types.rb".freeze, "example/config/initializers/session_store.rb".freeze, "example/config/initializers/wrap_parameters.rb".freeze, "example/config/locales/en.yml".freeze, "example/config/routes.rb".freeze, "example/config/secrets.yml".freeze, "example/db/migrate/20140616151047_create_orders.rb".freeze, "example/db/schema.rb".freeze, "example/db/seeds.rb".freeze, "example/lib/assets/.keep".freeze, "example/lib/tasks/.keep".freeze, "example/log/.keep".freeze, "example/public/404.html".freeze, "example/public/422.html".freeze, "example/public/500.html".freeze, "example/public/favicon.ico".freeze, "example/public/robots.txt".freeze, "example/spec/acceptance/orders_spec.rb".freeze, "example/spec/acceptance/uploads_spec.rb".freeze, "example/spec/acceptance_helper.rb".freeze, "example/spec/fixtures/file.png".freeze, "example/spec/rails_helper.rb".freeze, "example/spec/spec_helper.rb".freeze, "example/vendor/assets/javascripts/.keep".freeze, "example/vendor/assets/stylesheets/.keep".freeze, "lib/apidoc_to_gfm.rb".freeze, "lib/apidoc_to_gfm/version.rb".freeze, "lib/apidoc_to_gfm/views.rb".freeze, "lib/apidoc_to_gfm/views/example.rb".freeze, "lib/apidoc_to_gfm/views/helpers.rb".freeze, "lib/apidoc_to_gfm/views/index.rb".freeze, "lib/apidoc_to_gfm/writers.rb".freeze, "lib/apidoc_to_gfm/writers/writer.rb".freeze, "templates/rspec_api_documentation/gfm_example.mustache".freeze, "templates/rspec_api_documentation/gfm_index.mustache".freeze] s.homepage = "https://github.com/mr-dxdy/apidoc_to_gfm.git".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "An template for rspec_api_documentation".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 4.7.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.14".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) end