to_i_extension 0.0.4 → 0.1.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 +15 -0
  3. data/VERSION +1 -1
  4. metadata +11 -10
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9c6841eab0d8facda53ff9118e09fc6d89e32b88d35aed1b0631316c5335efbf
4
- data.tar.gz: 7e70e6a7e7718bac3cc81e3bac0014a0e31c667c468a32ec0c6a463d22589ec9
3
+ metadata.gz: 2b8314eabb94c9d81586e98c000aafbe43fe2c64cfab8b309d108cfed32a4bb1
4
+ data.tar.gz: 5b13f4880217aa8d530187529ae9ea8ed08a88f3f163ccd4878de4dbf2912965
5
5
  SHA512:
6
- metadata.gz: 70d9bc2a6f0171ee5aac9d470d9d343eb32ab74c92258ec67b20e5fd2bcbe550ac41dacd3db3b27bd88e549a630f9f81d104fd34f125a5fd9a7380099b4a712d
7
- data.tar.gz: f19071e03c6af50d7329217879c809ee712b1ec2dca52c2d0342924baffb70b13e0d3a430490b24519f17badeab6cac23ee1a29e089b946e4f5d8451f9e93213
6
+ metadata.gz: 0744230d73289f19ed482da4aa7b91e15ea4433a2ec8439604a9a10a2dfaf2ca98c8e058dc8841bbbf2c6fc0444303132f540602510e5d3305830c4737a53f4d
7
+ data.tar.gz: 4ba3c3e16a433f8068bf7fcd9330feb9077af5b3760fa7d5eab3c291bc4db59729c20c888624195424eb51837dd61499ce8ea89a7c93521267ba794d26e8f2ef
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 0.1.0 (2023-09-21)
5
+ ------------------
6
+
7
+ * Add support for ruby 2.5.3
8
+
9
+ 1.0.0 (2023-05-15)
10
+ ------------------
11
+
12
+ * Version bump to v1
13
+
14
+ 0.0.5 (2022-03-30)
15
+ ------------------
16
+
17
+ * Version bump. Missed a version bump
18
+
4
19
  0.0.4 (2022-03-30)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.4
1
+ 0.1.0
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: to_i_extension
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.1.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-09-22 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_i_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_i_extension
30
+ post_install_message:
30
31
  rdoc_options: []
31
32
  require_paths:
32
33
  - lib
@@ -34,15 +35,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
34
35
  requirements:
35
36
  - - ">="
36
37
  - !ruby/object:Gem::Version
37
- version: 3.0.1
38
+ version: 2.5.3
38
39
  required_rubygems_version: !ruby/object:Gem::Requirement
39
40
  requirements:
40
41
  - - ">="
41
42
  - !ruby/object:Gem::Version
42
43
  version: '0'
43
44
  requirements: []
44
- rubygems_version: 3.2.15
45
- signing_key:
45
+ rubygems_version: 3.0.3
46
+ signing_key:
46
47
  specification_version: 4
47
48
  summary: Adds `to_i` method to `TrueClass` and `FalseClass`
48
49
  test_files: []