natural-date 1.3 → 1.4
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.
- checksums.yaml +4 -4
- data/lib/natural-date/natural_date_expression.rb +1 -1
- data/natural-date.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0c0ac3739a28d36bab38c30a223956c82b668e24
|
|
4
|
+
data.tar.gz: 9305e45770ae977dec2d1de03726caa694b5f832
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a6237eaee6bf2a4e1c09723b39f9b71346c3c6905bb359ba63265c8c7a1c5af0145b7e3adecaa15f8429056fd0c35dd0a64b91f46f2e28d6d16fe9df9403331a
|
|
7
|
+
data.tar.gz: b5f41c92abf95dcbc5fd6d025a935c1b707c5980505abccee4c31de2694ce176bec8e9e1de08ccd47165dc876dfd607d6e29c445f5c2d0a66983c1859196a10e
|
data/natural-date.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.authors = ["Andrew S Aguiar"]
|
|
11
11
|
spec.email = ["andrewaguiar6@gmail.com"]
|
|
12
12
|
spec.summary = 'Converts natural language in date expressions'
|
|
13
|
-
spec.description = 'Natural language date
|
|
13
|
+
spec.description = 'Natural language date parser in Ruby. natural-date can convert from plain text to date expressions symbolizing since single dates till recurrent dates'
|
|
14
14
|
spec.homepage = 'https://github.com/andrewaguiar/natural-date'
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: natural-date
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: '1.
|
|
4
|
+
version: '1.4'
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andrew S Aguiar
|
|
@@ -66,8 +66,8 @@ dependencies:
|
|
|
66
66
|
- - "~>"
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: 0.10.0
|
|
69
|
-
description: Natural language date
|
|
70
|
-
|
|
69
|
+
description: Natural language date parser in Ruby. natural-date can convert from plain
|
|
70
|
+
text to date expressions symbolizing since single dates till recurrent dates
|
|
71
71
|
email:
|
|
72
72
|
- andrewaguiar6@gmail.com
|
|
73
73
|
executables: []
|