aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-04-24Mark release 2.2.2v2.2.2Hisham Muhammad1-1/+1
2015-04-23Install .md files as docsHisham Muhammad1-1/+1
2015-04-20Clip string.gsub results to just one when redacting url.Ignacio Burgueño1-1/+1
We're not interested in printing the number of replacements performed.
2015-04-20Redact api tokens when using --verbose flagIgnacio Burgueño1-1/+2
fixes #358
2015-04-20Update upload URL as well.Hisham Muhammad1-1/+1
2015-04-18MoonRocks → LuaRocks.org transition complete!Hisham Muhammad1-1/+1
2015-04-16update to version 0.3Thijs Schreijer1-4/+8
2015-04-14Address issues spotted in the reviewIgnacio Burgueño3-6/+5
2015-04-14Adds --only-deps flag to install commandIgnacio Burgueño4-22/+64
Introduces new function in 'install' module to only install the dependencies of a rock. Also adds the tests to the wip Lua test driver.
2015-04-14Adds new file (fetch/git_https.lua) to Makefile.setup.incIgnacio Burgueño1-1/+1
see #350