Skip to content

Commit

Permalink
leverage mruby/mruby#2846
Browse files Browse the repository at this point in the history
  • Loading branch information
hone committed Jun 22, 2015
1 parent 56e12d7 commit ee8168d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions build_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,5 @@

conf.gembox 'default'

conf.gem :github => 'iij/mruby-io'
conf.gem :github => 'iij/mruby-mtest'
conf.gem :github => 'mattn/mruby-onig-regexp'
conf.gem File.expand_path(File.dirname(__FILE__))
end
6 changes: 3 additions & 3 deletions mrbgem.rake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ MRuby::Gem::Specification.new('mruby-optparse') do |spec|
spec.author = 'zzak'
spec.summary = 'Command-line option analysis with the OptionParser class.'

spec.add_dependency 'mruby-io'
spec.add_dependency 'mruby-mtest'
spec.add_dependency 'mruby-onig-regexp'
spec.add_dependency 'mruby-io', :mgem => 'mruby-io'
spec.add_dependency 'mruby-mtest', :mgem => 'mruby-mtest'
spec.add_dependency 'mruby-onig-regexp', :mgem => 'mruby-onig-regexp'
end

0 comments on commit ee8168d

Please sign in to comment.