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

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 +0 -4
  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: e4e49eecce7fb34d77cbe7b138e540cfa09746317ef2f28cba261340ecf0ad24
4
+ data.tar.gz: a90556ed31cb51f9be64142b85fc526532c48700686bea8a1cc305fccc6a9e3a
5
5
  SHA512:
6
- metadata.gz: d8fdf843c3e9ad935978f862c423090e0bde353fa6b6ce3e0223996caca2a9e8dba5736a4ca0c0d41b2737a70f8e903d92dbc9bf544fc6f56ed6146223279a53
7
- data.tar.gz: 30b676909f2f98eab333b3593844cb3a5099063163329a4e3a102ca7af2e57cbd39e072aa06e78bfeb8c2731de62ddc67c3644f23ef479d2bed92294cbb15944
6
+ metadata.gz: 8f0d5a437811c9fbb19bcd274255b4507ed9ceb87f03b848473ab7468a45ed3ff05aaeffc9d94c1f4ed350fd0a0331c672dab8ee2324273d46d4894b1662d744
7
+ data.tar.gz: 9e5b54cf774d9b2e1e1f130c8d84e9703619710fff804ae99bac7460bf28d78054ab9266e180d5a61e36cb0adb1fadca69b319b2d12b371aeec8dacf3e7cfa34
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
@@ -4,10 +4,6 @@ require 'mongoid'
4
4
  require 'mongoid/rspec'
5
5
  require 'mongoid/enum/dazzl'
6
6
  require 'simplecov'
7
- require 'simplecov_json_formatter'
8
-
9
- SimpleCov.start
10
- SimpleCov.formatter = SimpleCov::Formatter::JSONFormatter
11
7
 
12
8
  $LOAD_PATH.unshift File.expand_path('../lib', __dir__)
13
9
 
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.856160518
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