diff options
Diffstat (limited to 'spec/fixtures/invalid_say-1.3-1.rockspec')
-rw-r--r-- | spec/fixtures/invalid_say-1.3-1.rockspec | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/spec/fixtures/invalid_say-1.3-1.rockspec b/spec/fixtures/invalid_say-1.3-1.rockspec new file mode 100644 index 00000000..890b4db2 --- /dev/null +++ b/spec/fixtures/invalid_say-1.3-1.rockspec | |||
@@ -0,0 +1,23 @@ | |||
1 | package = "say" | ||
2 | version = "1.3-1" | ||
3 | source = {{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{++{ | ||
4 | url = "https://github.com/Olivine-Labs/say/archive/v1.3-1.tar.gz", | ||
5 | dir = "say-1.3-1" | ||
6 | } | ||
7 | description = { | ||
8 | summary = "Lua String Hashing/Indexing Library", | ||
9 | detailed = [[ | ||
10 | Useful for internationalization. | ||
11 | ]], | ||
12 | homepage = "http://olivinelabs.com/busted/", | ||
13 | license = "MIT <http://opensource.org/licenses/MIT>" | ||
14 | } | ||
15 | dependencies = { | ||
16 | "lua >= 5.1" | ||
17 | } | ||
18 | build = { | ||
19 | type = "builtin", | ||
20 | modules = { | ||
21 | ["say.init"] = "src/init.lua" | ||
22 | } | ||
23 | } | ||