change_the_subject 0.3.0 → 0.3.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/Gemfile.lock +2 -2
- data/config/change_the_subject.yml +3 -0
- data/lib/change_the_subject/version.rb +1 -1
- 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: c054ca78537a191161b14b984e0e84c90600d37e7b9337bb866fb3e443f187cb
|
|
4
|
+
data.tar.gz: 8072cbcd7062190d744028fd27cafbf9e6693ff1b98af0950b7a952d7b454385
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 11193e5258e338bf4f833644eb455c713e780e7f08997973f9a3fe4de1929411783fe0e5097dcbc1eff02ed13884c15718dc8b13969b52c04f5ab1d5f2e7acd8
|
|
7
|
+
data.tar.gz: 7f4efe74c31dc4fc4c08b9c532633482363f519cc84a14ac943b8a83f3c2d428c8001d0203334bf57bd5faac06ab19db548414cb80c81a6b350fa909bee2ccaf
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
change_the_subject (0.
|
|
4
|
+
change_the_subject (0.3.1)
|
|
5
5
|
yaml
|
|
6
6
|
|
|
7
7
|
GEM
|
|
@@ -62,7 +62,7 @@ GEM
|
|
|
62
62
|
simplecov-html (0.12.3)
|
|
63
63
|
simplecov_json_formatter (0.1.4)
|
|
64
64
|
unicode-display_width (2.3.0)
|
|
65
|
-
yaml (0.2.
|
|
65
|
+
yaml (0.2.1)
|
|
66
66
|
|
|
67
67
|
PLATFORMS
|
|
68
68
|
arm64-darwin-21
|
|
@@ -76,3 +76,6 @@
|
|
|
76
76
|
"Indians of the West Indies":
|
|
77
77
|
replacement: "Indigenous peoples of the West Indies"
|
|
78
78
|
rationale: "This term is used by TRLN; according to our research, this terminology is preferred and widely regarded as a more inclusive term. It is important to include the geographic region in the subject term when possible, as there are Indigenous peoples throughout the world. When possible, it is respectful to also include the name of the community(ies) or nation(s) of the people in the record, for example \"Chumash,\" \"Tonkawa,\" \"Rapa Nui,\" \"Huetar.\""
|
|
79
|
+
"Gender identity disorders":
|
|
80
|
+
replacement: "Gender dysphoria"
|
|
81
|
+
rationale: '"Gender identity disorder" was removed from the DSM -- the primary diagnostic manual used by psychiatric and psychological professionals in the U.S. -- nearly a decade ago, and replaced with "Gender dysphoria."'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: change_the_subject
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Max Kadel
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: exe
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2022-
|
|
14
|
+
date: 2022-12-07 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: yaml
|