latex_curriculum_vitae 2.1.3 → 2.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 +5 -5
- data/CHANGELOG.md +10 -0
- data/CONTRIBUTING.md +2 -2
- data/README.md +11 -12
- data/bin/latexcv.rb +1 -1
- data/data/latex_curriculum_vitae/Cover/Cover.tex +1 -1
- data/data/latex_curriculum_vitae/Motivational_Letter/bwanschreiben.tex +1 -1
- data/data/latex_curriculum_vitae/Resume/cv_10.tex +1 -1
- data/data/latex_curriculum_vitae/Resume/friggeri-cv.cls +1 -1
- data/lib/latex_curriculum_vitae.rb +1 -1
- data/lib/latex_curriculum_vitae/cover.rb +1 -1
- data/lib/latex_curriculum_vitae/cv.rb +1 -1
- data/lib/latex_curriculum_vitae/email.rb +3 -3
- data/lib/latex_curriculum_vitae/entityfile.rb +1 -1
- data/lib/latex_curriculum_vitae/get-config.rb +1 -1
- data/lib/latex_curriculum_vitae/letter.rb +1 -1
- data/lib/latex_curriculum_vitae/notifier.rb +1 -1
- data/lib/latex_curriculum_vitae/outfile.rb +1 -1
- data/lib/latex_curriculum_vitae/version.rb +2 -2
- metadata +21 -29
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: a076a977eaae65949335da20a04831d8b66ea8255f0f7a0b41a6dbb0195fafa5
|
|
4
|
+
data.tar.gz: 53c0d6964a64478628501218bfc53cd5c4a5d3fcd72ecca81cea986c17e5cd76
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e5c74a0f942785afbbd6928b8da2901044b9cbb1491cbc3885aac604d093d468e7aff0221862b048ea2aeea8e6c648fd3cdaac1e825ad54bca7012d6853d18c7
|
|
7
|
+
data.tar.gz: 79b93c16ce3d9637e5628f03f5a46405c50ee469aa0156650f4035e76312ed1b68c96f9a424d29deb97ea56096167ecdb19a4f46d620a287a6bc378794a4a3d1
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
### 2.1.4 / 2019-05-20
|
|
2
|
+
|
|
3
|
+
* Updated dependencies
|
|
4
|
+
|
|
5
|
+
* Bump rake from 12.3.1 to 12.3.2
|
|
6
|
+
* Bump rdoc from 6.0.4 to 6.1.1
|
|
7
|
+
* Update bundler requirement from ~> 1.16 to >= 1.16, < 3.0
|
|
8
|
+
* Bump combine_pdf from 1.0.15 to 1.0.16
|
|
9
|
+
* Bump pony from 1.12 to 1.13.1
|
|
10
|
+
|
|
1
11
|
### 2.1.3 / 2018-11-22
|
|
2
12
|
|
|
3
13
|
#### 1 minor enhancement
|
data/CONTRIBUTING.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# IDEAS:
|
|
2
2
|
|
|
3
|
-
* Add ideas on: https://
|
|
3
|
+
* Add ideas on: https://github.com/saigkill/latex_curriculum_vitae/issues
|
|
4
4
|
|
|
5
5
|
## COOL HACKS:
|
|
6
6
|
|
|
7
|
-
* Open a bugreport on https://
|
|
7
|
+
* Open a bugreport on https://github.com/saigkill/latex_curriculum_vitae/issues.
|
|
8
8
|
* Please use the -u flag when generating the patch as it makes the patch
|
|
9
9
|
more readable.
|
|
10
10
|
* Write a good explanation of what the patch does.
|
data/README.md
CHANGED
|
@@ -6,25 +6,23 @@ latex_curriculum_vitae is a Rubygem which help you to write your job application
|
|
|
6
6
|
the curriculum vitae. It builds the motivational letter (if chosen in the gui), the cover and the cv. The resulting pdf will be found
|
|
7
7
|
in your home directory. Also it generates an email with a standard content, which allows you to send the mail with your cv directly.
|
|
8
8
|
|
|
9
|
-
The
|
|
10
|
-
users the NEWS file might be a better place to look since it contains change summaries between the different versions.
|
|
9
|
+
The CHANGELOG.md contains a detailed description on what has changed.
|
|
11
10
|
|
|
12
|
-
latex_curriculum_vitae is released under the GPL3 License, see the file 'License.
|
|
13
|
-
for more information.
|
|
11
|
+
latex_curriculum_vitae is released under the GPL3 License, see the file 'License.md' for more information.
|
|
14
12
|
|
|
15
13
|
The official web site is:
|
|
16
14
|
|
|
17
|
-
https://
|
|
15
|
+
https://github.com/saigkill/latex_curriculum_vitae
|
|
18
16
|
|
|
19
17
|
|What| Where |
|
|
20
18
|
|----|-------|
|
|
21
19
|
| code | https://github.com/saigkill/latex_curriculum_vitae |
|
|
22
|
-
| docs | https://saschamanns.de/
|
|
20
|
+
| docs | https://saschamanns.de/docs/latex_curriculum_vitae/index.html |
|
|
23
21
|
| apidoc | http://www.rubydoc.info/gems/latex_curriculum_vitae |
|
|
24
22
|
|bugs | https://github.com/saigkill/latex_curriculum_vitae/issues |
|
|
25
23
|
|mailinglist | https://groups.google.com/forum/#!forum/latex_curriculum_vitae |
|
|
26
24
|
| openhub statistics | https://www.openhub.net/p/latex_curriculum_vitae |
|
|
27
|
-
| authors blog |
|
|
25
|
+
| authors blog | https://saschamanns.de |
|
|
28
26
|
|min. rubyver | 2.3.0 |
|
|
29
27
|
|
|
30
28
|
| What | Status |
|
|
@@ -35,9 +33,12 @@ The official web site is:
|
|
|
35
33
|
|continuous integration | [](https://dev.azure.com/saigkill/latex_curriculum_vitae/_build/latest?definitionId=9) |
|
|
36
34
|
|code quality | [](https://codeclimate.com/github/saigkill/latex_curriculum_vitae) |
|
|
37
35
|
|security | [](https://hakiri.io/github/saigkill/latex_curriculum_vitae/master) |
|
|
38
|
-
|licenses | [](https://app.fossa.io/projects/git%2Bgithub.com%2Fsaigkill%2Flatex_curriculum_vitae?ref=badge_small) |
|
|
39
36
|
|documentation quality | [](http://inch-ci.org/github/saigkill/latex_curriculum_vitae) |
|
|
40
37
|
|
|
38
|
+
## SCREENSHOT
|
|
39
|
+
|
|
40
|
+
[](https://github.com/saigkill/latex_curriculum_vitae)
|
|
41
|
+
|
|
41
42
|
## FEATURES:
|
|
42
43
|
|
|
43
44
|
* Ruby based LaTEX publisher for job applications
|
|
@@ -45,9 +46,7 @@ The official web site is:
|
|
|
45
46
|
|
|
46
47
|
## SYNOPSIS:
|
|
47
48
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
Or just use the Launcher.
|
|
49
|
+
$ latexcv.rb
|
|
51
50
|
|
|
52
51
|
The resulting PDF and the CSV file are placed in /home/You/.local/latex_curriculum_vitae.
|
|
53
52
|
|
|
@@ -81,6 +80,6 @@ You have to run the setup after each gem update.
|
|
|
81
80
|
|
|
82
81
|
After checking out the source, run:
|
|
83
82
|
|
|
84
|
-
|
|
83
|
+
$ rake newb
|
|
85
84
|
|
|
86
85
|
This task will install any missing dependencies, run the tests/specs, and generate the RDoc.
|
data/bin/latexcv.rb
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env ruby
|
|
2
|
-
# Copyright (C) 2015-
|
|
2
|
+
# Copyright (C) 2015-2019 Sascha Manns <Sascha.Manns@outlook.de>
|
|
3
3
|
#
|
|
4
4
|
# This program is free software: you can redistribute it and/or modify
|
|
5
5
|
# it under the terms of the GNU General Public License as published by
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
% Copyright (C) 2015-
|
|
1
|
+
% Copyright (C) 2015-2019 Sascha Manns <Sascha.Manns@outlook.de>
|
|
2
2
|
% This program is free software: you can redistribute it and/or modify
|
|
3
3
|
% it under the terms of the GNU General Public License as published by
|
|
4
4
|
% the Free Software Foundation, either version 3 of the License, or
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
% Copyright (C) 2015-
|
|
1
|
+
% Copyright (C) 2015-2019 Sascha Manns <Sascha.Manns@outlook.de>
|
|
2
2
|
% This program is free software: you can redistribute it and/or modify
|
|
3
3
|
% it under the terms of the GNU General Public License as published by
|
|
4
4
|
% the Free Software Foundation, either version 3 of the License, or
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
% Adrien Friggeri (adrien@friggeri.net)
|
|
11
11
|
% https://github.com/afriggeri/CV
|
|
12
12
|
% Modfied by: Sascha Manns (Sascha.Manns@outlook.de)
|
|
13
|
-
% https://
|
|
13
|
+
% https://github.com/saigkill/latex_curriculum_vitae
|
|
14
14
|
%
|
|
15
15
|
% License:
|
|
16
16
|
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
% Adrien Friggeri (adrien@friggeri.net)
|
|
11
11
|
% https://github.com/afriggeri/CV
|
|
12
12
|
% Modfied by: Sascha Manns (Sascha.Manns@outlook.de)
|
|
13
|
-
% https://
|
|
13
|
+
% https://github.com/saigkill/latex_curriculum_vitae
|
|
14
14
|
%
|
|
15
15
|
% License:
|
|
16
16
|
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (C) 2015-
|
|
1
|
+
# Copyright (C) 2015-2019 Sascha Manns <Sascha.Manns@outlook.de>
|
|
2
2
|
#
|
|
3
3
|
# This program is free software: you can redistribute it and/or modify
|
|
4
4
|
# it under the terms of the GNU General Public License as published by
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (C) 2015-
|
|
1
|
+
# Copyright (C) 2015-2019 Sascha Manns <Sascha.Manns@outlook.de>
|
|
2
2
|
#
|
|
3
3
|
# This program is free software: you can redistribute it and/or modify
|
|
4
4
|
# it under the terms of the GNU General Public License as published by
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (C) 2015-
|
|
1
|
+
# Copyright (C) 2015-2019 Sascha Manns <Sascha.Manns@outlook.de>
|
|
2
2
|
#
|
|
3
3
|
# This program is free software: you can redistribute it and/or modify
|
|
4
4
|
# it under the terms of the GNU General Public License as published by
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (C) 2015-
|
|
1
|
+
# Copyright (C) 2015-2019 Sascha Manns <Sascha.Manns@outlook.de>
|
|
2
2
|
#
|
|
3
3
|
# This program is free software: you can redistribute it and/or modify
|
|
4
4
|
# it under the terms of the GNU General Public License as published by
|
|
@@ -193,7 +193,7 @@ Maifeldstraße 10
|
|
|
193
193
|
Phone: +49-172-3142738 (mobile)
|
|
194
194
|
Phone: +49-2651-4014045 (home)
|
|
195
195
|
Email: Sascha.Manns@outlook.de
|
|
196
|
-
Web: https://
|
|
196
|
+
Web: https://saschamanns.de
|
|
197
197
|
BODY
|
|
198
198
|
else
|
|
199
199
|
<<BODY
|
|
@@ -211,7 +211,7 @@ Maifeldstraße 10
|
|
|
211
211
|
Phone: +49-172-3142738 (mobile)
|
|
212
212
|
Phone: +49-2651-4014045 (home)
|
|
213
213
|
Email: Sascha.Manns@outlook.de
|
|
214
|
-
Web: https://
|
|
214
|
+
Web: https://saschamanns.de
|
|
215
215
|
BODY
|
|
216
216
|
end
|
|
217
217
|
return body
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (C) 2015-
|
|
1
|
+
# Copyright (C) 2015-2019 Sascha Manns <Sascha.Manns@outlook.de>
|
|
2
2
|
#
|
|
3
3
|
# This program is free software: you can redistribute it and/or modify
|
|
4
4
|
# it under the terms of the GNU General Public License as published by
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (C) 2015-
|
|
1
|
+
# Copyright (C) 2015-2019 Sascha Manns <Sascha.Manns@outlook.de>
|
|
2
2
|
#
|
|
3
3
|
# This program is free software: you can redistribute it and/or modify
|
|
4
4
|
# it under the terms of the GNU General Public License as published by
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (C) 2015-
|
|
1
|
+
# Copyright (C) 2015-2019 Sascha Manns <Sascha.Manns@outlook.de>
|
|
2
2
|
#
|
|
3
3
|
# This program is free software: you can redistribute it and/or modify
|
|
4
4
|
# it under the terms of the GNU General Public License as published by
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (C) 2015-
|
|
1
|
+
# Copyright (C) 2015-2019 Sascha Manns <Sascha.Manns@outlook.de>
|
|
2
2
|
#
|
|
3
3
|
# This program is free software: you can redistribute it and/or modify
|
|
4
4
|
# it under the terms of the GNU General Public License as published by
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (C) 2015-
|
|
1
|
+
# Copyright (C) 2015-2019 Sascha Manns <Sascha.Manns@outlook.de>
|
|
2
2
|
#
|
|
3
3
|
# This program is free software: you can redistribute it and/or modify
|
|
4
4
|
# it under the terms of the GNU General Public License as published by
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Copyright (C) 2015-
|
|
1
|
+
# Copyright (C) 2015-2019 Sascha Manns <Sascha.Manns@outlook.de>
|
|
2
2
|
#
|
|
3
3
|
# This program is free software: you can redistribute it and/or modify
|
|
4
4
|
# it under the terms of the GNU General Public License as published by
|
|
@@ -18,7 +18,7 @@ module LatexCurriculumVitae
|
|
|
18
18
|
# This module holds the latex_curriculum_vitae version information.
|
|
19
19
|
|
|
20
20
|
module Version
|
|
21
|
-
STRING = '2.1.
|
|
21
|
+
STRING = '2.1.4'.freeze
|
|
22
22
|
MSG = '%<version>s (using Parser %<parser_version>s, running on ' \
|
|
23
23
|
'%<ruby_engine>s %<ruby_version>s %<ruby_platform>s)'.freeze
|
|
24
24
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: latex_curriculum_vitae
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
4
|
+
version: 2.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sascha Manns
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-05-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rdoc
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '6.
|
|
19
|
+
version: '6.1'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: '6.
|
|
26
|
+
version: '6.1'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: rake
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -56,16 +56,22 @@ dependencies:
|
|
|
56
56
|
name: bundler
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
58
58
|
requirements:
|
|
59
|
-
- - "
|
|
59
|
+
- - ">="
|
|
60
60
|
- !ruby/object:Gem::Version
|
|
61
61
|
version: '1.16'
|
|
62
|
+
- - "<"
|
|
63
|
+
- !ruby/object:Gem::Version
|
|
64
|
+
version: '3.0'
|
|
62
65
|
type: :runtime
|
|
63
66
|
prerelease: false
|
|
64
67
|
version_requirements: !ruby/object:Gem::Requirement
|
|
65
68
|
requirements:
|
|
66
|
-
- - "
|
|
69
|
+
- - ">="
|
|
67
70
|
- !ruby/object:Gem::Version
|
|
68
71
|
version: '1.16'
|
|
72
|
+
- - "<"
|
|
73
|
+
- !ruby/object:Gem::Version
|
|
74
|
+
version: '3.0'
|
|
69
75
|
- !ruby/object:Gem::Dependency
|
|
70
76
|
name: parseconfig
|
|
71
77
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -80,20 +86,6 @@ dependencies:
|
|
|
80
86
|
- - "~>"
|
|
81
87
|
- !ruby/object:Gem::Version
|
|
82
88
|
version: '1.0'
|
|
83
|
-
- !ruby/object:Gem::Dependency
|
|
84
|
-
name: rspec
|
|
85
|
-
requirement: !ruby/object:Gem::Requirement
|
|
86
|
-
requirements:
|
|
87
|
-
- - "~>"
|
|
88
|
-
- !ruby/object:Gem::Version
|
|
89
|
-
version: '3.7'
|
|
90
|
-
type: :runtime
|
|
91
|
-
prerelease: false
|
|
92
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
93
|
-
requirements:
|
|
94
|
-
- - "~>"
|
|
95
|
-
- !ruby/object:Gem::Version
|
|
96
|
-
version: '3.7'
|
|
97
89
|
- !ruby/object:Gem::Dependency
|
|
98
90
|
name: xdg
|
|
99
91
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -142,14 +134,14 @@ dependencies:
|
|
|
142
134
|
requirements:
|
|
143
135
|
- - "~>"
|
|
144
136
|
- !ruby/object:Gem::Version
|
|
145
|
-
version: '1'
|
|
137
|
+
version: '1.13'
|
|
146
138
|
type: :runtime
|
|
147
139
|
prerelease: false
|
|
148
140
|
version_requirements: !ruby/object:Gem::Requirement
|
|
149
141
|
requirements:
|
|
150
142
|
- - "~>"
|
|
151
143
|
- !ruby/object:Gem::Version
|
|
152
|
-
version: '1'
|
|
144
|
+
version: '1.13'
|
|
153
145
|
- !ruby/object:Gem::Dependency
|
|
154
146
|
name: notifier
|
|
155
147
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -244,15 +236,15 @@ files:
|
|
|
244
236
|
- lib/latex_curriculum_vitae/notifier.rb
|
|
245
237
|
- lib/latex_curriculum_vitae/outfile.rb
|
|
246
238
|
- lib/latex_curriculum_vitae/version.rb
|
|
247
|
-
homepage: https://
|
|
239
|
+
homepage: https://github.com/saigkill/latex_curriculum_vitae
|
|
248
240
|
licenses:
|
|
249
241
|
- GPL-3.0
|
|
250
242
|
metadata:
|
|
251
|
-
homepage_uri: https://
|
|
252
|
-
changelog_uri: https://
|
|
253
|
-
source_code_uri: https://
|
|
254
|
-
documentation_uri: https://saschamanns.de/
|
|
255
|
-
bug_tracker_uri: https://
|
|
243
|
+
homepage_uri: https://github.com/saigkill/latex_curriculum_vitae/issues
|
|
244
|
+
changelog_uri: https://github.com/saigkill/latex_curriculum_vitae/blob/master/CHANGELOG.md
|
|
245
|
+
source_code_uri: https://github.com/saigkill/latex_curriculum_vitae
|
|
246
|
+
documentation_uri: https://saschamanns.de/docs/latex_curriculum_vitae/index.html
|
|
247
|
+
bug_tracker_uri: https://github.com/saigkill/latex_curriculum_vitae/issues
|
|
256
248
|
post_install_message:
|
|
257
249
|
rdoc_options: []
|
|
258
250
|
require_paths:
|
|
@@ -269,7 +261,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
269
261
|
version: '0'
|
|
270
262
|
requirements: []
|
|
271
263
|
rubyforge_project:
|
|
272
|
-
rubygems_version: 2.6.
|
|
264
|
+
rubygems_version: 2.7.6.2
|
|
273
265
|
signing_key:
|
|
274
266
|
specification_version: 4
|
|
275
267
|
summary: Tool to write your job applications
|