mongoid-enum-dazzl 1.0.0.pre.994130791 → 1.0.0.pre.994134209
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7a6c77c2f65ba696a864cc3769ca8b175af606d9ad48b90c7b5c3cf9a969d39c
|
4
|
+
data.tar.gz: 40d3040fddd88fe7a3c1ff7f87f2294e62d8db8e951c5ba7c92f265492936862
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a2b417780741033a0fdbf3a6ed1b2d91dbebca2507793b4f645f095f06f924aa5c078ae87ea07c426786edbf64d87f496bd05b901c1ad466eb92e5c5eaa79f6c
|
7
|
+
data.tar.gz: b56aa649e7347cd3076e9c639874c84fb43d395fa2e1049d26cf1321e90ecda0859e945880ce7d9bddcc0c0e96a77d1050ec109fc247b77092cb83225c8c4a50
|
data/README.md
CHANGED
@@ -3,6 +3,8 @@
|
|
3
3
|
[![Linter](https://github.com/dazzl-tv/mongoid-enum/actions/workflows/linter.yml/badge.svg)](https://github.com/dazzl-tv/mongoid-enum/actions/workflows/linter.yml)
|
4
4
|
[![Gem Version](https://badge.fury.io/rb/mongoid-enum-dazzl.svg)](https://badge.fury.io/rb/mongoid-enum-dazzl)
|
5
5
|
[![Docs](https://inch-ci.org/github/dazzl-tv/mongoid-enum.svg)](https://inch-ci.org/github/dazzl-tv/mongoid-enum)
|
6
|
+
[![Maintainability](https://api.codeclimate.com/v1/badges/fd1a01968b5cb53a708f/maintainability)](https://codeclimate.com/github/dazzl-tv/mongoid-enum/maintainability)
|
7
|
+
[![Test Coverage](https://api.codeclimate.com/v1/badges/fd1a01968b5cb53a708f/test_coverage)](https://codeclimate.com/github/dazzl-tv/mongoid-enum/test_coverage)
|
6
8
|
[![Known Vulnerabilities](https://snyk.io/test/github/dazzl-tv/mongoid-enum/badge.svg)](https://snyk.io/test/github/dazzl-tv/mongoid-enum)
|
7
9
|
|
8
10
|
Heavily inspired by [DHH's
|