summaryrefslogtreecommitdiffhomepage
path: root/Rakefile
diff options
context:
space:
mode:
authorTom Black <[email protected]>2015-12-28 01:17:23 -0600
committerTom Black <[email protected]>2015-12-28 01:17:23 -0600
commit84a3436e6be79c1b151609c3525d2bb5698fa626 (patch)
tree298b342e3deb5e892fc9aa46821ea8112b0f9324 /Rakefile
parentc29a07172a4aaac95bf43f56206e2bf19ae24144 (diff)
downloadruby2d-84a3436e6be79c1b151609c3525d2bb5698fa626.tar.gz
ruby2d-84a3436e6be79c1b151609c3525d2bb5698fa626.zip
Install gem verbosely to catch problems
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index efe3de7..623f7e4 100644
--- a/Rakefile
+++ b/Rakefile
@@ -23,7 +23,7 @@ task :build do
system "gem build ruby2d.gemspec --verbose"
puts "==> install gem"
- system "gem install ruby2d-#{Ruby2D::VERSION}.gem --local"
+ system "gem install ruby2d-#{Ruby2D::VERSION}.gem --local --verbose"
end
desc "Run testcard"