userstamper 4.0.0 → 4.0.1
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.
- checksums.yaml +4 -4
- data/userstamper.gemspec +2 -2
- 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: 613448e8b17f3235390e7710f0e3bb31e4b42db33289f3c64a2f0afdc9b10ad8
|
4
|
+
data.tar.gz: 2e0ab6b4a6e3d51f362815b2af9bf7c4d598bf771c58492b68706e8d17d54653
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 83391854b008efa3b16f4aeac6a5c9020653f398b85f63af74a55f4199b168e7605e42db869f15570c34c9f81ad1c23ce228177011374a7337fbf00e80d19929
|
7
|
+
data.tar.gz: 28c464976b049e3a5b7adfad8091c0ff34d3f26836e2cce5f772736a0d08d63de065f0a2b566491fabcbb3986dc0a783e5ed663342f7d4706393416773de9f25
|
data/userstamper.gemspec
CHANGED
@@ -4,13 +4,13 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
4
4
|
|
5
5
|
Gem::Specification.new do |s|
|
6
6
|
s.name = 'userstamper'
|
7
|
-
s.version = '4.0.
|
7
|
+
s.version = '4.0.1'
|
8
8
|
s.authors = ['Joel Low', 'Priit Tark']
|
9
9
|
s.email = ['joel@joelsplace.sg', 'priit@gitlab.eu']
|
10
10
|
|
11
11
|
s.summary = 'Adds magic creator and updater attributes to your ActiveRecord models.'
|
12
12
|
s.description = 'This gem extends ActiveRecord::Base to add automatic updating of created_by and updated_by attributes of your models in much the same way that the ActiveRecord::Timestamp module updates created_(at/on) and updated_(at/on) attributes.'
|
13
|
-
s.homepage = 'https://github.com/gitlabeu/
|
13
|
+
s.homepage = 'https://github.com/gitlabeu/userstamper'
|
14
14
|
s.license = 'MIT'
|
15
15
|
|
16
16
|
s.files = `git ls-files`.split("\n")
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: userstamper
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.0.
|
4
|
+
version: 4.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Joel Low
|
@@ -253,7 +253,7 @@ files:
|
|
253
253
|
- spec/support/database_helpers.rb
|
254
254
|
- spec/support/with_temporary_table.rb
|
255
255
|
- userstamper.gemspec
|
256
|
-
homepage: https://github.com/gitlabeu/
|
256
|
+
homepage: https://github.com/gitlabeu/userstamper
|
257
257
|
licenses:
|
258
258
|
- MIT
|
259
259
|
metadata: {}
|