===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
lua-ldap-1.2.5/CONTRIBUTING.md-4-
lua-ldap-1.2.5/CONTRIBUTING.md:5:In the following `${VERSION}` represents the version to be released.  If
lua-ldap-1.2.5/CONTRIBUTING.md-6-it is a release candidate, it ends in `-rc1`, `-rc2`, and so on.
##############################################
lua-ldap-1.2.5/CONTRIBUTING.md-9-Since LuaRocks does not support dashes in the version string, except for
lua-ldap-1.2.5/CONTRIBUTING.md:10:the build number, we replace eventual dashes (`-`) in `${VERSION}` with
lua-ldap-1.2.5/CONTRIBUTING.md-11-dots (`.`).  With LuaRocks, the version number is followed by a dash and
lua-ldap-1.2.5/CONTRIBUTING.md-12-the build number, which is usually one (`1`), except for release candidates,
lua-ldap-1.2.5/CONTRIBUTING.md:13:where we use zero (`0`).  We use `${LUAROCKS_VERSION}` to represent this
lua-ldap-1.2.5/CONTRIBUTING.md-14-version string below.
##############################################
lua-ldap-1.2.5/CONTRIBUTING.md-21-`999` and so on in the last position).  This number is represented by
lua-ldap-1.2.5/CONTRIBUTING.md:22:`${WINDOWS_VERSION}` in the following.
lua-ldap-1.2.5/CONTRIBUTING.md-23-Example: `WINDOWS_VERSION=1.2.3.99`
lua-ldap-1.2.5/CONTRIBUTING.md-24-
lua-ldap-1.2.5/CONTRIBUTING.md:25:Note that for Git tags we prefix `${VERSION}` with `v`.  This is explicit
lua-ldap-1.2.5/CONTRIBUTING.md-26-in the instructions below.
##############################################
lua-ldap-1.2.5/CONTRIBUTING.md-29-
lua-ldap-1.2.5/CONTRIBUTING.md:30:-[] Copy `rockspecs/rockspec` to `rockspecs/lualdap/lualdap-${LUAROCKS_VERSION}.rockspec`
lua-ldap-1.2.5/CONTRIBUTING.md:31:-[] In `Makefile` and `Makefile.win` adjust `V` to `${VERSION}` 
lua-ldap-1.2.5/CONTRIBUTING.md:32:-[] In `src/lualdap.def` adjust `VERSION` to `${WINDOWS_VERSION}`
lua-ldap-1.2.5/CONTRIBUTING.md:33:-[] In `README.md` adjust "Current version" to `${VERSION}` under
lua-ldap-1.2.5/CONTRIBUTING.md-34-    "installation"
lua-ldap-1.2.5/CONTRIBUTING.md-35--[] In `NEWS.md`:
lua-ldap-1.2.5/CONTRIBUTING.md:36:    -[] Rename "Unreleased" to `${VERSION}`
lua-ldap-1.2.5/CONTRIBUTING.md-37-    -[] Adjust the link for `Unreleased` to show the changelog (commit log)
lua-ldap-1.2.5/CONTRIBUTING.md:38:        between the previous version and `v${VERSION}` and rename it to
lua-ldap-1.2.5/CONTRIBUTING.md:39:        `${VERSION}`
lua-ldap-1.2.5/CONTRIBUTING.md-40-    -[] Add a new, empty "Unreleased" section
lua-ldap-1.2.5/CONTRIBUTING.md-41-    -[] Add a new link for `Unreleased` to show the changelog between
lua-ldap-1.2.5/CONTRIBUTING.md:42:       `v${VERSION}` and `HEAD`
lua-ldap-1.2.5/CONTRIBUTING.md-43--[] Commit these changes with message "Release v${VERSION}"
lua-ldap-1.2.5/CONTRIBUTING.md:44:-[] Tag this commit with `v${VERSION}`
##############################################
lua-ldap-1.2.5/tests/setup.sh-4-
lua-ldap-1.2.5/tests/setup.sh:5:dir=`dirname $0`
lua-ldap-1.2.5/tests/setup.sh-6-. $dir/test.env