userstamper 4.0.0 → 4.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/userstamper.gemspec +2 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 573cc10f10027aeabf2f04892ea63c517fed448bdea2f909c4f307d9123d1944
4
- data.tar.gz: 62283d938f34afaedcc402efa5fdf2be2446c253fa55773094bf760fee4ea6c2
3
+ metadata.gz: 613448e8b17f3235390e7710f0e3bb31e4b42db33289f3c64a2f0afdc9b10ad8
4
+ data.tar.gz: 2e0ab6b4a6e3d51f362815b2af9bf7c4d598bf771c58492b68706e8d17d54653
5
5
  SHA512:
6
- metadata.gz: c3c6dbfa08158b688a48d54f01c39c59e3fd487e83b393407d48990cc369fe2683fb18e2ecf08302487574d31944815cc33c8aa25042308b9b26adc4ac4816cf
7
- data.tar.gz: d732dc019eb418216f9c0e0bfdfeb9c85b57103a8d3d3c878e24bd45b1dd3fe9ba756d86b3ca56a2ba76ca8bda1c4910226c3e37625578999e6258f83cdd61fc
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.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/userstamp'
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.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/userstamp
256
+ homepage: https://github.com/gitlabeu/userstamper
257
257
  licenses:
258
258
  - MIT
259
259
  metadata: {}