mongoid-enum-dazzl 1.0.0.pre.853659464 → 1.0.0.pre.856045246
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/spec/spec_helper.rb +7 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '0971555937349290ca91c59611481a21b4df64cc6e0d24f61af98c3d2f1657a9'
|
4
|
+
data.tar.gz: 4d734f2cf417f5742ae1d7a89aa171a79753f5a08812f33af17718f01fd4f07c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: daa7bf8b071b62d141746283e119d6365dfa292f9a17ac23178d2fa8f9f532d23bfd81e4dd84fa6eb812c2a8b6685ac37ac0fa632bb368ecaeca979037a7d201
|
7
|
+
data.tar.gz: 3c540003f6cfb8beaf1425d9e32f4ab5859207bdad889aca7ba72f6b2949caf2d3b3db4f5080e896155e0dcb57052ee4bad06f7d69242f9319ea5b6cfd6b0e73
|
data/README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# Mongoid::Enum
|
2
|
-
[](https://github.com/dazzl-tv/mongoid-enum/actions/workflows/rspec.yml)
|
3
3
|
[](https://github.com/dazzl-tv/mongoid-enum/actions/workflows/linter.yml)
|
4
4
|
[](https://badge.fury.io/rb/mongoid-enum)
|
5
5
|
[](https://inch-ci.org/github/dazzl-tv/mongoid-enum)
|
data/spec/spec_helper.rb
CHANGED
@@ -6,8 +6,13 @@ require 'mongoid/enum/dazzl'
|
|
6
6
|
require 'simplecov'
|
7
7
|
require 'simplecov_json_formatter'
|
8
8
|
|
9
|
-
SimpleCov.start
|
10
|
-
|
9
|
+
SimpleCov.start do
|
10
|
+
# Merge result
|
11
|
+
use_merging true
|
12
|
+
|
13
|
+
# Formatter
|
14
|
+
formatter SimpleCov::Formatter::JSONFormatter
|
15
|
+
end
|
11
16
|
|
12
17
|
$LOAD_PATH.unshift File.expand_path('../lib', __dir__)
|
13
18
|
|
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.
|
4
|
+
version: 1.0.0.pre.856045246
|
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-
|
11
|
+
date: 2021-05-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faker
|