day_of_week_extension 0.0.4 → 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 +10 -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: 4b1744004b9e1b3491828d60296623a90c550b93129c68364ade0ad493b82e58
4
- data.tar.gz: 829b148d0029eba64a0db874163c1d1c76b4491847e6f54c53b86d50ea8b8f60
3
+ metadata.gz: e00fcdde3b6c56905072eb8b65e132adc5b540d1085a97ad2a8f16107f8a1a98
4
+ data.tar.gz: 80cecfc2cc03004b26a481466e881ad9817895bf5cce5840ec3c92932735667a
5
5
  SHA512:
6
- metadata.gz: 6b25dbbd475d6e3a777703502cc175dc9f612877af06b3bf19a018f3de831c82c8f23c612d05a66fc52b2c64d920b67d78f549e8205d50d02ea5b7a56b27347c
7
- data.tar.gz: 918ef4d12e5076041ed0d45cf45fa4b249fd8549f643b599899fa13be7bb28f601542a1c597afc809b792ef7c163befda9b3ee94ee0c7f2acdc6a7ef98437250
6
+ metadata.gz: fe2c1ea8007f6aca577626a028bf7715d790e02f6e0d1634f440647c477a376b4c4495870b38a4c48674d5261e71247c17e5971ebf3935a55181181f14d38be7
7
+ data.tar.gz: cda6e7d249731a75286746c01db074324df75d903206036b059979cb050ba716e1ee0ac33434514fb8aaac6ae3d8cddf48d13f652787d36d1cd72daf965205ad
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.0.0 (2023-05-15)
5
+ ------------------
6
+
7
+ * Version bump to v1
8
+
9
+ 0.0.5 (2022-03-30)
10
+ ------------------
11
+
12
+ * Version bump. Missed a version bump
13
+
4
14
  0.0.4 (2022-03-30)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.4
1
+ 1.0.0
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: day_of_week_extension
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
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-15 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/day_of_week_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/day_of_week_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 `day_of_week` method to `Date` and `DateTime`
48
49
  test_files: []