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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ab8951386223dc42b3a8b717e5435ee5122d01b3f017db457a5677738d61bd57
4
- data.tar.gz: d6bf1a342338dd68366151e0653b8c53485af91ee3fefb5255c843cdb69d168e
3
+ metadata.gz: 3d52f198ecd9c3624d16416efed9270afefc58f79820c8bc0320d92241919509
4
+ data.tar.gz: f6feef0a732978252381d6de19364d48856b1fc83cec95c7c26fee281d629fc9
5
5
  SHA512:
6
- metadata.gz: '083441eed169090affb24e16f0fff99686a29005f6e1b419d5c89b7c657fcab2e68e2028e682ae5f8a6145f00ed7eb015db0b14d931ba6f059314d16a3924c4f'
7
- data.tar.gz: b06b52831014da6faf0441e6795708024eb761ade1627998786845e884d3df1d77f001735fa58b4989657b042a73c8bca7fb7ca5a50109657b8a0b80465393ee
6
+ metadata.gz: 6c98d22a19e12804fce958ccc3e5020fba387a9c10ca23cd060d70c831b6feb8d60bfc878dcdf1791fca0c9c124d7db54bbd48ff0fbdeb5778a67850df408f3b
7
+ data.tar.gz: 227e28965948a8e9d8aba9f8bbf56d62d85498832f0f2da6b0f32df5785d520ba648aa52ed73a950208c478670e534d6df6251087e66def5eb9eff593ff995b6
@@ -103,7 +103,7 @@
103
103
  <code class="language-markup">
104
104
  The MIT License (MIT)
105
105
 
106
- Copyright (c) 2019 Grant Ramsay
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">&copy; Grant Ramsay 2019 | <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>
126
+ </pre></div></div></div></section><footer class="footer"><div class="container"><div class="row"><div class="col-lg-12 text-right">&copy; 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)2019 G. Ramsay\n"
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.
@@ -2,5 +2,5 @@
2
2
 
3
3
  module UpdateRepo
4
4
  # constant, current version of this Gem
5
- VERSION = '0.11.1'
5
+ VERSION = '0.11.2'
6
6
  end
@@ -3,7 +3,7 @@
3
3
  <div class="container">
4
4
  <div class="row">
5
5
  <div class="col-lg-12 text-right">
6
- &copy; Grant Ramsay 2019 | <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>
6
+ &copy; 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 -->
@@ -12,7 +12,7 @@
12
12
  <code class="language-markup">
13
13
  The MIT License (MIT)
14
14
 
15
- Copyright (c) 2019 Grant Ramsay
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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: update_repo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.1
4
+ version: 0.11.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Grant Ramsay