mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
Fix missing docs (#1172)
This commit is contained in:
parent
97a4da23d0
commit
385c9b7432
2 changed files with 2 additions and 1 deletions
|
@ -2,4 +2,5 @@ lib/**/*.rb
|
||||||
-
|
-
|
||||||
GETTING_STARTED.md
|
GETTING_STARTED.md
|
||||||
CONTRIBUTING.md
|
CONTRIBUTING.md
|
||||||
|
NAME.md
|
||||||
LICENSE
|
LICENSE
|
||||||
|
|
|
@ -12,7 +12,7 @@ Gem::Specification.new do |s|
|
||||||
|
|
||||||
s.files =
|
s.files =
|
||||||
Dir.glob("lib/**/*") +
|
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.require_path = "lib"
|
||||||
s.required_ruby_version = Gem::Requirement.new(">= 1.9.2")
|
s.required_ruby_version = Gem::Requirement.new(">= 1.9.2")
|
||||||
|
|
Loading…
Reference in a new issue