summaryrefslogtreecommitdiffhomepage
path: root/Rakefile
AgeCommit message (Collapse)Author
2019-04-06Bundle dependencies with the gemTom Black
2018-10-30Fix deprecation warningsTom Black
Also use `-w` flag when running MRI tests
2018-10-16Move `String#colorize` to a separate file to requireTom Black
2018-10-05Temporarily disable building for web while transitioning to WebAssemblyTom Black
2018-05-06Update CITom Black
Also adds native and web build test
2018-02-25Serve built web apps for Rake testsTom Black
DOM security restrictions will block assets otherwise
2017-12-10Replace "MRI" with "int" in Rake tasksTom Black
2017-11-27Add iOS and tvOS supportTom Black
2017-05-20Remove trailing whitespace everywhereTom Black
It's what all the kids are doing
2017-04-02Fixes for Windows / MinGWTom Black
In Rakefile, can’t use semicolons to separate commands, using “&&” instead; for the web, use `start` command to open browser. In `extconf.rb`, use `bash` explicitly when calling `simple2d` with flags; make experience consistent with Linux.
2017-03-08Rakefile cleanupTom Black
2017-03-07Namespace interactive test tasksTom Black
2017-03-07Use a more cross-platform "open" commandTom Black
2017-02-17Make it easier to run native and web testsTom Black
2016-12-24Merge all tests into `test/` directoryTom Black
2016-11-27Update Rakefile to run native and web testsTom Black
Also other cosmetic fixes
2016-10-10Update tests to reflect current APITom Black
2016-10-09Update RakefileTom Black
`run_test` now only runs the test (not build or run spec); now separate tasks for uninstall, build, install.
2016-04-19Improving RakefileTom Black
Added useful helper classes and methods, prettier output, other :lipstick:
2016-01-01Add `--no-brew` optionTom Black
Used to skip Homebrew on OS X, also some extconf cleanup
2015-12-28Install gem verbosely to catch problemsTom Black
2015-11-13Use `Ruby2D::VERSION` when building gemTom Black
2015-11-13Updating interactive testsTom Black
2015-11-13Adding RSpec and some testsTom Black
2015-10-04First!Tom Black