input_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: 2ab02af4925e1fff0a6537f1337433d1c82035f250196fb422e94589f742a304
4
- data.tar.gz: d371ead95235f760928ad6a19181340d836670bf5666d18160f4929927beb900
3
+ metadata.gz: 2e5b3d55d6910d9e2c23943c3d1c5b3cab07dd16428336d5d7d582b1f5f6d4ea
4
+ data.tar.gz: b7665313bfcbe43db29ae6086ea7555b28999c187cb631ac5f7f9cb3562ac4fa
5
5
  SHA512:
6
- metadata.gz: 4dabfdb88ed72f602f40349cd41ef1d6a8768d27fad5ccfb593a95326885362646ea9d84bc9a8a5404ced482f807c503c82c1fa2d25cdfec297af332b36b344f
7
- data.tar.gz: 69c94c9a0d9c5d1be9f61bef4a84c7f21c6c780157240ae7a96c57e32dcbed8c7ec29e8817d272350ed4926509a62cce225cc6bf3d919392c682d1e8adc0aad2
6
+ metadata.gz: 9dd80a5046a499c78b71c47cfeed9f7ecc13fe28eda4c20a93fdb8966743923b8b69a7ec926c58eb2f9126bdd51a1c3f82a4f173dfa99881f568376922f52962
7
+ data.tar.gz: 2ee892b2bd05cd4fd43decaedb939f2ae7bce45798ba2e156ac771d000531ccab04326350ad210a02e07fd8adf5d7a22310c3b359b4fc5c5626199a595443568
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: input_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/input_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/input_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 `input` method to `Date` and `DateTime`
48
49
  test_files: []