Skip to content

Commit

Permalink
Fixed all bugs 2
Browse files Browse the repository at this point in the history
Removed everything for a new complete rewrite of love-release.
See #40 for proposals.
  • Loading branch information
MisterDA committed May 27, 2016
1 parent 5c03235 commit 1646b52
Show file tree
Hide file tree
Showing 16 changed files with 30 additions and 1,245 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ sudo: false

env:
- LUA="lua=5.1"
- LUA="lua=5.2"
- LUA="lua=5.3"
- LUA="luajit=2.0"
- LUA="luajit=2.1"

Expand All @@ -18,7 +20,7 @@ install:
- luarocks install luacov-coveralls

script:
- luacheck --std lua51+luajit src
- luacheck --std lua51+lua52+lua53+luajit src
- luacheck --std busted spec
- busted --verbose --coverage

Expand Down
2 changes: 1 addition & 1 deletion config.ld
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ description = [[
love-release - a Lua script to make LÖVE games releases easier
]]
readme = "README.md"
format = "discount"
format = "markdown"
title = "love-release documentation"
26 changes: 26 additions & 0 deletions rockspecs/love-release-git-1.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
package = "love-release"
version = "git-1"
source = {
url = "git://github.com/MisterDA/love-release",
branch = "love-release-3",
}
description = {
summary = "Make LÖVE games releases easier",
detailed = [[
love-release make LÖVE games releases easier.
It automates LÖVE Game Distribution.
]],
license = "MIT",
homepage = "https://github.com/MisterDA/love-release",
}
dependencies = {
}
build = {
type = "builtin",
modules = {
},
install = {
bin = {
},
},
}
43 changes: 0 additions & 43 deletions rockspecs/love-release-scm-1.rockspec

This file was deleted.

7 changes: 0 additions & 7 deletions spec/main_spec.lua
Original file line number Diff line number Diff line change
@@ -1,7 +0,0 @@
describe("love-release tests", function()
describe("should test something", function()
it("not right now", function()
assert.truthy("Sorry.")
end)
end)
end)
13 changes: 0 additions & 13 deletions src/main.lua

This file was deleted.

126 changes: 0 additions & 126 deletions src/pipes/args.lua

This file was deleted.

78 changes: 0 additions & 78 deletions src/pipes/conf.lua

This file was deleted.

Loading

0 comments on commit 1646b52

Please sign in to comment.