ectoplasm 1.1.0 → 1.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/build.yml +27 -0
- data/.github/workflows/gem-push.yml +44 -0
- data/.rubocop.yml +4522 -0
- data/CHANGELOG.md +16 -0
- data/Gemfile +5 -1
- data/LICENSE.txt +674 -21
- data/README.md +21 -1
- data/lib/ectoplasm.rb +177 -150
- metadata +10 -6
data/CHANGELOG.md
ADDED