Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
- Updated URLs to use HTTPS instead of HTTP
- Fixed some indentation
- Moved libraries into a Libs subdirectory
  • Loading branch information
Phanx committed Oct 6, 2016
1 parent fefdd71 commit c0ea99b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 11 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
LibStub
CallbackHandler-1.0
Libs

4 changes: 2 additions & 2 deletions .pkgmeta
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ ignore:
- README.md

externals:
CallbackHandler-1.0: svn://svn.wowace.com/wow/callbackhandler/mainline/trunk/CallbackHandler-1.0
LibStub: svn://svn.wowace.com/wow/libstub/mainline/tags/1.0
Libs/CallbackHandler-1.0: svn://svn.wowace.com/wow/callbackhandler/mainline/trunk/CallbackHandler-1.0
Libs/LibStub: svn://svn.wowace.com/wow/libstub/mainline/tags/1.0

6 changes: 4 additions & 2 deletions LibResInfo-1.0.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
LibResInfo-1.0
Library to provide information about resurrections in your group.
https://github.com/Phanx/LibResInfo
https://wow.curseforge.com/addons/libresinfo
http://www.wowinterface.com/downloads/info21467
Copyright (c) 2012-2016 Phanx. All rights reserved.
Redistribution as an unmodified embedded library is permitted.
Expand Down Expand Up @@ -206,7 +208,7 @@ end
-- * resType is one of:
-- - SELFRES if the unit has a Soulstone or other self-res ability available,
-- - PENDING if the unit already has a res available to accept, or
-- - CASTING if a res is being cast on the unit.
-- - CASTING if a res is being cast on the unit.
-- * caster and casterGUID are nil if the unit is being mass-ressed.
------------------------------------------------------------------------

Expand Down Expand Up @@ -763,4 +765,4 @@ SlashCmdList.LIBRESINFO = function(input)
debug(0, input, "is not a valid debug level!")
end
end
end
end
6 changes: 4 additions & 2 deletions LibResInfo-1.0.toc
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@
## X-Category: Library
## X-Copyright: Copyright (c) 2012-2016 Phanx. All rights reserved.
## X-Website: https://github.com/Phanx/LibResInfo
## X-Curse-Project-ID: libresinfo
## X-WoWI-ID: 21467

## LoadOnDemand: 1
## OptionalDependencies: LibStub, CallbackHandler-1.0

LibStub\LibStub.lua
CallbackHandler-1.0\CallbackHandler-1.0.lua
Libs\LibStub\LibStub.lua
Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua

LibResInfo-1.0.lua
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ LibResInfo-1.0

LibResInfo detects resurrection spell casts and identifies who they are being cast on, and provides that information to addons through callbacks and API methods. It supports both single and mass resurrections, as well as soulstones. It is fully embeddable, completely locale-independent, and does not require any other players in your group to have anything installed.

Requires [LibStub](http://www.wowace.com/addons/libstub/) and [CallbackHandler-1.0](http://www.wowace.com/addons/callbackhandler/).
Requires [LibStub](https://www.wowace.com/addons/libstub/) and [CallbackHandler-1.0](https://www.wowace.com/addons/callbackhandler/).

* [Download on CurseForge](http://wow.curseforge.com/addons/libresinfo/)
* [Download on CurseForge](https://wow.curseforge.com/addons/libresinfo/)
* [Download on WoWInterface](http://www.wowinterface.com/downloads/info21467-LibResInfo-1.0.html)


Expand Down Expand Up @@ -38,4 +38,3 @@ Due to limitations of the WoW API, it is **not possible** to detect:
## License

LibResInfo-1.0 is free to download and use, and its source code is freely viewable, but it is not "free software" or "open source". You may include a copy of it in other addons that make use of it as an embedded library, but you may not upload it by itself to other websites, and you may not make changes to it. If you feel something should be changed, please submit a patch!

0 comments on commit c0ea99b

Please sign in to comment.