mongoid-enum-dazzl 1.0.0.pre.853412306 → 1.0.0.pre.856062725

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/spec/spec_helper.rb +8 -3
  4. metadata +2 -22
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4bd396d238ea3788b3b49a30878d725cb5ee52a16d5eb3b704139478bb3f758c
4
- data.tar.gz: 1da5bd0e56ec65abc83520031627ffe3d3effaf9ad3225e3aa858696ff4389a1
3
+ metadata.gz: 465061ece299f2035751b970043a808e686dfe34f78703d102cbd6dd2439c3d2
4
+ data.tar.gz: b3750904b52e4a0400909f70fb2dd854342faf5406b8e651bb3f0ff2ce2ee740
5
5
  SHA512:
6
- metadata.gz: 9a561e020aa71d16f7f225b71df58da9586b3d4ebc4f8c533e7993a1643cee58914fff37e7f3b8c37930bf37b5bed4933c845ed05df1f585f581ebeb2849cc4d
7
- data.tar.gz: 75c6588f432928a9df76ee03144ead1472a037d7f779fdb128331210a3c32d5bfac0b758a0ecb2cc6b5a36ee72b72fe60d66c7c6fc412384bb07a45c61e2b049
6
+ metadata.gz: 7d4088b89dbf3e6a5cf9edc0853dc21a0e1fb2d45c3f54b0bd87d1c7c04b0da5c10236c974daf809f01e4552b62cfa453b54ad0248c8482de47131bc13b982ef
7
+ data.tar.gz: 1e3acd789ea766d9d0af91ff7abbf0dcdce4fd517147e44c75cd076cd612cca4dafe77bf328cc0798c5aaad59ad80a239daf80bcb7a43835ae543910a264e430
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
@@ -2,12 +2,17 @@
2
2
 
3
3
  require 'mongoid'
4
4
  require 'mongoid/rspec'
5
- require 'mongoid/enum'
5
+ 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,35 +1,15 @@
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.853412306
4
+ version: 1.0.0.pre.856062725
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
- - !ruby/object:Gem::Dependency
14
- name: bundler
15
- requirement: !ruby/object:Gem::Requirement
16
- requirements:
17
- - - "~>"
18
- - !ruby/object:Gem::Version
19
- version: '2.2'
20
- - - "<="
21
- - !ruby/object:Gem::Version
22
- version: 2.2.16
23
- type: :development
24
- prerelease: false
25
- version_requirements: !ruby/object:Gem::Requirement
26
- requirements:
27
- - - "~>"
28
- - !ruby/object:Gem::Version
29
- version: '2.2'
30
- - - "<="
31
- - !ruby/object:Gem::Version
32
- version: 2.2.16
33
13
  - !ruby/object:Gem::Dependency
34
14
  name: faker
35
15
  requirement: !ruby/object:Gem::Requirement