<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luarocks/spec, branch v3.1.1</title>
<subtitle>A mirror of https://github.com/luarocks/luarocks.git
</subtitle>
<id>https://git.lua4.win/luarocks/atom?h=v3.1.1</id>
<link rel='self' href='https://git.lua4.win/luarocks/atom?h=v3.1.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/'/>
<updated>2019-04-26T22:02:39+00:00</updated>
<entry>
<title>Tests: cleanup signature before signing</title>
<updated>2019-04-26T22:02:39+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2019-04-26T20:07:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=c451dd03115f87d0143d170fbdaf160e8627391e'/>
<id>urn:sha1:c451dd03115f87d0143d170fbdaf160e8627391e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tests: add test for fs.wrap_script</title>
<updated>2019-04-19T19:50:11+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2019-04-18T18:05:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=18b9a94491a80a1bbe62a92103b8d8ba1bb1487e'/>
<id>urn:sha1:18b9a94491a80a1bbe62a92103b8d8ba1bb1487e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>spec/init_spec.lua: cleanup test</title>
<updated>2019-04-09T19:49:20+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2019-04-03T17:03:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=0b6f834fecd36d4b4b10a1245e54be00f9aaf75b'/>
<id>urn:sha1:0b6f834fecd36d4b4b10a1245e54be00f9aaf75b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>config: add modes for reading, writing and unsetting individual entries</title>
<updated>2019-04-03T13:44:51+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2019-03-15T02:18:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=a21fcdc434f7135b3be215bbab5ad08f1873d300'/>
<id>urn:sha1:a21fcdc434f7135b3be215bbab5ad08f1873d300</id>
<content type='text'>
Includes special config keys `lua_dir` and `lua_version`,
which are essentially persistent versions of --lua-dir
and --lua-version:

* `lua_dir` writes a number of LUA_* variables and
  cfg.lua_interpreter in the current scope's config file.
* `lua_version` writes default-lua-version.lua to the
  given scope.

Also deprecates the "flag" versions for various getters:

* `--lua-incdir`:    use `luarocks config variables.LUA_INCDIR`
* `--lua-libdir`:    use `luarocks config variables.LUA_LIBDIR`
* `--lua-ver`:       use `luarocks config lua_version`
* `--system-config`: use `luarocks config config_files.system.file`
* `--user-config`:   use `luarocks config config_files.user.file`
* `--rock-trees`:    use `luarocks config rocks_trees`
</content>
</entry>
<entry>
<title>update to luacov 0.13.1 + cluacov 0.1.1</title>
<updated>2019-04-03T13:44:51+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2019-04-02T19:18:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=1ebc96ac47b72b9c7c226f14cd018ef5e4d62a74'/>
<id>urn:sha1:1ebc96ac47b72b9c7c226f14cd018ef5e4d62a74</id>
<content type='text'>
</content>
</entry>
<entry>
<title>upload: add --sign option</title>
<updated>2019-04-01T21:32:53+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2019-03-19T23:13:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=18842a049784cdbba66010fb30f06525e9016600'/>
<id>urn:sha1:18842a049784cdbba66010fb30f06525e9016600</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add --sign option to `luarocks pack`</title>
<updated>2019-04-01T21:32:53+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2019-03-19T14:33:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=655eacf345a108247ba6ea506721395571108912'/>
<id>urn:sha1:655eacf345a108247ba6ea506721395571108912</id>
<content type='text'>
* Introduce a new module, `luarocks.signing`
* Add `--sign` option to `luarocks pack`, which produces a
  detached GPG signature
* Includes a basic test, along with some fixtures with
  a password-less GPG key
</content>
</entry>
<entry>
<title>cmd: refactor detection code and improve detection of project dir</title>
<updated>2019-04-01T19:26:30+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2019-03-21T22:47:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=e388deecaa13b7b89da202d09d328a79bbcf40dd'/>
<id>urn:sha1:e388deecaa13b7b89da202d09d328a79bbcf40dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support installations without documentation</title>
<updated>2019-02-12T21:29:40+00:00</updated>
<author>
<name>George Roman</name>
<email>george.roman.99@gmail.com</email>
</author>
<published>2019-01-25T11:24:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=b096e35e29f5406f74c5cf7bdb86eff8ebf3b526'/>
<id>urn:sha1:b096e35e29f5406f74c5cf7bdb86eff8ebf3b526</id>
<content type='text'>
</content>
</entry>
<entry>
<title>persist: handle keys that are keywords correctly.</title>
<updated>2018-12-10T17:53:26+00:00</updated>
<author>
<name>Hisham Muhammad</name>
<email>hisham@gobolinux.org</email>
</author>
<published>2018-12-10T17:53:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luarocks/commit/?id=9bb5c285f007d4d2f83ff5593db5afa7fa2a0310'/>
<id>urn:sha1:9bb5c285f007d4d2f83ff5593db5afa7fa2a0310</id>
<content type='text'>
Closes #947.
</content>
</entry>
</feed>
