From 4fff4c3319771c0c40665bcc21709ee1db3121c7 Mon Sep 17 00:00:00 2001 From: "Kay Marquardt (Gnadelwartz)" Date: Mon, 22 Apr 2019 10:23:28 +0200 Subject: [PATCH] Version 0.62 of bashbot --- README.md | 2 +- README.txt | 4 ++-- bashbot.rc | 2 +- bashbot.sh | 2 +- commands.sh | 2 +- dev/hooks/pre-commit.sh | 2 +- dev/hooks/pre-push.sh | 2 +- dev/install-hooks.sh | 2 +- dev/shellcheck.files | 2 +- dev/version.sh | 2 +- doc/1_firstbot.md | 2 +- doc/2_usage.md | 2 +- doc/3_advanced.md | 2 +- doc/4_expert.md | 2 +- doc/5_practice.md | 2 +- doc/6_reference.md | 2 +- doc/7_develop.md | 2 +- examples/bashbot.cron | 2 +- examples/calc.sh | 2 +- examples/notify.sh | 2 +- examples/question,sh | 2 +- examples/question.sh | 2 +- test/ALL-tests.inc.sh | 2 +- test/ALL-tests.sh | 2 +- test/a-commit-test.sh | 2 +- test/a-push-test.sh | 2 +- test/c-init-test.sh | 2 +- test/d-process_message-test.sh | 2 +- 28 files changed, 29 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index 866165e..5a4d710 100644 --- a/README.md +++ b/README.md @@ -102,4 +102,4 @@ Bashbot is not more (in)secure as any other Bot written in any other language, w If you feel that there's something missing or if you found a bug, feel free to submit a pull request! -#### $$VERSION$$ 0.70-dev-26-gbca3e59 +#### $$VERSION$$ v0.62-0-g5d5dbae diff --git a/README.txt b/README.txt index 0f19273..56472e7 100644 --- a/README.txt +++ b/README.txt @@ -166,5 +166,5 @@ That's it! If you feel that there's something missing or if you found a bug, feel free to submit a pull request! -latexmath:[\[VERSION\]] 0.70-dev-26-gbca3e59 -++++++++++++++++++++++++++++++++++++++++++++ +latexmath:[\[VERSION\]] v0.62-0-g5d5dbae +++++++++++++++++++++++++++++++++++++++++ diff --git a/bashbot.rc b/bashbot.rc index 1e9d3fd..e729f9e 100755 --- a/bashbot.rc +++ b/bashbot.rc @@ -1,7 +1,7 @@ #!/bin/sh # description: Start or stop telegram-bash-bot # -#### $$VERSION$$ 0.70-dev-26-gbca3e59 +#### $$VERSION$$ v0.62-0-g5d5dbae # shellcheck disable=SC2009 # shellcheck disable=SC2181 diff --git a/bashbot.sh b/bashbot.sh index 3c983a6..84d5a4b 100755 --- a/bashbot.sh +++ b/bashbot.sh @@ -10,7 +10,7 @@ # This file is public domain in the USA and all free countries. # Elsewhere, consider it to be WTFPLv2. (wtfpl.net/txt/copying) # -#### $$VERSION$$ 0.70-dev-26-gbca3e59 +#### $$VERSION$$ v0.62-0-g5d5dbae # # Exit Codes: # - 0 sucess (hopefully) diff --git a/commands.sh b/commands.sh index 494d734..21df7ed 100755 --- a/commands.sh +++ b/commands.sh @@ -4,7 +4,7 @@ # This file is public domain in the USA and all free countries. # Elsewhere, consider it to be WTFPLv2. (wtfpl.net/txt/copying) # -#### $$VERSION$$ 0.70-dev-26-gbca3e59 +#### $$VERSION$$ v0.62-0-g5d5dbae # # shellcheck disable=SC2154 # shellcheck disable=SC2034 diff --git a/dev/hooks/pre-commit.sh b/dev/hooks/pre-commit.sh index c803a23..38cbc16 100755 --- a/dev/hooks/pre-commit.sh +++ b/dev/hooks/pre-commit.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -#### $$VERSION$$ 0.70-dev-26-gbca3e59 +#### $$VERSION$$ v0.62-0-g5d5dbae # magic to ensure that we're always inside the root of our application, # no matter from which directory we'll run script diff --git a/dev/hooks/pre-push.sh b/dev/hooks/pre-push.sh index 9c7f720..6b4179b 100755 --- a/dev/hooks/pre-push.sh +++ b/dev/hooks/pre-push.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -#### $$VERSION$$ 0.70-dev-26-gbca3e59 +#### $$VERSION$$ v0.62-0-g5d5dbae # magic to ensure that we're always inside the root of our application, # no matter from which directory we'll run script diff --git a/dev/install-hooks.sh b/dev/install-hooks.sh index 715c8e0..3b038c7 100755 --- a/dev/install-hooks.sh +++ b/dev/install-hooks.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # this has to run once atfer git clone # and every time we create new hooks -#### $$VERSION$$ 0.70-dev-26-gbca3e59 +#### $$VERSION$$ v0.62-0-g5d5dbae # magic to ensure that we're always inside the root of our application, # no matter from which directory we'll run script diff --git a/dev/shellcheck.files b/dev/shellcheck.files index 3f810d4..24a3dc5 100644 --- a/dev/shellcheck.files +++ b/dev/shellcheck.files @@ -1,3 +1,3 @@ # list of additional files to check from shellcheck -#### $$VERSION$$ 0.70-dev-26-gbca3e59 +#### $$VERSION$$ v0.62-0-g5d5dbae bashbot.rc diff --git a/dev/version.sh b/dev/version.sh index 364c5fc..24f925c 100755 --- a/dev/version.sh +++ b/dev/version.sh @@ -1,6 +1,6 @@ #!/bin/bash # -#### $$VERSION$$ 0.70-dev-26-gbca3e59 +#### $$VERSION$$ v0.62-0-g5d5dbae # shellcheck disable=SC2016 # # Easy Versioning in git: diff --git a/doc/1_firstbot.md b/doc/1_firstbot.md index 3253d5e..1c571da 100644 --- a/doc/1_firstbot.md +++ b/doc/1_firstbot.md @@ -61,5 +61,5 @@ group. This step is up to you actually. #### [Next Getting started](2_usage.md) -#### $$VERSION$$ 0.70-dev-26-gbca3e59 +#### $$VERSION$$ v0.62-0-g5d5dbae diff --git a/doc/2_usage.md b/doc/2_usage.md index b592ac8..08fa1aa 100644 --- a/doc/2_usage.md +++ b/doc/2_usage.md @@ -159,5 +159,5 @@ send_action "${CHAT[ID]}" "action" #### [Prev Create Bot](1_firstbot.md) #### [Next Advanced Usage](3_advanced.md) -#### $$VERSION$$ 0.70-dev-26-gbca3e59 +#### $$VERSION$$ v0.62-0-g5d5dbae diff --git a/doc/3_advanced.md b/doc/3_advanced.md index 34845a4..fe18270 100644 --- a/doc/3_advanced.md +++ b/doc/3_advanced.md @@ -156,5 +156,5 @@ answer_inline_query "$iQUERY_ID" "cached_sticker" "identifier for the sticker" #### [Prev Advanced Usage](3_advanced.md) #### [Next Expert Use](4_expert.md) -#### $$VERSION$$ 0.70-dev-26-gbca3e59 +#### $$VERSION$$ v0.62-0-g5d5dbae diff --git a/doc/4_expert.md b/doc/4_expert.md index 5f59576..37ef179 100644 --- a/doc/4_expert.md +++ b/doc/4_expert.md @@ -104,5 +104,5 @@ An example crontab is provided in ```examples/bashbot.cron```. #### [Prev Expert Use](4_expert.md) #### [Next Best Practice](5_practice.md) -#### $$VERSION$$ 0.70-dev-26-gbca3e59 +#### $$VERSION$$ v0.62-0-g5d5dbae diff --git a/doc/5_practice.md b/doc/5_practice.md index 71e6058..df7b663 100644 --- a/doc/5_practice.md +++ b/doc/5_practice.md @@ -112,5 +112,5 @@ The second warning is about an unused variable, this is true because in our exam #### [Prev Best Practice](5_practice.md) #### [Next Functions Reference](6_reference.md) -#### $$VERSION$$ 0.70-dev-26-gbca3e59 +#### $$VERSION$$ v0.62-0-g5d5dbae diff --git a/doc/6_reference.md b/doc/6_reference.md index c192d6e..a4c52ff 100644 --- a/doc/6_reference.md +++ b/doc/6_reference.md @@ -348,5 +348,5 @@ Send Input from Telegram to waiting Interactive Chat. #### [Prev Best Practice](5_practice.md) #### [Next Developer Rules](7_develop.md) -#### $$VERSION$$ 0.70-dev-26-gbca3e59 +#### $$VERSION$$ v0.62-0-g5d5dbae diff --git a/doc/7_develop.md b/doc/7_develop.md index 477c9a5..e439a72 100644 --- a/doc/7_develop.md +++ b/doc/7_develop.md @@ -70,5 +70,5 @@ fi #### [Prev Function Reference](6_function.md) -#### $$VERSION$$ 0.70-dev-26-gbca3e59 +#### $$VERSION$$ v0.62-0-g5d5dbae diff --git a/examples/bashbot.cron b/examples/bashbot.cron index 86689aa..854c8c7 100644 --- a/examples/bashbot.cron +++ b/examples/bashbot.cron @@ -7,7 +7,7 @@ # This file is public domain in the USA and all free countries. # Elsewhere, consider it to be WTFPLv2. (wtfpl.net/txt/copying) # -#### $$VERSION$$ 0.70-dev-26-gbca3e59 +#### $$VERSION$$ v0.62-0-g5d5dbae SHELL=/bin/sh diff --git a/examples/calc.sh b/examples/calc.sh index 2e72055..97b3068 100755 --- a/examples/calc.sh +++ b/examples/calc.sh @@ -3,7 +3,7 @@ # This file is public domain in the USA and all free countries. # Elsewhere, consider it to be WTFPLv2. (wtfpl.net/txt/copying) -#### $$VERSION$$ 0.70-dev-26-gbca3e59 +#### $$VERSION$$ v0.62-0-g5d5dbae # adjust your language setting here # https://github.com/topkecleon/telegram-bot-bash#setting-up-your-environment diff --git a/examples/notify.sh b/examples/notify.sh index 32ca2af..378d6af 100755 --- a/examples/notify.sh +++ b/examples/notify.sh @@ -2,7 +2,7 @@ # This file is public domain in the USA and all free countries. # Elsewhere, consider it to be WTFPLv2. (wtfpl.net/txt/copying) -#### $$VERSION$$ 0.70-dev-26-gbca3e59 +#### $$VERSION$$ v0.62-0-g5d5dbae # adjust your language setting here # https://github.com/topkecleon/telegram-bot-bash#setting-up-your-environment diff --git a/examples/question,sh b/examples/question,sh index 2f23254..c9bfaf8 100755 --- a/examples/question,sh +++ b/examples/question,sh @@ -3,7 +3,7 @@ # This file is public domain in the USA and all free countries. # Elsewhere, consider it to be WTFPLv2. (wtfpl.net/txt/copying) -#### $$VERSION$$ 0.70-dev-26-gbca3e59 +#### $$VERSION$$ v0.62-0-g5d5dbae # adjust your language setting here # https://github.com/topkecleon/telegram-bot-bash#setting-up-your-environment diff --git a/examples/question.sh b/examples/question.sh index 2f23254..c9bfaf8 100755 --- a/examples/question.sh +++ b/examples/question.sh @@ -3,7 +3,7 @@ # This file is public domain in the USA and all free countries. # Elsewhere, consider it to be WTFPLv2. (wtfpl.net/txt/copying) -#### $$VERSION$$ 0.70-dev-26-gbca3e59 +#### $$VERSION$$ v0.62-0-g5d5dbae # adjust your language setting here # https://github.com/topkecleon/telegram-bot-bash#setting-up-your-environment diff --git a/test/ALL-tests.inc.sh b/test/ALL-tests.inc.sh index d75daf4..fd0193f 100755 --- a/test/ALL-tests.inc.sh +++ b/test/ALL-tests.inc.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -#### $$VERSION$$ 0.70-dev-26-gbca3e59 +#### $$VERSION$$ v0.62-0-g5d5dbae # common variables export TESTME DIRME TESTDIR LOGFILE REFDIR TESTNAME diff --git a/test/ALL-tests.sh b/test/ALL-tests.sh index 471e62e..1604e96 100755 --- a/test/ALL-tests.sh +++ b/test/ALL-tests.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # this has to run once atfer git clone # and every time we create new hooks -#### $$VERSION$$ 0.70-dev-26-gbca3e59 +#### $$VERSION$$ v0.62-0-g5d5dbae # magic to ensure that we're always inside the root of our application, # no matter from which directory we'll run script diff --git a/test/a-commit-test.sh b/test/a-commit-test.sh index 5cba6ca..b270ade 100644 --- a/test/a-commit-test.sh +++ b/test/a-commit-test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -#### $$VERSION$$ 0.70-dev-26-gbca3e59 +#### $$VERSION$$ v0.62-0-g5d5dbae ../dev/hooks/pre-commit.sh diff --git a/test/a-push-test.sh b/test/a-push-test.sh index c169f8c..597b420 100644 --- a/test/a-push-test.sh +++ b/test/a-push-test.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash -#### $$VERSION$$ 0.70-dev-26-gbca3e59 +#### $$VERSION$$ v0.62-0-g5d5dbae ../dev/hooks/pre-push.sh diff --git a/test/c-init-test.sh b/test/c-init-test.sh index b5d6d6f..d545d3d 100755 --- a/test/c-init-test.sh +++ b/test/c-init-test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -#### $$VERSION$$ 0.70-dev-26-gbca3e59 +#### $$VERSION$$ v0.62-0-g5d5dbae # include common functions and definitions # shellcheck source=test/ALL-tests.inc.sh diff --git a/test/d-process_message-test.sh b/test/d-process_message-test.sh index ab59127..5de9895 100755 --- a/test/d-process_message-test.sh +++ b/test/d-process_message-test.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -#### $$VERSION$$ 0.70-dev-26-gbca3e59 +#### $$VERSION$$ v0.62-0-g5d5dbae # include common functions and definitions # shellcheck source=test/ALL-tests.inc.sh