markos_validates_timeliness 2.3.2.1 → 2.3.2.2

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.
@@ -28,7 +28,7 @@ class TimelinessDateTime
28
28
  attr_accessor :year, :month, :day, :hour, :min, :sec
29
29
 
30
30
 
31
- def initialize(year, month, day, hour, min, sec)
31
+ def initialize(year=nil, month=nil, day=nil, hour=nil, min=nil, sec=nil)
32
32
 
33
33
  @year = year
34
34
  @month = month
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: markos_validates_timeliness
3
3
  version: !ruby/object:Gem::Version
4
- hash: 125
4
+ hash: 123
5
5
  prerelease: false
6
6
  segments:
7
7
  - 2
8
8
  - 3
9
9
  - 2
10
- - 1
11
- version: 2.3.2.1
10
+ - 2
11
+ version: 2.3.2.2
12
12
  platform: ruby
13
13
  authors:
14
14
  - Adam Meehan