update_repo 0.9.8 → 0.9.9
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 +5 -5
- data/.travis.yml +4 -7
- data/lib/update_repo/cmd_config.rb +7 -6
- data/lib/update_repo/console_output.rb +2 -0
- data/lib/update_repo/helpers.rb +1 -0
- data/lib/update_repo/logger.rb +9 -6
- data/lib/update_repo/version.rb +1 -1
- data/lib/update_repo.rb +4 -1
- data/package-lock.json +2729 -0
- data/update_repo.gemspec +1 -1
- data/web/index.html +1 -1
- data/web/package-lock.json +11027 -0
- metadata +6 -5
data/update_repo.gemspec
CHANGED
data/web/index.html
CHANGED
@@ -36,7 +36,7 @@
|
|
36
36
|
</div><!-- row -->
|
37
37
|
<div class="row row-body">
|
38
38
|
<div class="col-lg-12 col-md-12">
|
39
|
-
<p>A working copy of both <a href="http://www.ruby-lang.org" target="_blank" class="icon fa-external-link">Ruby</a> and <a href="http://git-scm.com" target="_blank" class="icon fa-external-link">Git</a> need to be installed on your machine. <b>Git version 1.8.5 or greater is required</b>, the script will not run with an older version or indeed without Git installed. Ruby version
|
39
|
+
<p>A working copy of both <a href="http://www.ruby-lang.org" target="_blank" class="icon fa-external-link">Ruby</a> and <a href="http://git-scm.com" target="_blank" class="icon fa-external-link">Git</a> need to be installed on your machine. <b>Git version 1.8.5 or greater is required</b>, the script will not run with an older version or indeed without Git installed. Ruby version 2.3.0 and newer are supported (older versions will probably work, however they error on the Travis CI system so cannot be automatically tested).</p>
|
40
40
|
<p>Currently the script has only been tested under Linux, not Windows however Windows testing is next in the grand plan!</p>
|
41
41
|
<p>Simply install from the command prompt as you would any other gem. Note that you may require <b>'sudo'</b> depending how Ruby is installed on your system.</p>
|
42
42
|
<pre><code>gem install update_repo</code></pre>
|