update_repo 0.11.1 → 0.11.2
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.
- checksums.yaml +4 -4
- data/docs/index.html +2 -2
- data/lib/update_repo/cmd_config.rb +1 -1
- data/lib/update_repo/version.rb +1 -1
- data/web/partials/_footer.html +1 -1
- data/web/partials/_license.html +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3d52f198ecd9c3624d16416efed9270afefc58f79820c8bc0320d92241919509
|
|
4
|
+
data.tar.gz: f6feef0a732978252381d6de19364d48856b1fc83cec95c7c26fee281d629fc9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6c98d22a19e12804fce958ccc3e5020fba387a9c10ca23cd060d70c831b6feb8d60bfc878dcdf1791fca0c9c124d7db54bbd48ff0fbdeb5778a67850df408f3b
|
|
7
|
+
data.tar.gz: 227e28965948a8e9d8aba9f8bbf56d62d85498832f0f2da6b0f32df5785d520ba648aa52ed73a950208c478670e534d6df6251087e66def5eb9eff593ff995b6
|
data/docs/index.html
CHANGED
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
<code class="language-markup">
|
|
104
104
|
The MIT License (MIT)
|
|
105
105
|
|
|
106
|
-
Copyright (c)
|
|
106
|
+
Copyright (c) 2020 Grant Ramsay
|
|
107
107
|
|
|
108
108
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
109
109
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -123,4 +123,4 @@
|
|
|
123
123
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
124
124
|
THE SOFTWARE.
|
|
125
125
|
</code>
|
|
126
|
-
</pre></div></div></div></section><footer class="footer"><div class="container"><div class="row"><div class="col-lg-12 text-right">© Grant Ramsay
|
|
126
|
+
</pre></div></div></div></section><footer class="footer"><div class="container"><div class="row"><div class="col-lg-12 text-right">© Grant Ramsay 2020 | <span class="site-version">Website v2.0-beta</span> | See my public projects on <a target="_blank" class="icon fa-github" href="https://github.com/seapagan">Github</a></div></div></div></footer><script src="js/main-min.js"></script></body></html>
|
|
@@ -105,7 +105,7 @@ module UpdateRepo
|
|
|
105
105
|
# rubocop:disable Metrics/AbcSize
|
|
106
106
|
def set_options
|
|
107
107
|
Optimist.options do
|
|
108
|
-
version "update_repo version #{VERSION} (C)
|
|
108
|
+
version "update_repo version #{VERSION} (C)2020 G. Ramsay\n"
|
|
109
109
|
banner <<-OPTION_TEXT
|
|
110
110
|
|
|
111
111
|
Keep multiple local Git-Cloned Repositories up to date with one command.
|
data/lib/update_repo/version.rb
CHANGED
data/web/partials/_footer.html
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<div class="container">
|
|
4
4
|
<div class="row">
|
|
5
5
|
<div class="col-lg-12 text-right">
|
|
6
|
-
© Grant Ramsay
|
|
6
|
+
© Grant Ramsay 2020 | <span class="site-version">Website v2.0-beta</span> | See my public projects on <a target="_blank" class="icon fa-github" href="https://github.com/seapagan">Github</a>
|
|
7
7
|
</div>
|
|
8
8
|
</div><!-- row -->
|
|
9
9
|
</div><!-- container -->
|
data/web/partials/_license.html
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
<code class="language-markup">
|
|
13
13
|
The MIT License (MIT)
|
|
14
14
|
|
|
15
|
-
Copyright (c)
|
|
15
|
+
Copyright (c) 2020 Grant Ramsay
|
|
16
16
|
|
|
17
17
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
18
18
|
of this software and associated documentation files (the "Software"), to deal
|