Skip to content

Commit 385c9b7

Browse files
BerkhanBerkdemircomposerinteralia
authored andcommitted
Fix missing docs (#1172)
1 parent 97a4da2 commit 385c9b7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.yardopts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ lib/**/*.rb
22
-
33
GETTING_STARTED.md
44
CONTRIBUTING.md
5+
NAME.md
56
LICENSE

factory_bot.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
1212

1313
s.files =
1414
Dir.glob("lib/**/*") +
15-
%w[CONTRIBUTING.md GETTING_STARTED.md LICENSE NAME.md NEWS README.md]
15+
%w[CONTRIBUTING.md GETTING_STARTED.md LICENSE NAME.md NEWS README.md .yardopts]
1616

1717
s.require_path = "lib"
1818
s.required_ruby_version = Gem::Requirement.new(">= 1.9.2")

0 commit comments

Comments
 (0)