Fix missing docs (#1172)

This commit is contained in:
Berkhan Berkdemir 2018-08-22 19:32:32 -07:00 committed by Daniel Colson
parent 97a4da23d0
commit 385c9b7432
2 changed files with 2 additions and 1 deletions

View File

@ -2,4 +2,5 @@ lib/**/*.rb
-
GETTING_STARTED.md
CONTRIBUTING.md
NAME.md
LICENSE

View File

@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.files =
Dir.glob("lib/**/*") +
%w[CONTRIBUTING.md GETTING_STARTED.md LICENSE NAME.md NEWS README.md]
%w[CONTRIBUTING.md GETTING_STARTED.md LICENSE NAME.md NEWS README.md .yardopts]
s.require_path = "lib"
s.required_ruby_version = Gem::Requirement.new(">= 1.9.2")