Skip to content

Commit ed986b8

Browse files
committed
minor doc improvements
1 parent e61b7ec commit ed986b8

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.yardopts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
--title "IS::Enum"
2+
--readme README.md
3+
--files README.md
4+
--asset coverage-badge.svg
25
--protected
36
--no-private
47
lib/**/*.rb

is-enum.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Gem::Specification::new do |s|
1010
s.homepage = IS::Enum::Info::HOMEPAGE
1111
s.license = IS::Enum::Info::LICENSE
1212

13-
s.files = Dir[ 'lib/**/*', 'README.md', 'LICENSE' ]
13+
s.files = Dir[ 'lib/**/*', 'README.md', 'LICENSE', 'coverage-badge.svg' ]
1414

1515
s.required_ruby_version = "~> 3.4"
1616

0 commit comments

Comments
 (0)