diff options
| author | Tom Black <[email protected]> | 2015-12-28 01:17:23 -0600 |
|---|---|---|
| committer | Tom Black <[email protected]> | 2015-12-28 01:17:23 -0600 |
| commit | 84a3436e6be79c1b151609c3525d2bb5698fa626 (patch) | |
| tree | 298b342e3deb5e892fc9aa46821ea8112b0f9324 /Rakefile | |
| parent | c29a07172a4aaac95bf43f56206e2bf19ae24144 (diff) | |
| download | ruby2d-84a3436e6be79c1b151609c3525d2bb5698fa626.tar.gz ruby2d-84a3436e6be79c1b151609c3525d2bb5698fa626.zip | |
Install gem verbosely to catch problems
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
