validates_timeliness-mongoid 5.0.0.pre.814042540 → 5.0.0.pre.994051451
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -3
- 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: 7a8aaea1010797bef70147cc9567db544c6e1f1fc608813cb78a16c24ec9a978
|
4
|
+
data.tar.gz: 751cecb4e81f5ecc845878db6cad1c45a6b97a2c1a6e386c58586a4d2e7c752b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3a9ecdd06a7d77c88887d848836c093af67b48a04b057017171b8da2f286d2aa9c0ba4f04756ce71fe007f87882488059403f94b4980fef0993b373a1dfaad19
|
7
|
+
data.tar.gz: 7e5d4ced5e9fc63c1aa8f6debf190ad8c8e38abf8c69087e3181540dcb68ee018f894769ddae974fc4f9e680f247f366e18bcd8e5cc5821a7048e86dc90a9048
|
data/README.md
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
# ValidatesTimeliness::Mongoid
|
2
|
-
[![RSpec](https://github.com/dazzl-tv/validates_timeliness-mongoid/actions/workflows/rspec.yml/badge.svg
|
2
|
+
[![RSpec](https://github.com/dazzl-tv/validates_timeliness-mongoid/actions/workflows/rspec.yml/badge.svg)](https://github.com/dazzl-tv/validates_timeliness-mongoid/actions/workflows/rspec.yml)
|
3
3
|
[![Linter](https://github.com/dazzl-tv/validates_timeliness-mongoid/actions/workflows/linter.yml/badge.svg)](https://github.com/dazzl-tv/validates_timeliness-mongoid/actions/workflows/linter.yml)
|
4
4
|
[![Gem Version](https://badge.fury.io/rb/validates_timeliness-mongoid.svg)](https://badge.fury.io/rb/validates_timeliness-mongoid)
|
5
5
|
[![Docs](https://inch-ci.org/github/dazzl-tv/validates_timeliness-mongoid.svg)](https://inch-ci.org/github/dazzl-tv/validates_timeliness-mongoid)
|
6
|
-
[![Maintainability](https://api.codeclimate.com/v1/badges/
|
7
|
-
[![Test Coverage](https://api.codeclimate.com/v1/badges/
|
6
|
+
[![Maintainability](https://api.codeclimate.com/v1/badges/595cfa11bc8c663fa14a/maintainability)](https://codeclimate.com/github/dazzl-tv/validates_timeliness-mongoid/maintainability)
|
7
|
+
[![Test Coverage](https://api.codeclimate.com/v1/badges/595cfa11bc8c663fa14a/test_coverage)](https://codeclimate.com/github/dazzl-tv/validates_timeliness-mongoid/test_coverage)
|
8
8
|
[![Known Vulnerabilities](https://snyk.io/test/github/dazzl-tv/validates_timeliness-mongoid/badge.svg)](https://snyk.io/test/github/dazzl-tv/validates_timeliness-mongoid)
|
9
9
|
|
10
10
|
This the extracted mongoid adapter code from the validates_timeliness gem.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: validates_timeliness-mongoid
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.0.0.pre.
|
4
|
+
version: 5.0.0.pre.994051451
|
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-
|
11
|
+
date: 2021-07-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|