use yard from github, to fix an error with private_class_method
also there are no releases since more than 1.5 years :(
This commit is contained in:
parent
d054d42b86
commit
7c17b9f1d2
3 changed files with 10 additions and 3 deletions
1
.yardopts
Normal file
1
.yardopts
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
--quiet
|
||||||
2
Gemfile
2
Gemfile
|
|
@ -35,7 +35,7 @@ group :development do
|
||||||
gem "pry-byebug"
|
gem "pry-byebug"
|
||||||
|
|
||||||
# documentation
|
# documentation
|
||||||
gem "yard", require: false
|
gem "yard", require: false, github: "SuperTux88/yard", branch: "fix-PrivateClassMethodHandler"
|
||||||
end
|
end
|
||||||
|
|
||||||
group :test do
|
group :test do
|
||||||
|
|
|
||||||
10
Gemfile.lock
10
Gemfile.lock
|
|
@ -1,3 +1,10 @@
|
||||||
|
GIT
|
||||||
|
remote: git://github.com/SuperTux88/yard.git
|
||||||
|
revision: 94426f6f26291075ffcd129a54315cfc88af6fa3
|
||||||
|
branch: fix-PrivateClassMethodHandler
|
||||||
|
specs:
|
||||||
|
yard (0.8.7.6)
|
||||||
|
|
||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
|
|
@ -276,7 +283,6 @@ GEM
|
||||||
addressable (>= 2.3.6)
|
addressable (>= 2.3.6)
|
||||||
crack (>= 0.3.2)
|
crack (>= 0.3.2)
|
||||||
hashdiff
|
hashdiff
|
||||||
yard (0.8.7.6)
|
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
@ -309,7 +315,7 @@ DEPENDENCIES
|
||||||
sqlite3 (~> 1.3.11)
|
sqlite3 (~> 1.3.11)
|
||||||
uuid (~> 2.3.8)
|
uuid (~> 2.3.8)
|
||||||
webmock (~> 2.0)
|
webmock (~> 2.0)
|
||||||
yard
|
yard!
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.12.5
|
1.12.5
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue