date_duration 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 (2) hide show
  1. checksums.yaml +7 -0
  2. metadata +46 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 76f8811129ec049eab59953394ed057080c9b7932c427f15eaec015380a5752e
4
+ data.tar.gz: 0e1b99bd60adb9ae39b5565b29f80a0b148901772a62f320891f1e9f69d731af
5
+ SHA512:
6
+ metadata.gz: 97b458efd1a903cf75e302c02b53de0884087d41dc49da07b22214acd7d4864e7ce75968953bae3775d47f213c5a8649f2b349ac080848cbec4019d4cde5825a
7
+ data.tar.gz: 90e97870b434c4da8a78d6708860d7da2e0e6467a774f31f2d230bc688a81b2a7625ea3f373eb0dd5ac50d5efbd95ca25a46b4ff7baca1c5f0c4b077d7749721
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: date_duration
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Mohan Chhalotre
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2020-08-12 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: The Duration Calculator calculates the number of days, months and years
14
+ between two dates.
15
+ email:
16
+ - mohanchhalotre@gmail.com
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files: []
21
+ homepage: https://github.com/mohangurjar82/date_duration
22
+ licenses:
23
+ - MIT
24
+ metadata: {}
25
+ post_install_message:
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubyforge_project:
41
+ rubygems_version: 2.7.10
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: The Duration Calculator calculates the number of days, months and years between
45
+ two dates.
46
+ test_files: []