google_format_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: fe4212ccf41938daa27b19ce1d987ef999a684ebe73819607801b5ff2fd091b7
4
- data.tar.gz: 9b344547022dfd77acd96aebb05598a565ec013e775ce01d176bb2d7026b00b9
3
+ metadata.gz: 4d1dbbcf24d7ef82fb8bce0996211913b01431b25cd03cc4f70f194d9cb602a1
4
+ data.tar.gz: ded3c2e1ec798239d0d3fe03bcf27a841c0b70209b41815794b28398d8095bae
5
5
  SHA512:
6
- metadata.gz: 1801747401c34b818a79637badf1b1ad877045959de8e2080557df3b11d8904f63b84d2a35eb15981483308dc8b4dd1d5c5252bb6013c9ea57729d69a220a6fd
7
- data.tar.gz: 463922d86221cdba89381877aac7b4823156c06c419d504563ed9931b1853c8ede7e48f5a4fa68bc806da7cde774cf3c48930a27123060df869cad64c5a20e9d
6
+ metadata.gz: 1f54b9e1a50902e8a9f333aaefdb04bcf5a09c9925b1bf212b9dcf5da124bd7771a2a81f663f972f7662f3993257f0f1b65c0b02a89490bdc8ddb2dba44e2993
7
+ data.tar.gz: ec04406c56164532fe43950443df2fdb9d1704dcce1e2aa096475081650d4e3a54bb4db8c59912daeab7e76def4d269ab58833c84c87070f7e43735cb804af35
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: google_format_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/google_format_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/google_format_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 `google_format` method to `DateTime`
48
49
  test_files: []