current_week_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 +8 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1f89c8aa7dd07e47216ddbc3c4d7e541582e588a1264916b1245c0695125cba0
4
- data.tar.gz: 02566155b288ae1c16c6772197db49fb8c2e472b8d89c38dac08d759d083e8cc
3
+ metadata.gz: 1cd13c96a1a2d11390a85bb906dd66a7e56ab27ac8fea701a450ab35439224fe
4
+ data.tar.gz: 566ad130721de066dc09cbce3a348ec26e1f1c3e5ef7aa27c5ef3a9b95e73a63
5
5
  SHA512:
6
- metadata.gz: 7967d1f636d6245b7d18899a880e7aff262a0c04c8c3841ef1c5d7c23e175cbc3aaf9b8a7b630d9c22825c0b9e61a262cb383352a327aefc9412f496e3dc207b
7
- data.tar.gz: 7bb45ea7545987d397575670a0ebac591cb8b84dc7f018f09070011a91debae667968b6ca4870b5b3216ec0f18f05f11ef982129284e13eba5407d4b3ab05786
6
+ metadata.gz: 5b1496f8727c985cb785524a82c782e58e88348b7a2222e8fe4b105b777578c8836717f823a796c00952308ccfbaaec39a10c72c49749b661427f798cb6abff9
7
+ data.tar.gz: af0805db4e4c4b485db750dd0b0255fa1c632fdb83245cce011017d5db6ad4cc0beeecaa28e7fb9f2a9dfd599b671864944f8ef8605b203799b0cd86ea5cb8d8
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,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: current_week_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-15 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Only meant for rails applications
14
14
  email:
@@ -21,12 +21,13 @@ files:
21
21
  - LICENSE.txt
22
22
  - VERSION
23
23
  - lib/current_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/current_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 `current_week` method to `Date` and `DateTime`
48
49
  test_files: []