Skip to content

Commit

Permalink
Use my fork to sort out mruby docs a bit further
Browse files Browse the repository at this point in the history
  • Loading branch information
Blaž Hrastnik committed Jul 14, 2016
1 parent 1b2ee7d commit 5dea116
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
6 changes: 4 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ source 'https://rubygems.org'
gem 'guard'
gem 'rake'
gem 'redcarpet'
gem 'yard'
gem 'yard-mruby'
gem 'yard', '~> 0.9.0'
gem 'yard-mruby', git: 'https://github.com/archSeer/yard-mruby'

gem 'byebug'
17 changes: 12 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
GIT
remote: https://github.com/archSeer/yard-mruby
revision: 76f6c19f51ce1c2cee4388f896ec233e478ba68b
specs:
yard-mruby (0.2.2)
yard

GEM
remote: https://rubygems.org/
specs:
byebug (9.0.5)
coderay (1.1.0)
ffi (1.9.10)
formatador (0.2.5)
Expand Down Expand Up @@ -34,19 +42,18 @@ GEM
shellany (0.0.1)
slop (3.6.0)
thor (0.19.1)
yard (0.8.7.6)
yard-mruby (0.2.2)
yard
yard (0.9.0)

PLATFORMS
ruby

DEPENDENCIES
byebug
guard
rake
redcarpet
yard
yard-mruby
yard (~> 0.9.0)
yard-mruby!

BUNDLED WITH
1.12.3

0 comments on commit 5dea116

Please sign in to comment.