mongoid-enum-dazzl 1.0.0.pre.905813504 → 1.0.0.pre.905815569
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- 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: a3ed6c0b7b60a8e508ab0bc7e7c261d850dcfb5c88cf70d7c93b5ee540f75e85
|
4
|
+
data.tar.gz: 15fb689d258919befeeba320ecee0bfea7b30d2a444bfdce3730d4e2bd972705
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6af834a270cf8048825291eec58e00a60f968b3f78fc649ef5933bce902d8bf156413baeed64c7da88e416a89725f5a7f54552bbf94e714525faa1adbd547934
|
7
|
+
data.tar.gz: ef6dbdc79374e46dc3a24b456e5d6ec34d7892559f2d5a09c3da4693a79165c2d9815b1251921998f28e358d05b7723b89a74586cfa52334e20c64334a11854a
|
data/README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
# Mongoid::Enum
|
2
2
|
[![RSpec](https://github.com/dazzl-tv/mongoid-enum/actions/workflows/rspec.yml/badge.svg)](https://github.com/dazzl-tv/mongoid-enum/actions/workflows/rspec.yml)
|
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
|
-
[![Gem Version](https://badge.fury.io/rb/mongoid-enum.svg)](https://badge.fury.io/rb/mongoid-enum)
|
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
6
|
[![Maintainability](https://api.codeclimate.com/v1/badges/8ac20c418f9288f6671d/maintainability)](https://codeclimate.com/github/dazzl-tv/mongoid-enum/maintainability)
|
7
7
|
[![Test Coverage](https://api.codeclimate.com/v1/badges/8ac20c418f9288f6671d/test_coverage)](https://codeclimate.com/github/dazzl-tv/mongoid-enum/test_coverage)
|