rbt 0.16.14 → 0.16.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of rbt might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/doc/todo/numbered_todo_entries_for_the_RBT_project.md +2 -14
- data/lib/rbt/actions/individual_actions/cookbooks/sanitize_cookbook/sanitize_cookbook.rb +6 -5
- data/lib/rbt/actions/individual_actions/installer/aggregate.rb +0 -28
- data/lib/rbt/actions/individual_actions/software_manager/actions.rb +61 -0
- data/lib/rbt/actions/individual_actions/software_manager/logic_related_code.rb +9 -4
- data/lib/rbt/actions/individual_actions/software_manager/menu.rb +1 -3
- data/lib/rbt/actions/individual_actions/software_manager/misc.rb +64 -225
- data/lib/rbt/actions/individual_actions/software_manager/query_related_methods.rb +83 -10
- data/lib/rbt/actions/individual_actions/software_manager/setters.rb +185 -143
- data/lib/rbt/version/version.rb +1 -1
- metadata +2 -2
data/lib/rbt/version/version.rb
CHANGED
@@ -13,7 +13,7 @@ module RBT
|
|
13
13
|
# just an alias to it - stick to using VERSION instead "officially"
|
14
14
|
# whenever possible.
|
15
15
|
# ========================================================================= #
|
16
|
-
VERSION = '0.16.
|
16
|
+
VERSION = '0.16.15'
|
17
17
|
RBT_VERSION_NUMBER = VERSION # === RBT_VERSION_NUMBER
|
18
18
|
PROGRAM_VERSION = VERSION # === PROGRAM_VERSION
|
19
19
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rbt
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.16.
|
4
|
+
version: 0.16.15
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Robert A. Heiler
|
@@ -8663,7 +8663,7 @@ post_install_message: "\n With the RBT scripts, you should be able to install o
|
|
8663
8663
|
see:\n\n scookie --help\n\n If you wish to search for common tags, such as
|
8664
8664
|
tag \"ruby\" or tag\n \"php\", then try this:\n\n search_for_tags ruby\n search_for_tags
|
8665
8665
|
php\n\n This can be found in the subdirectory bin/search_for_tags of\n this gem.\n\n
|
8666
|
-
\ For more documentation, the official documentation, have a look at:\n\n https://www.rubydoc.info/gems/rbt/0.16.
|
8666
|
+
\ For more documentation, the official documentation, have a look at:\n\n https://www.rubydoc.info/gems/rbt/0.16.15\n\n
|
8667
8667
|
\ If you encounter any bug or oddities, feel free to drop an email\n to:\n\n shevy@inbox.lt\n\n
|
8668
8668
|
\ (I do not check for mails daily, though, so this may take a \n while to process
|
8669
8669
|
- apologies for that.)\n\n Thank you and have fun!\n\n"
|