ectoplasm 1.2.3 → 1.4.0

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md DELETED
@@ -1,22 +0,0 @@
1
- ### v1.2.3
2
-
3
- #### Minor
4
- - Update default secure keys
5
-
6
-
7
- ### v1.2.2
8
-
9
- #### Minor
10
- - Additional secure keys added for obfuscation (key, cert, pass)
11
-
12
-
13
- ### v1.2.1
14
-
15
- #### Minor
16
- - Hash obfuscation fixed
17
-
18
-
19
- ### v1.2.0
20
-
21
- #### Minor
22
- - `obfuscate` method added to `Hash` and `OpenStruct`
data/Gemfile DELETED
@@ -1,9 +0,0 @@
1
- source "https://rubygems.org"
2
-
3
- gemspec
4
-
5
- gem "rake", ">= 12.0"
6
- gem "rspec", ">= 3.10.0", :require => "spec"
7
- gem "rubocop", ">= 1.28.2"
8
- gem "rubocop-rake", ">= 0.6.0"
9
- gem "rubocop-rspec", ">= 2.10.0"