-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Moved files that are used for configuration and aren't strictly programs to /cfg - Moved libraries and programs that are necessary for running Allium, or libraries to /lib - Added function `allium.verify` which compares a minimum, and maximum semver string to the current Allium version - Added function `allium.getVersion` which returns a semver parsed table holding the version of a plugin - Added `allium.version`, a parsed semver version to compare to
- Loading branch information
Showing
9 changed files
with
70 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
repolist.csh | ||
persistence.ltn | ||
gitget.lua | ||
debug.cfg | ||
json | ||
cfg/repolist.csh | ||
cfg/persistence.ltn | ||
cfg/debug.cfg | ||
lib/semver.lua | ||
lib/nap.lua | ||
lib/json.lua | ||
lib/gget.lua |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[submodule "raisin"] | ||
path = raisin | ||
path = lib/raisin | ||
url = https://github.com/hugeblank/raisin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
Submodule raisin
updated
from 000000 to 44a2a3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters