mongoid-enum-dazzl 1.0.0.pre.856324649 → 1.0.0.pre.994113018

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 +3 -3
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8a4a961da24c190bcb203dde93768a41851b7a6cb80f6c4969ff406fd72fd225
4
- data.tar.gz: 2b70ce4f751335aacd26f392f087d7e81b4ca55801b4029268114e98179f2058
3
+ metadata.gz: '0626089bfcaade86400e015185f2f14dbe5f181450b29865d1b7645a3ae14480'
4
+ data.tar.gz: 73d1d048ae2202bd5bd8f3b8c51a2101c411e67b6811377c30ff3a3c9b60f049
5
5
  SHA512:
6
- metadata.gz: f9ee5b79758cb413b5ea943af12c6da88194e12d7414fc45e79980e3962ddeb66b8f9b3f132424133b5bb73bee2061e13e06ac6ea2b7ee766a6c2437570c5298
7
- data.tar.gz: 2b42f072689f77c63a99e0ff231943486d707c4d4d37f72845c2dc80cb27bcf18315616a44c132a94d619e7208b37f7964f858203a0bd9c91e05c055f847d7e0
6
+ metadata.gz: 33619cbd36c3fcb28a6a343ee673b701299531edf85819c700dfcc465645e7d62161febf36ae5f2e0e600ca0bb3c381f8838e58cff3dff5fbc31ce00a8fc7f44
7
+ data.tar.gz: dc7b1665eaf896dd8d67c2c5279d029a6d6d53ca00d40e8e38d0cb792c472ac926118de443a5ea107338aeaa274addcef833b4117eeb439c7c09efae6fdb85aa
data/README.md CHANGED
@@ -1,10 +1,10 @@
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
- [![Maintainability](https://api.codeclimate.com/v1/badges/34c8fdc8181220e50ff7/maintainability)](https://codeclimate.com/github/dazzl-tv/mongoid-enum/maintainability)
7
- [![Test Coverage](https://api.codeclimate.com/v1/badges/34c8fdc8181220e50ff7/test_coverage)](https://codeclimate.com/github/dazzl-tv/mongoid-enum/test_coverage)
6
+ [![Maintainability](https://api.codeclimate.com/v1/badges/8ac20c418f9288f6671d/maintainability)](https://codeclimate.com/github/dazzl-tv/mongoid-enum/maintainability)
7
+ [![Test Coverage](https://api.codeclimate.com/v1/badges/8ac20c418f9288f6671d/test_coverage)](https://codeclimate.com/github/dazzl-tv/mongoid-enum/test_coverage)
8
8
 
9
9
  Heavily inspired by [DHH's
10
10
  ActiveRecord::Enum](https://github.com/rails/rails/commit/db41eb8a6ea88b854bf5cd11070ea4245e1639c5), this little library is
metadata CHANGED
@@ -1,14 +1,14 @@
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.856324649
4
+ version: 1.0.0.pre.994113018
5
5
  platform: ruby
6
6
  authors:
7
7
  - VAILLANT Jeremy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-05-19 00:00:00.000000000 Z
11
+ date: 2021-07-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faker