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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3f0f08cbc0f21fda7aea5c869e39bfd3ce0d120c7707136826f3ddb315c37d04
4
- data.tar.gz: 1c49c91a747a1bf6c64c0f525ec5e6f45ee5418afc4cbc91e19552b4da2049e6
3
+ metadata.gz: 70501ef3b9546c51367b5acd39bce87a58dcf83d7662bccccb909cba92112f7b
4
+ data.tar.gz: 85fc4bbb628d80689c4354aa2d7232e0a20a3f964919a8858738072a251d9dfa
5
5
  SHA512:
6
- metadata.gz: 8cf702214921ee960892b710a2b302d84b074048acede727e7974b8a08069aa7c8c502f8990d0939f10ed838d5099d95ce4d84a4040efcfd6606308f3662b764
7
- data.tar.gz: 3451e547e0596ff7ea40336deb5ece7114211afc6e75d58c3af6dcf968bfd45d7127650cd80e267d22565842c76d755c5b9e0a50b8ebfb6aa42fadde507102c7
6
+ metadata.gz: a1fc44f0982b8c1886fa4bf1107cd5da9b0d40ca4ff2a2b3d8ad71690c18cb2810215b600357ecfcfc1ff43f3f96b30640c95df5e4d1bd87d28542d676e2d99e
7
+ data.tar.gz: 9d059ad32403bcbead31c14a03f6460c742a0600abd4fdf3467f705e2faa01f7a7d29874bf33f7cdde078666d80b5824cc7c5244d959d04ecc47f6d1af5b4ebe
@@ -1,5 +1,5 @@
1
1
  module Mongoid
2
2
  module Userstamps
3
- VERSION = "3.4.0"
3
+ VERSION = "3.4.1"
4
4
  end
5
5
  end
@@ -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/mongoid_userstamp"
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.0
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 00:00:00.000000000 Z
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/mongoid_userstamp
111
+ homepage: https://github.com/CreaLettres/mongoid-userstamps
110
112
  licenses:
111
113
  - MIT
112
114
  metadata: {}