update_repo 0.9.8 → 0.9.9

Sign up to get free protection for your applications and to get access to all the features.
data/update_repo.gemspec CHANGED
@@ -49,6 +49,6 @@ Gem::Specification.new do |spec|
49
49
 
50
50
  spec.add_dependency 'colorize'
51
51
  spec.add_dependency 'confoog'
52
- spec.add_dependency 'trollop'
52
+ spec.add_dependency 'optimist'
53
53
  spec.add_dependency 'versionomy'
54
54
  end
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 1.9.3 and newer are supported.</p>
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>