# -*- encoding: utf-8 -*- # stub: yardcheck 0.0.1 ruby lib Gem::Specification.new do |s| s.name = "yardcheck".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 = ["John".freeze, "Backus".freeze] s.date = "2017-03-23" s.description = "Verify that your YARD @param and @return types are correct".freeze s.email = ["johncbackus@gmail.com".freeze] s.executables = ["yardcheck".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".rubocop_todo.yml".freeze, ".ruby-version".freeze, "Gemfile".freeze, "Guardfile".freeze, "README.md".freeze, "bin/yardcheck".freeze, "lib/yardcheck.rb".freeze, "lib/yardcheck/color.rb".freeze, "lib/yardcheck/const.rb".freeze, "lib/yardcheck/documentation.rb".freeze, "lib/yardcheck/documentation/method_object.rb".freeze, "lib/yardcheck/method_call.rb".freeze, "lib/yardcheck/method_tracer.rb".freeze, "lib/yardcheck/observation.rb".freeze, "lib/yardcheck/proxy.rb".freeze, "lib/yardcheck/runner.rb".freeze, "lib/yardcheck/source_lines.rb".freeze, "lib/yardcheck/spec_observer.rb".freeze, "lib/yardcheck/test_runner.rb".freeze, "lib/yardcheck/test_value.rb".freeze, "lib/yardcheck/typedef.rb".freeze, "lib/yardcheck/typedef/parser.rb".freeze, "lib/yardcheck/version.rb".freeze, "lib/yardcheck/violation.rb".freeze, "lib/yardcheck/warning.rb".freeze, "spec/integration/yardcheck_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/unit/yardcheck/const_spec.rb".freeze, "spec/unit/yardcheck/documentation_spec.rb".freeze, "spec/unit/yardcheck/method_tracer_spec.rb".freeze, "spec/unit/yardcheck/runner_spec.rb".freeze, "spec/unit/yardcheck/test_value_spec.rb".freeze, "spec/unit/yardcheck/typedef/parser_spec.rb".freeze, "spec/unit/yardcheck/typedef_spec.rb".freeze, "test_app/.rspec".freeze, "test_app/Gemfile".freeze, "test_app/Gemfile.lock".freeze, "test_app/lib/test_app.rb".freeze, "test_app/spec/test_app_spec.rb".freeze, "yardcheck.gemspec".freeze] s.homepage = "https://github.com/backus/yardcheck".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Validate YARD docs by running specs".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.9".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.1".freeze]) end