Skip to content

Commit d893ead

Browse files
committed
Use mrkn/yard temporarily
The latest yard doesn't support the decorator `module_function`. I submitted lsegal/yard#1365 to add the support of it. We need to use mrkn/yard until the pull-request will be merged and the new version of yard will be released.
1 parent 4b5ae4e commit d893ead

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252

5353
- run: bundle install --jobs 4 --retry 3
5454

55-
- run: rake
55+
- run: bundle exec rake
5656

57-
- run: rake build
57+
- run: bundle exec rake build
5858

5959
- run: gem install pkg/*.gem

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
source "https://rubygems.org/"
22

33
gemspec
4+
5+
# Temporary use this for module_function decorator support
6+
gem "yard", github: "mrkn/yard", branch: "module_function_decorator"

0 commit comments

Comments
 (0)