mongoid-enum-dazzl 1.0.0.pre.856263238 → 1.0.0.pre.905815569

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: c27019a3de5af4fc18732c60502bd07f2b7c9d8a2991feaf20bdd53944fb1bc7
4
- data.tar.gz: d181708d7c52bbc2474490c97dd369c7f871060ac9deb67ddb74bdc886c69bdc
3
+ metadata.gz: a3ed6c0b7b60a8e508ab0bc7e7c261d850dcfb5c88cf70d7c93b5ee540f75e85
4
+ data.tar.gz: 15fb689d258919befeeba320ecee0bfea7b30d2a444bfdce3730d4e2bd972705
5
5
  SHA512:
6
- metadata.gz: 616a3dd1c56459244c460d8a90e78481aed99cabc8bed08891e79e593c7e667f4e8eac2e368de343cbe05a474ba58b7cbca9c94dbb31db28fa9ec6bf8e5d398d
7
- data.tar.gz: c656c8055797b41794c2057b8fb4aef4c9e1887b67517221e6381f5547d7366bcd897ef761aaccb5b81a885ffea05dace070fb018e9ccfe7eef6cd6082bb56ee
6
+ metadata.gz: 6af834a270cf8048825291eec58e00a60f968b3f78fc649ef5933bce902d8bf156413baeed64c7da88e416a89725f5a7f54552bbf94e714525faa1adbd547934
7
+ data.tar.gz: ef6dbdc79374e46dc3a24b456e5d6ec34d7892559f2d5a09c3da4693a79165c2d9815b1251921998f28e358d05b7723b89a74586cfa52334e20c64334a11854a
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.856263238
4
+ version: 1.0.0.pre.905815569
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-06-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faker