mongoid-userstamps 3.4.0 → 3.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/mongoid/userstamps/version.rb +1 -1
- data/mongoid-userstamps.gemspec +3 -3
- metadata +5 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 70501ef3b9546c51367b5acd39bce87a58dcf83d7662bccccb909cba92112f7b
|
4
|
+
data.tar.gz: 85fc4bbb628d80689c4354aa2d7232e0a20a3f964919a8858738072a251d9dfa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a1fc44f0982b8c1886fa4bf1107cd5da9b0d40ca4ff2a2b3d8ad71690c18cb2810215b600357ecfcfc1ff43f3f96b30640c95df5e4d1bd87d28542d676e2d99e
|
7
|
+
data.tar.gz: 9d059ad32403bcbead31c14a03f6460c742a0600abd4fdf3467f705e2faa01f7a7d29874bf33f7cdde078666d80b5824cc7c5244d959d04ecc47f6d1af5b4ebe
|
data/mongoid-userstamps.gemspec
CHANGED
@@ -5,12 +5,12 @@ require "mongoid/userstamps/version"
|
|
5
5
|
Gem::Specification.new do |s|
|
6
6
|
s.name = "mongoid-userstamps"
|
7
7
|
s.version = Mongoid::Userstamps::VERSION
|
8
|
-
s.authors = ["Geoffroy Planquart", "Thomas Boerger", "Johnny Shields", "Bharat Gupta"]
|
9
|
-
s.homepage = "https://github.com/CreaLettres/
|
8
|
+
s.authors = ["Geoffroy Planquart", "Thomas Boerger", "Johnny Shields", "Bharat Gupta", "Thomas Kuntz"]
|
9
|
+
s.homepage = "https://github.com/CreaLettres/mongoid-userstamps"
|
10
10
|
s.license = "MIT"
|
11
11
|
s.summary = "Userstamps for Mongoid"
|
12
12
|
s.description = "Userstamps for creator and updater fields using Mongoid"
|
13
|
-
s.email = ["geoffroy@planquart.fr", "tboerger@tbpro.de"]
|
13
|
+
s.email = ["thomaskuntz67@gmail.com", "geoffroy@planquart.fr", "tboerger@tbpro.de"]
|
14
14
|
|
15
15
|
s.files = `git ls-files`.split($/)
|
16
16
|
s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
metadata
CHANGED
@@ -1,17 +1,18 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mongoid-userstamps
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.4.
|
4
|
+
version: 3.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Geoffroy Planquart
|
8
8
|
- Thomas Boerger
|
9
9
|
- Johnny Shields
|
10
10
|
- Bharat Gupta
|
11
|
+
- Thomas Kuntz
|
11
12
|
autorequire:
|
12
13
|
bindir: bin
|
13
14
|
cert_chain: []
|
14
|
-
date: 2022-11-
|
15
|
+
date: 2022-11-29 00:00:00.000000000 Z
|
15
16
|
dependencies:
|
16
17
|
- !ruby/object:Gem::Dependency
|
17
18
|
name: mongoid
|
@@ -55,6 +56,7 @@ dependencies:
|
|
55
56
|
version: '7.1'
|
56
57
|
description: Userstamps for creator and updater fields using Mongoid
|
57
58
|
email:
|
59
|
+
- thomaskuntz67@gmail.com
|
58
60
|
- geoffroy@planquart.fr
|
59
61
|
- tboerger@tbpro.de
|
60
62
|
executables: []
|
@@ -106,7 +108,7 @@ files:
|
|
106
108
|
- test/paranoia_test.rb
|
107
109
|
- test/test_helper.rb
|
108
110
|
- test/user_test.rb
|
109
|
-
homepage: https://github.com/CreaLettres/
|
111
|
+
homepage: https://github.com/CreaLettres/mongoid-userstamps
|
110
112
|
licenses:
|
111
113
|
- MIT
|
112
114
|
metadata: {}
|