Skip to content

Commit

Permalink
dxruby_sdlのバージョンを明記した
Browse files Browse the repository at this point in the history
こうしないとsmalrubyをインストールしただけでは、dxruby_sdlがバージョンアップしなかった。
  • Loading branch information
takaokouji committed Mar 10, 2014
1 parent 461bff0 commit 16e946a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smalruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Gem::Specification.new do |spec|
if is_windows
spec.add_runtime_dependency 'dxruby'
else
spec.add_runtime_dependency 'dxruby_sdl'
spec.add_runtime_dependency 'dxruby_sdl', '~> 0.0.6'
end
spec.add_runtime_dependency 'dino'
spec.add_runtime_dependency 'dino', '~> 0.11.2'
end

0 comments on commit 16e946a

Please sign in to comment.