international_date_parser 0.2.0 → 0.2.1
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/international_date_parser.gemspec +1 -1
- data/lib/international_date_parser/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4a28f535df91805c36f203cc04cfe46d4856c55e
|
|
4
|
+
data.tar.gz: 8af9fb6adfef324fb22780f84629bc162e8f7a80
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1d47a7e82ac582b4edf8f231ddcbb066849bf4eba0337a1ae5a3569d4ae8c9005f308102d83f7b626c947c10b5cbdccc352d4e680b4253d51de9aace8a8ded82
|
|
7
|
+
data.tar.gz: 91f976eb68e62675ace7a85419debdc562bd2a987353ea83c418e44116b108f4349f58944bab10ecc97bd22aca562df04b64ec02c155fd021e2a585cff4a1a4e
|
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["Humberto"]
|
|
10
10
|
spec.email = ["hlsp999@gmail.com"]
|
|
11
11
|
spec.summary = "International Date Parser "
|
|
12
|
-
spec.description = "Ruby class Date
|
|
12
|
+
spec.description = "Ruby class Date extension to translate months and then parse the string"
|
|
13
13
|
spec.homepage = 'http://github.com/frenesim/international_date_parser'
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: international_date_parser
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Humberto
|
|
@@ -38,7 +38,7 @@ dependencies:
|
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '10.0'
|
|
41
|
-
description: Ruby class Date
|
|
41
|
+
description: Ruby class Date extension to translate months and then parse the string
|
|
42
42
|
email:
|
|
43
43
|
- hlsp999@gmail.com
|
|
44
44
|
executables: []
|