secure_string 1.3.1 → 1.3.2
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +4 -1
- metadata +3 -3
data/README.rdoc
CHANGED
@@ -26,7 +26,7 @@ String Encodings for more detail.
|
|
26
26
|
|
27
27
|
== Installation
|
28
28
|
|
29
|
-
SecureString
|
29
|
+
SecureString was tested and works successfully in ruby 1.8.7 and 1.9.2.
|
30
30
|
|
31
31
|
To install, first install the gem:
|
32
32
|
|
@@ -234,6 +234,9 @@ or directly via e-mail at:
|
|
234
234
|
mailto:jeff@paploo.net
|
235
235
|
|
236
236
|
= Version History
|
237
|
+
[1.3.2 - 2011-Jun-15] Changed minimum requirements from 1.8.6 to 1.8.7.
|
238
|
+
* (CHANGE) Minimum requirements are 1.8.7 due to too many bugs in 1.8.6.
|
239
|
+
* (FIX) Update to the documentation to reflect 1.8.7 support.
|
237
240
|
[1.3.1 - 2011-Jun-15] Added public key extraction from private keys.
|
238
241
|
* (FEATURE) Public keys can be extracted from private keys using either the
|
239
242
|
separate_keys class method or the extract_public_key instance method.
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: secure_string
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 1.3.
|
5
|
+
version: 1.3.2
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Jeff Reinecke
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2011-06-
|
13
|
+
date: 2011-06-16 00:00:00 Z
|
14
14
|
dependencies: []
|
15
15
|
|
16
16
|
description: " A String subclass to simplify handling of:\n 1. Binary data, including HEX encoding and Bin64 encoding.\n 2. Encryption such as RSA, AES, and digest methods such as SHA and MD5.\n"
|
@@ -55,7 +55,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
55
55
|
requirements:
|
56
56
|
- - ">="
|
57
57
|
- !ruby/object:Gem::Version
|
58
|
-
version: 1.8.
|
58
|
+
version: 1.8.7
|
59
59
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
60
60
|
none: false
|
61
61
|
requirements:
|