From 88aa090a61fe884e57d988fb173c825d9ba34b2e Mon Sep 17 00:00:00 2001 From: Konstantin Gredeskoul Date: Fri, 14 Aug 2020 11:50:11 -0700 Subject: [PATCH] Tidying up the PR --- CHANGELOG.md | 2 +- README.adoc | 4 ++-- codecov.yml | 4 ++-- lib/sym/version.rb | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d9c835..0bd9275 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,7 +27,6 @@ **Merged pull requests:** -- Fix error when ENV\[EDITOR\] is nil [\#18](https://github.com/kigster/sym/pull/18) ([JustinNazari](https://github.com/JustinNazari)) - README: Use SVG badge \[ci skip\] [\#16](https://github.com/kigster/sym/pull/16) ([olleolleolle](https://github.com/olleolleolle)) ## [v2.8.4](https://github.com/kigster/sym/tree/v2.8.4) (2018-04-13) @@ -185,6 +184,7 @@ **Merged pull requests:** +- Fix error when ENV\[EDITOR\] is nil [\#18](https://github.com/kigster/sym/pull/18) ([JustinNazari](https://github.com/JustinNazari)) - added require to fix loading issue on ubuntu [\#4](https://github.com/kigster/sym/pull/4) ([bosswissam](https://github.com/bosswissam)) ## [v1.6.4](https://github.com/kigster/sym/tree/v1.6.4) (2016-08-23) diff --git a/README.adoc b/README.adoc index 3923899..c101085 100644 --- a/README.adoc +++ b/README.adoc @@ -9,11 +9,11 @@ image:https://travis-ci.org/kigster/sym.svg?branch=master[Build Status,link=http image:https://circleci.com/gh/kigster/sym.svg?style=shield[CircleCI,link=https://circleci.com/gh/kigster/sym?style=shield] image:https://api.codeclimate.com/v1/badges/4f1d1614ccaa61c974dd/maintainability[Maintainability,link=https://codeclimate.com/github/kigster/sym/maintainability] -image:https://codecov.io/gh/kigster/sym/branch/kig/codecov/graph/badge.svg?style=shield[Coverage,link="https://codecov.io/gh/kigster/sym"] +image:https://codecov.io/gh/kigster/sym/branch/master/graph/badge.svg?style=shield[Coverage,link="https://codecov.io/gh/kigster/sym"] image:https://img.shields.io/gitter/room/gitterHQ/gitter.svg[Gitter,link=https://gitter.im/kigster/sym] image:https://ruby-gem-downloads-badge.herokuapp.com/sym?extension=svg[Sym Downloads,link=https://rubygems.org/gems/sym] -image:https://codecov.io/gh/kigster/sym/branch/kig/codecov/graphs/sunburst.svg[Coverage Map] +image:https://codecov.io/gh/kigster/sym/branch/master/graphs/sunburst.svg[Coverage Map,link=https://codecov.io/gh/kigster/sym] ==== Please checkout the following post — _http://kig.re/2017/03/10/dead-simple-encryption-with-sym.html[Dead Simple Encryption with Sym]_ — that announced the initial release of this library, and provides further in-depth discussion. Your donation of absolutely any amount is very much appreciated but never required. diff --git a/codecov.yml b/codecov.yml index 7d17f5f..05aed2d 100644 --- a/codecov.yml +++ b/codecov.yml @@ -15,7 +15,7 @@ coverage: status: project: default: off - kitchen: + sym: target: 70% threshold: 10% informational: true @@ -24,6 +24,6 @@ coverage: paths: - lib/ flags: - kitchen: + sym: paths: - lib/ diff --git a/lib/sym/version.rb b/lib/sym/version.rb index 973f564..77ff85c 100644 --- a/lib/sym/version.rb +++ b/lib/sym/version.rb @@ -1,5 +1,5 @@ module Sym - VERSION = '2.9.1'.freeze + VERSION = '2.10.0'.freeze DESCRIPTION = <<~eof Sym is a ruby library (gem) that offers both the command line interface (CLI) and a set of rich Ruby APIs, which make it rather trivial to add encryption and decryption of sensitive data to your development or deployment workflow. @@ -17,7 +17,7 @@ module Sym 2. By utilizing OS-X Keychain on a Mac, Sym offers truly secure way of storing the key on a local machine, much more secure then storing it on a file system, - 3. By using a local password cache (activated with -c) via an in-memory provider such as memcached or drb, sym invocations take advantage of password cache, and only ask for a password once per a configurable time period, + 3. By using a local password cache (activated with -c) via an in-memory provider such as memcached, sym invocations take advantage of password cache, and only ask for a password once per a configurable time period, 4. By using SYM_ARGS environment variable, where common flags can be saved. This is activated with sym -A,