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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e29d111fafed1fd0fd1b722bc073c35a4bcc8bd6d9e2d1281c8183b42e3b7a9a
4
- data.tar.gz: c17ced9794070bba7ca183bc64bd0e13939f344e0504dae6aca1a20d55d9719c
3
+ metadata.gz: 7a6c77c2f65ba696a864cc3769ca8b175af606d9ad48b90c7b5c3cf9a969d39c
4
+ data.tar.gz: 40d3040fddd88fe7a3c1ff7f87f2294e62d8db8e951c5ba7c92f265492936862
5
5
  SHA512:
6
- metadata.gz: 0fd80f77442d1250716b3b2b3426e1de0a72b43e22b090252243c096da5383d73637834c24be943384c1755ccc79b788166282edf56cf5eedc5f9ac4440fe60f
7
- data.tar.gz: 8dec304dc10c1796d03f0f00a74104e6631529d3ee4f943a1b3668dccd2944f33c289ac55e306212c6955bd995e196fedc39163730d5f1324f8789fd4ed25718
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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mongoid-enum-dazzl
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.pre.994130791
4
+ version: 1.0.0.pre.994134209
5
5
  platform: ruby
6
6
  authors:
7
7
  - VAILLANT Jeremy