# -*- encoding: utf-8 -*- # stub: yard-rspec_examples 0.0.1 ruby lib Gem::Specification.new do |s| s.name = "yard-rspec_examples".freeze s.version = "0.0.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Bert Bruynooghe".freeze, "Jose Fernandez (magec)".freeze] s.date = "2016-01-12" s.description = "Yard plugin to include RSpec examples in documentation".freeze s.email = ["info@up-nxt.com".freeze] s.files = [".document".freeze, ".gitignore".freeze, ".rspec".freeze, ".yardopts".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.rdoc".freeze, "Rakefile".freeze, "lib/yard-rspec_examples.rb".freeze, "lib/yard/rspec_examples/describe_handler.rb".freeze, "lib/yard/rspec_examples/it_handler.rb".freeze, "lib/yard/rspec_examples/module_handler.rb".freeze, "lib/yard/rspec_examples/parser_trace.rb".freeze, "lib/yard/rspec_examples/version.rb".freeze, "spec/fixtures/example_file.rb".freeze, "spec/spec_helper.rb".freeze, "spec/yard-rspec_examples_spec.rb".freeze, "yard-rspec_examples.gemspec".freeze] s.homepage = "https://github.com/UP-nxt/yard-rspec_examples".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Yard plugin to include RSpec examples in documentation".freeze s.test_files = ["spec/fixtures/example_file.rb".freeze, "spec/spec_helper.rb".freeze, "spec/yard-rspec_examples_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end