README.md in runcom-1.4.1 vs README.md in runcom-2.0.0

- old
+ new

@@ -1,10 +1,10 @@ # Runcom [![Gem Version](https://badge.fury.io/rb/runcom.svg)](http://badge.fury.io/rb/runcom) -[![Code Climate GPA](https://codeclimate.com/github/bkuhlmann/runcom.svg)](https://codeclimate.com/github/bkuhlmann/runcom) -[![Code Climate Coverage](https://codeclimate.com/github/bkuhlmann/runcom/coverage.svg)](https://codeclimate.com/github/bkuhlmann/runcom) +[![Code Climate Maintainability](https://api.codeclimate.com/v1/badges/129b7ea524a0f5a6a805/maintainability)](https://codeclimate.com/github/bkuhlmann/runcom/maintainability) +[![Code Climate Test Coverage](https://api.codeclimate.com/v1/badges/129b7ea524a0f5a6a805/test_coverage)](https://codeclimate.com/github/bkuhlmann/runcom/test_coverage) [![Gemnasium Status](https://gemnasium.com/bkuhlmann/runcom.svg)](https://gemnasium.com/bkuhlmann/runcom) [![Circle CI Status](https://circleci.com/gh/bkuhlmann/runcom.svg?style=svg)](https://circleci.com/gh/bkuhlmann/runcom) [![Patreon](https://img.shields.io/badge/patreon-donate-brightgreen.svg)](https://www.patreon.com/bkuhlmann) Runcom (a.k.a. [Run Command](https://en.wikipedia.org/wiki/Run_commands)) provides common @@ -48,23 +48,14 @@ - Supports loading and merging of nested/complex configurations. - Supports hash representation of configuration. ## Requirements -0. [Ruby 2.4.x](https://www.ruby-lang.org) +0. [Ruby 2.5.x](https://www.ruby-lang.org) # Setup -For a secure install, type the following (recommended): - - gem cert --add <(curl --location --silent https://www.alchemists.io/gem-public.pem) - gem install runcom --trust-policy MediumSecurity - -NOTE: A HighSecurity trust policy would be best but MediumSecurity enables signed gem verification -while allowing the installation of unsigned dependencies since they are beyond the scope of this -gem. - -For an insecure install, type the following (not recommended): +Type the following to install: gem install runcom Add the following to your Gemfile: