current_month_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: ed200b0fd1c2287e49bbab7c401e12e839420e463b51bf5fef78b8d85977f280
4
- data.tar.gz: eece66f34c59867a05a86cb0ec03973b0f7784984f529a43aad829396e931a4e
3
+ metadata.gz: 4effcf4e269dc957072f750615ef3b3ad2ea02c6360b01f1cc0d39b3880cc176
4
+ data.tar.gz: be10e18e1540adf21fd1aaa4e1b9a3bc199f9902d80fbe022c6baa078755748b
5
5
  SHA512:
6
- metadata.gz: 99db0b6cd01efe531dd62b04c71ec9fdc206c09ae4cc815dccfea6c883970120bcbc3b9c4ac0ba42e5010bf2dbea3e90da47471a7fddf218b3163acbc2d0af0a
7
- data.tar.gz: 8231b6a2e6cd83ae68aef9aabb715e60f25937a0ecaec724c2c9507eecb1ff96fa8c480e806946738e7e4b013843fb00235f0c80b44841a506360939380376c4
6
+ metadata.gz: 64973a0585a2056385d4a9ea53d87ceb6ce6ad140a10798e08de87780a3baf55222eb69d40d7caed238218016fbcc982aa08374685d4f42d9a68912d5ef547c3
7
+ data.tar.gz: cec0acfad35944baf1c3aa4bad2875f9689c08268ceffe9477a86ffc2b915d6eef80d883edef4c805017cfd2a919ea4ce9317b3bf0a3a45eb278c52d9159165c
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_month_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_month_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_month_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_month` to `Date` and `DateTime`
48
49
  test_files: []