Skip to content

Commit

Permalink
Tidying up the PR
Browse files Browse the repository at this point in the history
  • Loading branch information
kigster committed Aug 14, 2020
1 parent a2a2e02 commit 88aa090
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ coverage:
status:
project:
default: off
kitchen:
sym:
target: 70%
threshold: 10%
informational: true
Expand All @@ -24,6 +24,6 @@ coverage:
paths:
- lib/
flags:
kitchen:
sym:
paths:
- lib/
4 changes: 2 additions & 2 deletions lib/sym/version.rb
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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,
Expand Down

0 comments on commit 88aa090

Please sign in to comment.