mongoid-enum-dazzl 1.0.0.pre.853647135 → 1.0.0.pre.856148903

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 -3
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 965626c73fd18966cf39e97733e0189402e39d3d175ea0a7ae5231856ec831e7
4
- data.tar.gz: c360fae54030c9ead5aff1fa16f0c660ee468cf5d859cf1a678c409eb5934c5a
3
+ metadata.gz: d21975243924071c517d8c02fc8b9a1f2af26b7f6998289ab594b77be94b3050
4
+ data.tar.gz: d6b5ca544877563fcfed91701318e49e0524e892dbcd606af291a5913d22d085
5
5
  SHA512:
6
- metadata.gz: 8efb7368e7a7c07296d5edaada3289ebe8ff690beebd4ec653095e5175c117a47815377ec71ceaa304b6b22d71506555699394ecf12e9f40fa1a63f99d838856
7
- data.tar.gz: 9055dd228bb2fd376335b20f1b6cac38c639f532a2320fcd33bec56ffe12c5d101eb1ec727fb13fd7ea73f20ac785b1666b22497f6f38d3cf746e25624db08c7
6
+ metadata.gz: 63ae09e2e0653831782259a74799c3e35fc42600fc048ea47af32e715cfedd34b648055f55c1caeccf8db7ef502d9bab0a98e685ac23e7d011c113b244552128
7
+ data.tar.gz: 8e39b77d5e28396002df71f15b74664747105320dc8ff9f0393b6a61a237600daff2393a0a3349c01551de69519673bc21b2a5b93937b062e932c977f81db0df
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,9 +6,6 @@ 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
11
-
12
9
  $LOAD_PATH.unshift File.expand_path('../lib', __dir__)
13
10
 
14
11
  ENV['MONGOID_ENV'] = 'test'
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.853647135
4
+ version: 1.0.0.pre.856148903
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