validates_timeliness-mongoid 5.0.0.pre.814042540 → 5.0.0.pre.994051451

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -3
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3a6e9e9cbe09fa4e3afc672368828181b71da2767263f334fb658c3b0de3330b
4
- data.tar.gz: ed2abdd37c6983a50bbc53aa957383530fc688c29ae85cbc35dafde091984f2e
3
+ metadata.gz: 7a8aaea1010797bef70147cc9567db544c6e1f1fc608813cb78a16c24ec9a978
4
+ data.tar.gz: 751cecb4e81f5ecc845878db6cad1c45a6b97a2c1a6e386c58586a4d2e7c752b
5
5
  SHA512:
6
- metadata.gz: e602bf843b9c31b9b31f12c5032c7facc15d969465f1a93d4fc63a7756155966c46291968b8979053d03addbc588c53faab0d50c66606b22d932780e9793200f
7
- data.tar.gz: bf51302da25c11cb4ebf5eb44b306c8c94add0ee4ad1ed99113441463ad8a2e4b2ba02c91261f8f601181c8be6fc8fcd9a1796ea7f833861b7651abbfcb63abd
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?branch=develop&event=pull_request)](https://github.com/dazzl-tv/validates_timeliness-mongoid/actions/workflows/rspec.yml)
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/373d915e95eb09adbf87/maintainability)](https://codeclimate.com/github/dazzl-tv/validates_timeliness-mongoid/maintainability)
7
- [![Test Coverage](https://api.codeclimate.com/v1/badges/373d915e95eb09adbf87/test_coverage)](https://codeclimate.com/github/dazzl-tv/validates_timeliness-mongoid/test_coverage)
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.814042540
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-05-05 00:00:00.000000000 Z
11
+ date: 2021-07-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler