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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8d44e93f38ff805a054d4cff39f3f4d39f53a6f0
4
- data.tar.gz: 52f73338f7a93b8b0ab187c1397dc38c594f8efc
3
+ metadata.gz: 4a28f535df91805c36f203cc04cfe46d4856c55e
4
+ data.tar.gz: 8af9fb6adfef324fb22780f84629bc162e8f7a80
5
5
  SHA512:
6
- metadata.gz: beedb5d1224b3003a710bc3f757672585f0c14d77424679bb3c0351ce6953bc3e13167b28d1e48e197c584b9d61514fbdfabb9b37122b33025ab0f1ff2450295
7
- data.tar.gz: 25d170e181d5941d16fda0789b1f5fa714c0cfe976f6aeed8d94fc773b36156338df342571324949ab35c15b55bec4002e019016a1a715ce3106dbbd3c181b56
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 wrapper to translate months and then parse the string"
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
 
@@ -1,6 +1,6 @@
1
1
  module InternationalDateParser
2
2
  MAJOR = 0
3
3
  MINOR = 2
4
- REVISION = 0
4
+ REVISION = 1
5
5
  VERSION = [MAJOR, MINOR, REVISION].join(".")
6
6
  end
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.0
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 wrapper to translate months and then parse the string
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: []