sym 2.8.4 → 2.8.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7b4e7a7bb7dc3ee54ccded4f83769002f748486b3980b5a79a29367c09f014cc
4
- data.tar.gz: 1abbad854da79052c0a48217453fd2949bbf5204018d0a0464c7eaac9d9e0609
3
+ metadata.gz: 48ce8c9f1b590f80686db38a964a246eb907c47f76be5328c4d3b58b938bf70c
4
+ data.tar.gz: 7c93a25716dc37cb8da13ed1f147f95aebe727d198fb0e7ce1aede0b5172796e
5
5
  SHA512:
6
- metadata.gz: 61f1a355404478cae7d5866a0d1a30dce57a779ffe5d043fb85af304f43e55a90776d9f6bad5e4b357c35084509c750a3554a7320fa802a62f1fa1bc3b9317f3
7
- data.tar.gz: ebe1db5a92fe6fd4a80deba2659a6736b45f61544f438b374dace2acf9912225d4e1e2d129e8200f9a6133f116ec0d79ef3fef5edd656738f260a4b01d9791bc
6
+ metadata.gz: f88bb670f4436459ce18e5374620ffcb72ceb45ce47e4bf20bca750886082eb100238a444e6042a60f51a9f5ae99f7b9b2a5793b2dc3df219fbaf6535bac59dc
7
+ data.tar.gz: aff671a46479011608900cd834572ae90be20831e928b433487f7284d4ab76db9e6d9f40b21f70388bc504a0a4355b5d5ccdc3c3e6a092594e8d393c8b83bf6d
@@ -8,7 +8,7 @@ rvm:
8
8
  - 2.2.9
9
9
  - 2.3.6
10
10
  - 2.4.3
11
- - 2.5.0
11
+ - 2.5.1
12
12
  notifications:
13
13
  email:
14
14
  recipients:
@@ -2,7 +2,13 @@
2
2
 
3
3
  ## [HEAD](https://github.com/kigster/sym/tree/HEAD)
4
4
 
5
- [Changes since the last tag](https://github.com/kigster/sym/compare/v2.8.4...HEAD)
5
+ [Changes since the last tag](https://github.com/kigster/sym/compare/v2.8.5...HEAD)
6
+
7
+ ## [v2.8.5](https://github.com/kigster/sym/tree/v2.8.5) (2018-10-12)
8
+ [Full Changelog](https://github.com/kigster/sym/compare/v2.8.4...v2.8.5)
9
+
10
+ - Merge pull request from Justin Nazari to fix -t when $EDITOR is nil
11
+ - https://github.com/kigster/sym/pull/18
6
12
 
7
13
  ## [v2.8.4](https://github.com/kigster/sym/tree/v2.8.4) (2018-04-12)
8
14
  [Full Changelog](https://github.com/kigster/sym/compare/v2.8.0...v2.8.4)
data/README.md CHANGED
@@ -1,30 +1,23 @@
1
1
  # Sym — Light-weight Symmetric Encryption for Humans
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/sym.svg)](https://badge.fury.io/rb/sym)
4
- [![Sym Downloads](http://ruby-gem-downloads-badge.herokuapp.com/sym?extension=png)](https://rubygems.org/gems/sym)
5
-
4
+ [![Sym Downloads](http://ruby-gem-downloads-badge.herokuapp.com/sym?extension=svg)](https://rubygems.org/gems/sym)
6
5
  [![Build Status](https://travis-ci.org/kigster/sym.svg?branch=master)](https://travis-ci.org/kigster/sym)
7
6
  [![CircleCI](https://circleci.com/gh/kigster/sym.svg?style=svg)](https://circleci.com/gh/kigster/sym)
8
7
 
9
- [![Code Climate](https://codeclimate.com/github/kigster/sym/badges/gpa.svg)](https://codeclimate.com/github/kigster/sym)
10
- [![Test Coverage](https://codeclimate.com/github/kigster/sym/badges/coverage.svg)](https://codeclimate.com/github/kigster/sym/coverage)
8
+ [![Maintainability](https://api.codeclimate.com/v1/badges/4f1d1614ccaa61c974dd/maintainability)](https://codeclimate.com/github/kigster/sym/maintainability)
9
+ [![Test Coverage](https://api.codeclimate.com/v1/badges/4f1d1614ccaa61c974dd/test_coverage)](https://codeclimate.com/github/kigster/sym/test_coverage)
11
10
  [![Issue Count](https://codeclimate.com/github/kigster/sym/badges/issue_count.svg)](https://codeclimate.com/github/kigster/sym)
12
-
13
- **Discuss Sym on Gitter**:
14
-
15
11
  [![Gitter](https://img.shields.io/gitter/room/gitterHQ/gitter.svg)](https://gitter.im/kigster/sym)
16
12
 
13
+
17
14
  ---
18
15
 
19
- **March 10th, 2017**. Please checkout the post "**[Dead Simple Encryption with Sym](http://kig.re/2017/03/10/dead-simple-encryption-with-sym.html)**" that announces this library, and provides further in-depth discussion.
16
+ Please checkout the post "**[Dead Simple Encryption with Sym](http://kig.re/2017/03/10/dead-simple-encryption-with-sym.html)**" that announces this library, and provides further in-depth discussion. Your donation of absolutely any amount is very much appreciated.
20
17
 
21
18
  [![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FSFYYNEQ8RKWU)
22
19
 
23
- Your donation of absolutely any amount is very much appreciated.
24
-
25
- ---
26
-
27
- ## Description
20
+ ## Sym Symmetric Encryption that's easy on Humans
28
21
 
29
22
  <div style="padding 40px; margin: 40px; font-size: 13pt;">
30
23
 
@@ -58,9 +51,10 @@ Additionally, Sym comes with a helpful BASH wrapper `symit`.
58
51
 
59
52
  Sym currently builds and runs on the following ruby versions:
60
53
 
61
- * 2.2.5
62
- * 2.3.3
63
- * 2.4.1
54
+ * 2.2.9
55
+ * 2.3.6
56
+ * 2.4.3
57
+ * 2.5.1
64
58
  * jruby-9.1.7.0
65
59
 
66
60
  ### Motivation
@@ -598,7 +592,7 @@ Bug reports and pull requests are welcome on GitHub at [https://github.com/kigst
598
592
 
599
593
  ### License
600
594
 
601
- **Sym** library is &copy; 2016-2017 Konstantin Gredeskoul.
595
+ **Sym** library is &copy; 2016-2018 Konstantin Gredeskoul.
602
596
 
603
597
  The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT). The library is designed to be a layer on top of [`OpenSSL`](https://www.openssl.org/), distributed under the [Apache Style license](https://www.openssl.org/source/license.txt).
604
598
 
@@ -621,5 +615,6 @@ Please submit feature requests, bugs, or donations :)
621
615
  * [Wissam Jarjoui](https://github.com/bosswissam) (testing, inspiration)
622
616
  * [Megan Mathews](https://github.com/meganmmathews) (UX, CLI suggestions)
623
617
  * [Barry Anderson](https://twitter.com/z3ndrag0n) (sanity checking, review)
618
+ * [Justin Nazari](https://github.com/JustinNazari) (bug fixes)
624
619
 
625
620
 
Binary file
@@ -111,7 +111,7 @@ module Sym
111
111
  end
112
112
 
113
113
  def editor
114
- editors_to_try.find { |editor| File.exist?(editor) }
114
+ editors_to_try.compact.find { |editor| File.exist?(editor) }
115
115
  end
116
116
 
117
117
  def process_output(result)
@@ -1,5 +1,5 @@
1
1
  module Sym
2
- VERSION = '2.8.4'
2
+ VERSION = '2.8.5'
3
3
  DESCRIPTION = <<-eof
4
4
  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 flow. As a layer of additional security, you can encrypt the private key itself with a password. Unlike many other existing encryption tools, Sym focuses on getting out of the way — by offering its streamlined interface, hoping to make encryption of application secrets nearly completely transparent to the developers. For the data encryption Sym uses a symmetric 256-bit key with the AES-256-CBC cipher, same cipher as used by the US Government. For password-protecting the key Sym uses AES-128-CBC cipher. The resulting data is zlib-compressed and base64-encoded. The keys are also base64 encoded for easy copying/pasting/etc.
5
5
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sym
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.8.4
4
+ version: 2.8.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konstantin Gredeskoul
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-04-13 00:00:00.000000000 Z
11
+ date: 2018-10-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colored2