mongoid-enum-dazzl 1.0.0.pre.853659464 → 1.0.0.pre.856045246

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/spec/spec_helper.rb +7 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a4a98eac31070cd087980e7be2f32c2b5401934ada4e7fae0ee2873440fe2407
4
- data.tar.gz: b300d66dd8eb52ed3eb39915290c439428226c4768134438e8484b3a3db7607b
3
+ metadata.gz: '0971555937349290ca91c59611481a21b4df64cc6e0d24f61af98c3d2f1657a9'
4
+ data.tar.gz: 4d734f2cf417f5742ae1d7a89aa171a79753f5a08812f33af17718f01fd4f07c
5
5
  SHA512:
6
- metadata.gz: d8fdf843c3e9ad935978f862c423090e0bde353fa6b6ce3e0223996caca2a9e8dba5736a4ca0c0d41b2737a70f8e903d92dbc9bf544fc6f56ed6146223279a53
7
- data.tar.gz: 30b676909f2f98eab333b3593844cb3a5099063163329a4e3a102ca7af2e57cbd39e072aa06e78bfeb8c2731de62ddc67c3644f23ef479d2bed92294cbb15944
6
+ metadata.gz: daa7bf8b071b62d141746283e119d6365dfa292f9a17ac23178d2fa8f9f532d23bfd81e4dd84fa6eb812c2a8b6685ac37ac0fa632bb368ecaeca979037a7d201
7
+ data.tar.gz: 3c540003f6cfb8beaf1425d9e32f4ab5859207bdad889aca7ba72f6b2949caf2d3b3db4f5080e896155e0dcb57052ee4bad06f7d69242f9319ea5b6cfd6b0e73
data/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # Mongoid::Enum
2
- [![RSpec](https://github.com/dazzl-tv/mongoid-enum/actions/workflows/rspec.yml/badge.svg?branch=develop&event=pull_request)](https://github.com/dazzl-tv/mongoid-enum/actions/workflows/rspec.yml)
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
4
  [![Gem Version](https://badge.fury.io/rb/mongoid-enum.svg)](https://badge.fury.io/rb/mongoid-enum)
5
5
  [![Docs](https://inch-ci.org/github/dazzl-tv/mongoid-enum.svg)](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
- SimpleCov.formatter = SimpleCov::Formatter::JSONFormatter
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.853659464
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-18 00:00:00.000000000 Z
11
+ date: 2021-05-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faker