change_the_subject 0.3.0 → 0.3.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: e31b7ca05a148620fadf5080c29622314291b4ab3dc002ae76bf0385d56df57b
4
- data.tar.gz: 8fc444360e01543dfda734714b76190847067e4897106a90c81bfb20b0cb7206
3
+ metadata.gz: c054ca78537a191161b14b984e0e84c90600d37e7b9337bb866fb3e443f187cb
4
+ data.tar.gz: 8072cbcd7062190d744028fd27cafbf9e6693ff1b98af0950b7a952d7b454385
5
5
  SHA512:
6
- metadata.gz: bc0d1ae40e9a89d7124dfdd7ffbe264a09b6a1548b8faa5af0c234f203cf7700e7812f8c437cde7d703fdc87f415faa68b358dae4c2b6e1f4523b56483945094
7
- data.tar.gz: d01d1bb8684a7adb0d364e12f424edf0655c88d7a29bb6831154a713576e71d584fc4297dce151c611688eff019092848afc2e2af474798f39c288d63c4ffaa9
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.2.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.0)
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."'
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class ChangeTheSubject
4
- VERSION = "0.3.0"
4
+ VERSION = "0.3.1"
5
5
  end
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.0
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-09-19 00:00:00.000000000 Z
14
+ date: 2022-12-07 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: yaml