Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | keplerproject -> lunarmodules | Hisham Muhammad | 2022-07-26 | 1 | -1/+1 |
| | |||||
* | Move doc/us/ to docs/, replacing the gh-pages branch. | Hisham Muhammad | 2022-06-24 | 1 | -1/+1 |
| | |||||
* | rockspec: use git+https:// for git repository URL | Alexander Turenko | 2021-11-09 | 1 | -1/+1 |
| | | | | | | | GitHub is going to disable unencrypted Git protocol, so `git://` URLs will stop working soon (see [1]). [1]: https://github.blog/2021-09-01-improving-git-protocol-security-github/ | ||||
* | Replace rockspecs/ with a single scm rockspec (#108) | Peter Melnichenko | 2018-03-15 | 1 | -0/+28 |
There is no need to keep rockspecs for older versions - it's enough to ensure that `luarocks make` builds currently checked out version. `luarocks new-version <rockspec> <version> --tag=<tag>` generates rockspecs for releases. Use `scm` instead of `dev` as LuaRocks 2 thinks that `dev` versions are less than normal versions like 1.6.3, making it tricky to use bleeding-edge version as a dependency with a constraint such as `luafilesystem >= 1.6.3`. |