name_of_person 1.1.2 → 1.1.3
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/Gemfile.lock +16 -15
- data/lib/name_of_person/loaders/active_model_has_person_name.rb +1 -1
- data/name_of_person.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b2dd23cf7ad183f4fc959eacfad76aa3a23eaa8e0b41d21aa05efd1bf3538bd8
|
4
|
+
data.tar.gz: a14f9821cd6317d0c44b0b694ac5e15d87140c4970094ff37f05f145d9320b97
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cf78fb2d6342fb0974bf4e11a4578004f80c90710b70bb95976d1fef2c9af3d0b9ef784c59b0b43cd4b3752fae06d58b0d31167a4b2a4ac142344b2fad8e9605
|
7
|
+
data.tar.gz: e876c57bcd5b8c497fe6c4f331925e6aa44e0448fb859f189d64ff12c32307a1e3709c321149a3483504c499e6a8041f1c6c92b6938fd5ac8723c4bd8da772d4
|
data/Gemfile.lock
CHANGED
@@ -1,27 +1,28 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
name_of_person (1.1.
|
4
|
+
name_of_person (1.1.3)
|
5
5
|
activesupport (>= 5.2.0)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
|
-
activemodel (
|
11
|
-
activesupport (=
|
12
|
-
activesupport (
|
10
|
+
activemodel (5.2.1)
|
11
|
+
activesupport (= 5.2.1)
|
12
|
+
activesupport (5.2.1)
|
13
13
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
14
|
-
i18n (>=
|
15
|
-
minitest (
|
16
|
-
tzinfo (~>
|
17
|
-
byebug (
|
18
|
-
concurrent-ruby (1.
|
19
|
-
i18n (1.
|
20
|
-
concurrent-ruby (~> 1.0)
|
21
|
-
minitest (5.19.0)
|
22
|
-
rake (13.0.6)
|
23
|
-
tzinfo (2.0.6)
|
14
|
+
i18n (>= 0.7, < 2)
|
15
|
+
minitest (~> 5.1)
|
16
|
+
tzinfo (~> 1.1)
|
17
|
+
byebug (10.0.2)
|
18
|
+
concurrent-ruby (1.0.5)
|
19
|
+
i18n (1.1.0)
|
24
20
|
concurrent-ruby (~> 1.0)
|
21
|
+
minitest (5.11.3)
|
22
|
+
rake (12.3.3)
|
23
|
+
thread_safe (0.3.6)
|
24
|
+
tzinfo (1.2.5)
|
25
|
+
thread_safe (~> 0.1)
|
25
26
|
|
26
27
|
PLATFORMS
|
27
28
|
ruby
|
@@ -33,4 +34,4 @@ DEPENDENCIES
|
|
33
34
|
rake
|
34
35
|
|
35
36
|
BUNDLED WITH
|
36
|
-
2.4.
|
37
|
+
2.4.21
|
data/name_of_person.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'name_of_person'
|
3
|
-
s.version = '1.1.
|
3
|
+
s.version = '1.1.3'
|
4
4
|
s.authors = 'David Heinemeier Hansson'
|
5
5
|
s.email = 'david@basecamp.com'
|
6
6
|
s.summary = 'Presenting names of people in full, familiar, abbreviated, and initialized forms (but without titulation etc)'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: name_of_person
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Heinemeier Hansson
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-01-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -78,7 +78,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
78
78
|
- !ruby/object:Gem::Version
|
79
79
|
version: '0'
|
80
80
|
requirements: []
|
81
|
-
rubygems_version: 3.4.
|
81
|
+
rubygems_version: 3.4.20
|
82
82
|
signing_key:
|
83
83
|
specification_version: 4
|
84
84
|
summary: Presenting names of people in full, familiar, abbreviated, and initialized
|