bump yard
yay, a new release! :D
This commit is contained in:
parent
90970973a5
commit
11faedce88
2 changed files with 3 additions and 9 deletions
2
Gemfile
2
Gemfile
|
|
@ -35,7 +35,7 @@ group :development do
|
|||
gem "pry-byebug"
|
||||
|
||||
# documentation
|
||||
gem "yard", require: false, github: "SuperTux88/yard", branch: "fix-PrivateClassMethodHandler"
|
||||
gem "yard", require: false
|
||||
end
|
||||
|
||||
group :test do
|
||||
|
|
|
|||
10
Gemfile.lock
10
Gemfile.lock
|
|
@ -1,10 +1,3 @@
|
|||
GIT
|
||||
remote: git://github.com/SuperTux88/yard.git
|
||||
revision: 94426f6f26291075ffcd129a54315cfc88af6fa3
|
||||
branch: fix-PrivateClassMethodHandler
|
||||
specs:
|
||||
yard (0.8.7.6)
|
||||
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
|
|
@ -283,6 +276,7 @@ GEM
|
|||
addressable (>= 2.3.6)
|
||||
crack (>= 0.3.2)
|
||||
hashdiff
|
||||
yard (0.9.0)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
|
@ -315,7 +309,7 @@ DEPENDENCIES
|
|||
sqlite3 (~> 1.3.11)
|
||||
uuid (~> 2.3.8)
|
||||
webmock (~> 2.0)
|
||||
yard!
|
||||
yard
|
||||
|
||||
BUNDLED WITH
|
||||
1.12.5
|
||||
|
|
|
|||
Loading…
Reference in a new issue