From 7c17b9f1d2ece727ae30a16474bf029bb0323ed3 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Mon, 20 Jun 2016 07:33:17 +0200 Subject: [PATCH] use yard from github, to fix an error with private_class_method also there are no releases since more than 1.5 years :( --- .yardopts | 1 + Gemfile | 2 +- Gemfile.lock | 10 ++++++++-- 3 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 .yardopts diff --git a/.yardopts b/.yardopts new file mode 100644 index 0000000..b2e1682 --- /dev/null +++ b/.yardopts @@ -0,0 +1 @@ +--quiet diff --git a/Gemfile b/Gemfile index d8fca03..e8ce2d5 100644 --- a/Gemfile +++ b/Gemfile @@ -35,7 +35,7 @@ group :development do gem "pry-byebug" # documentation - gem "yard", require: false + gem "yard", require: false, github: "SuperTux88/yard", branch: "fix-PrivateClassMethodHandler" end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index 504386b..b4e6e34 100644 --- a/Gemfile.lock +++ b/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 remote: . specs: @@ -276,7 +283,6 @@ GEM addressable (>= 2.3.6) crack (>= 0.3.2) hashdiff - yard (0.8.7.6) PLATFORMS ruby @@ -309,7 +315,7 @@ DEPENDENCIES sqlite3 (~> 1.3.11) uuid (~> 2.3.8) webmock (~> 2.0) - yard + yard! BUNDLED WITH 1.12.5