ectoplasm 1.2.3 → 1.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/ectoplasm.rb +243 -246
- metadata +9 -24
- data/.github/workflows/build.yml +0 -27
- data/.github/workflows/gem-push.yml +0 -44
- data/.gitignore +0 -3
- data/.rubocop.yml +0 -4522
- data/CHANGELOG.md +0 -22
- data/Gemfile +0 -9
- data/LICENSE.txt +0 -674
- data/README.md +0 -23
- data/Rakefile +0 -2
- data/bin/console +0 -14
- data/bin/setup +0 -8
- data/ectoplasm.gemspec +0 -29
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`
|