resumetools 0.2.9.1 → 0.2.9.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 988a1b648c65d44f30d745d35418425898158efe
4
- data.tar.gz: e556830c47698f621794550fc04cd2785194fbac
3
+ metadata.gz: 26fd71a926925b4465cae7ea9cf78a7fc0dd8f10
4
+ data.tar.gz: 0d6bb095ab283000ff79a60e5293a97653294487
5
5
  SHA512:
6
- metadata.gz: d423f31a883ad405e7023f3ab83f7b18839c691bdc42f51745745cd52b0e1ba877290fd8d27deb979ffb85ab093577cd50b217a4194ebee302864a2214f11350
7
- data.tar.gz: e7a1796e0217e768fb1052fd4d76df9df5c6177a45136f57b1413c014073bb80792a64774632a532962859e7b871320dd52a34206b8c05d820d7d6d1f2b2fc6b
6
+ metadata.gz: 77ccd2c1be8e2a28e0c669e0c85b52eaf0185691f261f3db7921ff92a462831b17d702fefb70ae720cfa335e23d4bf02b83a62e8b4481174db2d58e3731bc381
7
+ data.tar.gz: 4baead29f417a6d5a6381d781e3bcede943b7864e5079f42074e8e7b99a3064b604b32f9ee8f8f93fa7ea7f4b38d59d313936ec3f00bc923b42b41797511f153
@@ -2,7 +2,7 @@ module ResumeTools
2
2
  grammar ResumeGrammar
3
3
 
4
4
  rule document
5
- ((contact_data / section / period / period_data / item / para / data) / LF)*
5
+ (contact_data / section / period / period_data / item / para / data)*
6
6
  end
7
7
 
8
8
  rule period_data
@@ -58,7 +58,7 @@ module ResumeTools
58
58
  end
59
59
 
60
60
  rule contact_data
61
- contact_name / contact_telephone / contact_email / contact_address /
61
+ contact_name / contact_telephone / contact_email / contact_address /
62
62
  contact_url / contact_detail
63
63
  end
64
64
 
@@ -25,6 +25,6 @@
25
25
 
26
26
  unless defined? ResumeTools::VERSION
27
27
  module ResumeTools
28
- VERSION = "0.2.9.1"
28
+ VERSION = "0.2.9.2"
29
29
  end
30
30
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: resumetools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.9.1
4
+ version: 0.2.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Virgil Dimaguila