current_month_extension 0.0.1 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c08bc85ebbe284e813b4f2bafe43d725eb7af8e4f461d9c403adcbbf2de382b3
4
- data.tar.gz: 3e71fb164f731ddd599a93af8740d63257e915c4d92f1cdf5d5ee1df14547a9b
3
+ metadata.gz: 3065d3b6fd23efe705d73fff2e4a5ea9bbb4e978959bc421f7b71bf33a48d765
4
+ data.tar.gz: 79686c6742a9723ba8bfbda7ba2e69743c9d70df26165c0ac5125c54d67e7003
5
5
  SHA512:
6
- metadata.gz: a8d8fda086d33da5b81fef7821782c6b3cdc5dd5844319326df2d545555a917eb386f0025d60be0083da8d98a9bf2ad99915bd7c033890ee11a9cac29d52463c
7
- data.tar.gz: 72697e833ec20d54dacb2dffff682eb9843b1b7f5bdb9bedf2028aa665e7899035e3b1aa850ce9fb2a577d0879f80142790c6c3b9b74cf28feca2c464adc7acb
6
+ metadata.gz: 3ab2196ad4d124a8f75f02dd3cb8c878f28205147d812b033b063b96f09f730f30ef7cc096987f8b0da099912609a8603f74591be4a8aa4bdea470f216d81a11
7
+ data.tar.gz: 21efd0b5c3ea6f699a2883633723af2f85689b1421f833bdb2505fd55183d8c280567f10fe71cfbc4847fba4a7896bf96f33957313e5314f47abf7c0863da8d7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 0.0.3 (2022-03-30)
5
+ ------------------
6
+
7
+ * Version bump
8
+
9
+ 0.0.2 (2022-03-30)
10
+ ------------------
11
+
12
+ * Version bump to push core
13
+
4
14
  0.0.1 (2022-03-28)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.3
@@ -1,15 +1,13 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require 'active_support/core_ext/date_and_time/calculations'
4
-
5
- class Date
3
+ Date.class_eval do
6
4
  # :nodoc:
7
5
  def current_month
8
6
  beginning_of_month..end_of_month
9
7
  end
10
8
  end
11
9
 
12
- class DateTime
10
+ DateTime.class_eval do
13
11
  # :nodoc:
14
12
  def current_month
15
13
  beginning_of_month..end_of_month
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: current_month_extension
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcus Wyatt
@@ -9,22 +9,8 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
  date: 2022-03-30 00:00:00.000000000 Z
12
- dependencies:
13
- - !ruby/object:Gem::Dependency
14
- name: activesupport
15
- requirement: !ruby/object:Gem::Requirement
16
- requirements:
17
- - - '='
18
- - !ruby/object:Gem::Version
19
- version: 6.0.3.6
20
- type: :runtime
21
- prerelease: false
22
- version_requirements: !ruby/object:Gem::Requirement
23
- requirements:
24
- - - '='
25
- - !ruby/object:Gem::Version
26
- version: 6.0.3.6
27
- description:
12
+ dependencies: []
13
+ description: Only meant for rails applications
28
14
  email:
29
15
  - mwyatt@brandsinsurance.com
30
16
  executables: []