month_and_year_extension 0.0.5 → 1.0.0.pre.rc.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/VERSION +1 -1
  4. metadata +10 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2d2a45493c0ff8db9ab9d4ed0fa819ee6ec267acb04d2487653b7ab7b181bafe
4
- data.tar.gz: ba24f3b80fc067b09a460948191f2c1cf2b78ac6dcdb29de602f3464174cb362
3
+ metadata.gz: e0b60513de5457caf0e02cc13ef024303e9c38d97d8114189e64210f3d07ceaf
4
+ data.tar.gz: 5bb1d169cf2fe3d89740f229483ba64d641eaf34e45d93e8ebd60f907cf70144
5
5
  SHA512:
6
- metadata.gz: 5aaf44989a117c8426eeb64b3ab5c66c974b60b402e9254abf7f41f334cd3546a1a734fbcded842704eced50bdb2c121a20b12b7c6d9d96ffafe74503f6184f9
7
- data.tar.gz: fc837744f9af42094bbe35e34dee97655e9b58b4a29cd29bfe3bff2d9d452ce3b9ace88623b18a06e62e46404c5063c97f5853f15ccf762e6da933f8d50c309e
6
+ metadata.gz: c5cd36825a58b6281ba0e56da45d1a76efb06839d43f473fa07ec2c2a4d7c2a34928efd51f647b6e61fad7c4f4929117f364557863924153cb6fa4be485e3b64
7
+ data.tar.gz: 8b1d9e1155122275ac60eabd9b866db0fb7a4a65db7451e5245c9a32551f85199d9a625d56bce8ccd52b22bcc2f93ba42733fac94fa86c4cfe2cfae96c86fce7
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-rc.1
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: month_and_year_extension
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 1.0.0.pre.rc.1
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: []
@@ -25,8 +25,9 @@ homepage: https://github.com/mlwyatt/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/mlwyatt/rails-extensions/tree/main/gems/month_and_year_extension
30
+ post_install_message:
30
31
  rdoc_options: []
31
32
  require_paths:
32
33
  - lib
@@ -37,12 +38,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
37
38
  version: 3.0.1
38
39
  required_rubygems_version: !ruby/object:Gem::Requirement
39
40
  requirements:
40
- - - ">="
41
+ - - ">"
41
42
  - !ruby/object:Gem::Version
42
- version: '0'
43
+ version: 1.3.1
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 `month_and_year` method to `Date`
48
49
  test_files: []