to_x_extension 0.0.5 → 1.0.0

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/VERSION +1 -1
  4. metadata +9 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 878147446f222feec3226667730224d4b868350b05eabbdafd98f889e73bf8fd
4
- data.tar.gz: ed35dd68957522e62981c020179818e5baae3672bc6b209f7f1e893daca2aa27
3
+ metadata.gz: 6565f5ed36279def3cc176aab546da2493dbb8b73bcf5a215f1922f967973226
4
+ data.tar.gz: e0800ed92fedb0ad7897ac87200b8308cbbd09965b5bf02edf6747f596a56206
5
5
  SHA512:
6
- metadata.gz: 5534c5ed7b44fffa1dfeaee14da6e7c001d3734f79f020f3ba6abc0e627cf4959d6d3d55ee4c0af8b3e255d46561cbc8dd8d2e45e41ef26b54a7dc5bb8006c63
7
- data.tar.gz: 981978f8cd52516f13891954da8d07f1d1af8c33cc960e46223b92d9f283cec304554165a1bf097a3c9b981232f7cb3cc6d5cc2758cadd9ed793b37c28fbb582
6
+ metadata.gz: fe919f7677793d3b04b8f3c795ffa8f4f948ffbe5f1e30f6d134f2c2a05a4d063cb1f453037ba2786e58820e4807eddefd96bfbbbb44ec11ad41e82f6e66c707
7
+ data.tar.gz: 4607e6fe8ed5d664263dd7e0cef3f3b30d9158ae43bb062f9c54dbdc3cd7289d2295e2dd9b29bfc5e0735dc45dcd9ced3b2b585ff655d1b0fcd9e94a9e20f776
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.0.0 (2023-05-15)
5
+ ------------------
6
+
7
+ * Version bump to v1
8
+
4
9
  0.0.5 (2022-03-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.5
1
+ 1.0.0
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: to_x_extension
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcus Wyatt
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-30 00:00:00.000000000 Z
11
+ date: 2023-05-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description:
13
+ description:
14
14
  email:
15
15
  - mwyatt@brandsinsurance.com
16
16
  executables: []
@@ -21,12 +21,13 @@ files:
21
21
  - LICENSE.txt
22
22
  - VERSION
23
23
  - lib/to_x_extension.rb
24
- homepage: https://github.com/mlwyatt/rails-extensions
24
+ homepage: https://github.com/BrandsInsurance/rails-extensions
25
25
  licenses:
26
26
  - MIT
27
27
  metadata:
28
- source_code_uri: https://github.com/mlwyatt/rails-extensions
29
- post_install_message:
28
+ rubygems_mfa_required: 'true'
29
+ source_code_uri: https://github.com/BrandsInsurance/rails-extensions/tree/main/gems/to_x_extension
30
+ post_install_message:
30
31
  rdoc_options: []
31
32
  require_paths:
32
33
  - lib
@@ -42,7 +43,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
42
43
  version: '0'
43
44
  requirements: []
44
45
  rubygems_version: 3.2.15
45
- signing_key:
46
+ signing_key:
46
47
  specification_version: 4
47
48
  summary: Adds `to_x` method to `TrueClass`, `FalseClass`, and `NilClass`
48
49
  test_files: []