mongoid-enum-dazzl 1.0.0.pre.853659464 → 1.0.0.pre.856160518
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/spec/spec_helper.rb +0 -4
- 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: e4e49eecce7fb34d77cbe7b138e540cfa09746317ef2f28cba261340ecf0ad24
|
4
|
+
data.tar.gz: a90556ed31cb51f9be64142b85fc526532c48700686bea8a1cc305fccc6a9e3a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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.
|
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-
|
11
|
+
date: 2021-05-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faker
|