latex_curriculum_vitae 1.2.0 → 1.2.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 +4 -4
- data/.scrutinizer.yml +4 -0
- data/Gemfile +1 -1
- data/Gemfile.lock +33 -11
- data/History.rdoc +13 -0
- data/README.rdoc +4 -2
- data/data/latex_curriculum_vitae/Pictures/Sascha.jpg +0 -0
- data/data/latex_curriculum_vitae/Resume/cv_10.tex +7 -7
- data/data/latex_curriculum_vitae/Resume/friggeri-cv.cls +2 -2
- data/lib/latex_curriculum_vitae.rb +3 -11
- data/lib/latex_curriculum_vitae/email.rb +6 -10
- data/lib/latex_curriculum_vitae/entityfile.rb +1 -1
- metadata +16 -16
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ab75ff0c4a57dffce010b271ab1e247576f7745e
|
|
4
|
+
data.tar.gz: bea5f0d99c55d7bc650e1c1c7632e7b56997df22
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a9b4e176bff6fa091b8ccf18bcc2acbdc1aa271f5e3ad16696285998568fbbf9ec9e316d936a7bbb52b932e4591ef5642fff4457da16ba7daf4080f306558e6c
|
|
7
|
+
data.tar.gz: 507481664796fd89659ae8481ae5aa1c6b412489f1a6365e4e7d51c259280760da1514c7018bcb45402ef02801da9ee4ea82ef189dde07b999493b689d3670d5
|
data/.scrutinizer.yml
CHANGED
data/Gemfile
CHANGED
|
@@ -10,7 +10,6 @@ gem "pony", "~>1.11"
|
|
|
10
10
|
gem "combine_pdf", "~>0.2"
|
|
11
11
|
|
|
12
12
|
gem "hoe-highline", "~>0.2", :group => [:development, :test]
|
|
13
|
-
gem "rdoc", "~>4.0", :group => [:development, :test]
|
|
14
13
|
gem "hoe-bundler", "~>1.3", :group => [:development, :test]
|
|
15
14
|
gem "hoe-doofus", "~>1.0", :group => [:development, :test]
|
|
16
15
|
gem "hoe-git", "~>1.6", :group => [:development, :test]
|
|
@@ -28,5 +27,6 @@ gem "rainbow", "~>2.0", :group => [:development, :test]
|
|
|
28
27
|
gem "bundler", "~>1.11", :group => [:development, :test]
|
|
29
28
|
gem "parseconfig", "~>1.0", :group => [:development, :test]
|
|
30
29
|
gem "rspec", "~>3.5", :group => [:development, :test]
|
|
30
|
+
gem "rdoc", "~>4.0", :group => [:development, :test]
|
|
31
31
|
|
|
32
32
|
# vim: syntax=ruby
|
data/Gemfile.lock
CHANGED
|
@@ -2,10 +2,18 @@ GEM
|
|
|
2
2
|
remote: https://rubygems.org/
|
|
3
3
|
specs:
|
|
4
4
|
ast (2.3.0)
|
|
5
|
+
axiom-types (0.1.1)
|
|
6
|
+
descendants_tracker (~> 0.0.4)
|
|
7
|
+
ice_nine (~> 0.11.0)
|
|
8
|
+
thread_safe (~> 0.3, >= 0.3.1)
|
|
5
9
|
bundler-audit (0.5.0)
|
|
6
10
|
bundler (~> 1.2)
|
|
7
11
|
thor (~> 0.18)
|
|
8
|
-
|
|
12
|
+
codeclimate-engine-rb (0.3.1)
|
|
13
|
+
virtus (~> 1.0)
|
|
14
|
+
coercible (1.0.0)
|
|
15
|
+
descendants_tracker (~> 0.0.1)
|
|
16
|
+
combine_pdf (0.2.31)
|
|
9
17
|
ruby-rc4 (>= 0.1.5)
|
|
10
18
|
coveralls (0.8.15)
|
|
11
19
|
json (>= 1.8, < 3)
|
|
@@ -13,10 +21,13 @@ GEM
|
|
|
13
21
|
term-ansicolor (~> 1.3)
|
|
14
22
|
thor (~> 0.19.1)
|
|
15
23
|
tins (>= 1.6.0, < 2)
|
|
24
|
+
descendants_tracker (0.0.4)
|
|
25
|
+
thread_safe (~> 0.3, >= 0.3.1)
|
|
16
26
|
diff-lcs (1.2.5)
|
|
17
27
|
docile (1.1.5)
|
|
28
|
+
equalizer (0.0.11)
|
|
18
29
|
highline (1.7.8)
|
|
19
|
-
hoe (3.15.
|
|
30
|
+
hoe (3.15.2)
|
|
20
31
|
rake (>= 0.8, < 12.0)
|
|
21
32
|
hoe-bundler (1.3.0)
|
|
22
33
|
hoe (>= 2.2.0)
|
|
@@ -29,9 +40,9 @@ GEM
|
|
|
29
40
|
bundler-audit (~> 0.4)
|
|
30
41
|
parseconfig (~> 1.0)
|
|
31
42
|
rainbow (~> 2.1)
|
|
32
|
-
hoe-reek (1.1.
|
|
43
|
+
hoe-reek (1.1.6)
|
|
33
44
|
bundler (~> 1.11)
|
|
34
|
-
|
|
45
|
+
reek (~> 4.4)
|
|
35
46
|
hoe-rubocop (1.0.6)
|
|
36
47
|
bundler (~> 1.11)
|
|
37
48
|
hoe (~> 3.14)
|
|
@@ -39,6 +50,7 @@ GEM
|
|
|
39
50
|
hoe-rubygems (1.0.0)
|
|
40
51
|
hoe-seattlerb (1.3.5)
|
|
41
52
|
hoe-version (1.2.0)
|
|
53
|
+
ice_nine (0.11.2)
|
|
42
54
|
json (1.8.3)
|
|
43
55
|
mail (2.6.4)
|
|
44
56
|
mime-types (>= 1.16, < 4)
|
|
@@ -47,20 +59,24 @@ GEM
|
|
|
47
59
|
mime-types-data (3.2016.0521)
|
|
48
60
|
notifier (0.5.2)
|
|
49
61
|
parseconfig (1.0.8)
|
|
50
|
-
parser (2.3.1.
|
|
62
|
+
parser (2.3.1.4)
|
|
51
63
|
ast (~> 2.2)
|
|
52
64
|
pony (1.11)
|
|
53
65
|
mail (>= 2.0)
|
|
54
66
|
powerpack (0.1.1)
|
|
55
67
|
rainbow (2.1.0)
|
|
56
|
-
rake (11.
|
|
68
|
+
rake (11.3.0)
|
|
57
69
|
rdoc (4.2.2)
|
|
58
70
|
json (~> 1.4)
|
|
71
|
+
reek (4.4.2)
|
|
72
|
+
codeclimate-engine-rb (~> 0.3.1)
|
|
73
|
+
parser (~> 2.3.1, >= 2.3.1.2)
|
|
74
|
+
rainbow (~> 2.0)
|
|
59
75
|
rspec (3.5.0)
|
|
60
76
|
rspec-core (~> 3.5.0)
|
|
61
77
|
rspec-expectations (~> 3.5.0)
|
|
62
78
|
rspec-mocks (~> 3.5.0)
|
|
63
|
-
rspec-core (3.5.
|
|
79
|
+
rspec-core (3.5.4)
|
|
64
80
|
rspec-support (~> 3.5.0)
|
|
65
81
|
rspec-expectations (3.5.0)
|
|
66
82
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
@@ -69,7 +85,7 @@ GEM
|
|
|
69
85
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
70
86
|
rspec-support (~> 3.5.0)
|
|
71
87
|
rspec-support (3.5.0)
|
|
72
|
-
rubocop (0.
|
|
88
|
+
rubocop (0.43.0)
|
|
73
89
|
parser (>= 2.3.1.1, < 3.0)
|
|
74
90
|
powerpack (~> 0.1)
|
|
75
91
|
rainbow (>= 1.99.1, < 3.0)
|
|
@@ -83,11 +99,17 @@ GEM
|
|
|
83
99
|
json (>= 1.8, < 3)
|
|
84
100
|
simplecov-html (~> 0.10.0)
|
|
85
101
|
simplecov-html (0.10.0)
|
|
86
|
-
term-ansicolor (1.
|
|
102
|
+
term-ansicolor (1.4.0)
|
|
87
103
|
tins (~> 1.0)
|
|
88
104
|
thor (0.19.1)
|
|
105
|
+
thread_safe (0.3.5)
|
|
89
106
|
tins (1.12.0)
|
|
90
|
-
unicode-display_width (1.1.
|
|
107
|
+
unicode-display_width (1.1.1)
|
|
108
|
+
virtus (1.0.5)
|
|
109
|
+
axiom-types (~> 0.1)
|
|
110
|
+
coercible (~> 1.0)
|
|
111
|
+
descendants_tracker (~> 0.0, >= 0.0.3)
|
|
112
|
+
equalizer (~> 0.0, >= 0.0.9)
|
|
91
113
|
|
|
92
114
|
PLATFORMS
|
|
93
115
|
ruby
|
|
@@ -118,4 +140,4 @@ DEPENDENCIES
|
|
|
118
140
|
simplecov (~> 0.12)
|
|
119
141
|
|
|
120
142
|
BUNDLED WITH
|
|
121
|
-
1.
|
|
143
|
+
1.13.3
|
data/History.rdoc
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
=== 1.2.2 / 2016-10-12
|
|
2
|
+
|
|
3
|
+
* 2 minor enhancement
|
|
4
|
+
|
|
5
|
+
* removed cleanup dir (fix LCV-2 Implement a split funktion)
|
|
6
|
+
* write csv before preview in pdf viewer (LCV-3 Move up the csv method)
|
|
7
|
+
|
|
8
|
+
=== 1.2.1 / 2016-10-05
|
|
9
|
+
|
|
10
|
+
* 1 minor enhancement
|
|
11
|
+
|
|
12
|
+
* shortened support targetlock for entityfile
|
|
13
|
+
|
|
1
14
|
=== 1.2.0 / 2016-08-08
|
|
2
15
|
|
|
3
16
|
* 2 major enhancement
|
data/README.rdoc
CHANGED
|
@@ -5,13 +5,15 @@ code :: https://github.com/saigkill/latex_curriculum_vitae
|
|
|
5
5
|
docs :: https://saigkill.github.io/docs/latex_curriculum_vitae/index
|
|
6
6
|
bugs :: https://saigkill.myjetbrains.com/youtrack/issues
|
|
7
7
|
openhub statistics :: https://www.openhub.net/p/latex_curriculum_vitae
|
|
8
|
+
min. rubyver :: 2.2.0
|
|
8
9
|
license :: {<img src="http://img.shields.io/:license-mit-blue.svg" />}[https://gitlab.com/saigkill/latex_curriculum_vitae/blob/master/LICENSE.rdoc]
|
|
9
10
|
last public version :: {<img src="https://badge.fury.io/rb/latex_curriculum_vitae.png" alt="Build Status" />}[http://rubygems.org/gems/latex_curriculum_vitae]
|
|
10
11
|
downloads latest :: {<img src="https://img.shields.io/gem/dtv/latex_curriculum_vitae.svg" alt="Build Status" />}[http://rubygems.org/gems/latex_curriculum_vitae]
|
|
11
12
|
downloads all :: {<img src="https://img.shields.io/gem/dt/latex_curriculum_vitae.svg" alt="Build Status" />}[http://rubygems.org/gems/latex_curriculum_vitae]
|
|
12
|
-
code quality :: {<img src="https://scrutinizer-ci.com/g/saigkill/latex_curriculum_vitae/badges/quality-score.png?b=master" />}[https://scrutinizer-ci.com/g/saigkill/latex_curriculum_vitae/]
|
|
13
|
+
code quality master :: {<img src="https://scrutinizer-ci.com/g/saigkill/latex_curriculum_vitae/badges/quality-score.png?b=master" />}[https://scrutinizer-ci.com/g/saigkill/latex_curriculum_vitae/]
|
|
14
|
+
code quality develop :: {<img src="https://scrutinizer-ci.com/g/saigkill/latex_curriculum_vitae/badges/quality-score.png?b=develop" />}[https://scrutinizer-ci.com/g/saigkill/latex_curriculum_vitae/]
|
|
13
15
|
code quality :: {<img src="https://codeclimate.com/github/saigkill/latex_curriculum_vitae/badges/gpa.svg" alt="Code Quality" />}[https://codeclimate.com/github/saigkill/latex_curriculum_vitae]
|
|
14
|
-
code quailty :: {<img src="https://api.codacy.com/project/badge/Grade/c62d870ee3214b49b10fbd4be45c1a9b" alt="Codacy code quality" />}[https://www.codacy.com/app/samannsml/latex_curriculum_vitae
|
|
16
|
+
code quailty :: {<img src="https://api.codacy.com/project/badge/Grade/c62d870ee3214b49b10fbd4be45c1a9b" alt="Codacy code quality" />}[https://www.codacy.com/app/samannsml/latex_curriculum_vitae]
|
|
15
17
|
dependency check :: {<img src="https://gemnasium.com/saigkill/latex_curriculum_vitae.svg" alt="Dependency Status" />}[https://gemnasium.com/saigkill/latex_curriculum_vitae]
|
|
16
18
|
documentation quality :: {<img src="http://inch-ci.org/github/saigkill/latex_curriculum_vitae.svg?branch=master" alt="Documentation Quality" />}[http://inch-ci.org/github/saigkill/latex_curriculum_vitae]
|
|
17
19
|
donations :: {<img src="https://pledgie.com/campaigns/30094.png?skin_name=chrome" alt="Build Status" />}[https://pledgie.com/campaigns/30094]
|
|
Binary file
|
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
\documentclass[a4paper,latin]{friggeri-cv} % Add 'print' as an option into the square bracket to remove colors from this template for printing
|
|
23
23
|
\hypersetup{
|
|
24
24
|
pdftitle={Bewerbungsunterlagen von Sascha Manns}, %%
|
|
25
|
-
pdfauthor={Sascha
|
|
25
|
+
pdfauthor={Sascha Manns}, %%
|
|
26
26
|
pdfsubject={Bewerbungsunterlagen}, %%
|
|
27
27
|
pdfcreator={XeLaTEX and Biber with hyperref-package.},
|
|
28
|
-
pdfproducer={Sascha
|
|
28
|
+
pdfproducer={Sascha Manns, Mayen}, %%
|
|
29
29
|
pdfkeywords={Manns, Mayen, Bewerbung, IT, Community, Linux, Programmierer, Dispatcher, Buchautor, Schriftsteller, Geschäftsprozess} %%
|
|
30
30
|
}
|
|
31
31
|
\usepackage{pdfpages}
|
|
@@ -38,7 +38,7 @@ pdfkeywords={Manns, Mayen, Bewerbung, IT, Community, Linux, Programmierer, Dispa
|
|
|
38
38
|
\begin{document}
|
|
39
39
|
%\includepdf{../Cover/Cover}
|
|
40
40
|
|
|
41
|
-
\header{Sascha
|
|
41
|
+
\header{Sascha}{Manns}{Supporter/Documentation Specialist} % Your name and current job title/field
|
|
42
42
|
|
|
43
43
|
%----------------------------------------------------------------------------------------
|
|
44
44
|
% SIDEBAR SECTION
|
|
@@ -51,6 +51,7 @@ Maifeldstraße 10
|
|
|
51
51
|
Germany
|
|
52
52
|
~
|
|
53
53
|
+49 (1573) 924 2730
|
|
54
|
+
+49 (2651) 40 14 045
|
|
54
55
|
~
|
|
55
56
|
\href{mailto:Sascha.Manns@directbox.com}{Sascha.Manns@directbox.com}\includegraphics[width=0.3cm]{../Pictures/email.png}
|
|
56
57
|
\href{http://saigkill.github.io}{saigkill.github.io}\includegraphics[width=0.3cm]{../Pictures/aboutme.png}
|
|
@@ -61,7 +62,7 @@ Geburtsdatum: 01.10.1979
|
|
|
61
62
|
\href{https://www.facebook.com/sascha.manns}{sascha.manns}\includegraphics[width=0.3cm]{../Pictures/facebook.png}
|
|
62
63
|
\href{https://plus.google.com/+SaschaManns}{+SaschaManns}\includegraphics[width=0.3cm]{../Pictures/google-plus.png}
|
|
63
64
|
\href{https://twitter.com/saigkill}{saigkill}\includegraphics[width=0.3cm]{../Pictures/twitter.png}
|
|
64
|
-
|
|
65
|
+
%\href{https://coderbits.com/saigkill}{saigkill}\includegraphics[width=0.3cm]{../Pictures/coderbits.png}
|
|
65
66
|
\section{Fremdsprachen}
|
|
66
67
|
Deutsch \progressbar[linecolor=blue,tickscolor=orange,emptycolor=white,filledcolor=blue]{1.0}
|
|
67
68
|
Englisch \progressbar[linecolor=blue,tickscolor=orange,emptycolor=white,filledcolor=blue]{0.6}
|
|
@@ -84,14 +85,13 @@ Russisch \progressbar[linecolor=blue,tickscolor=orange,emptycolor=white,filledco
|
|
|
84
85
|
\entry{09/2015--jetzt}
|
|
85
86
|
{Myself}
|
|
86
87
|
{Homeoffice}
|
|
87
|
-
{\emph{
|
|
88
|
-
Buchprojekt zur Flüchtlingssituation in Europa.
|
|
88
|
+
{\emph{Aktive Bewerbungsphase}
|
|
89
89
|
}
|
|
90
90
|
%------------------------------------------------
|
|
91
91
|
\entry{09/2014--09/2015}
|
|
92
92
|
{XCOM AG}
|
|
93
93
|
{Andernach}
|
|
94
|
-
{\emph{
|
|
94
|
+
{\emph{Documentation Specialist} \\
|
|
95
95
|
Detailierte Aufgaben:
|
|
96
96
|
\begin{itemize}
|
|
97
97
|
\item Autor Geschäftsprozessdokumentation (Software \& Bankwesen)
|
|
@@ -51,10 +51,10 @@
|
|
|
51
51
|
|
|
52
52
|
\newfontfamily\bodyfont[]{Koblenz Serial}
|
|
53
53
|
\newfontfamily\thinfont[]{Koblenz Serial Light}
|
|
54
|
-
\newfontfamily\headingfont[]{Koblenz Serial Bold}
|
|
54
|
+
\newfontfamily\headingfont[]{Koblenz Serial Bold} % Koblenz Serial Bold
|
|
55
55
|
|
|
56
56
|
\defaultfontfeatures{Mapping=tex-text}
|
|
57
|
-
\setmainfont[Mapping=tex-text, Color=textcolor]{Newcastle Pro Light
|
|
57
|
+
\setmainfont[Mapping=tex-text, Color=textcolor]{Isonorm Pro} % Newcastle Pro Light
|
|
58
58
|
|
|
59
59
|
%\setmathfont{XITS Math}
|
|
60
60
|
|
|
@@ -23,7 +23,7 @@ require File.expand_path(File.join(File.dirname(__FILE__), 'latex_curriculum_vit
|
|
|
23
23
|
# Main Class LatexCurriculumVitae
|
|
24
24
|
module LatexCurriculumVitae
|
|
25
25
|
# The version information
|
|
26
|
-
VERSION = '1.2.
|
|
26
|
+
VERSION = '1.2.2'
|
|
27
27
|
|
|
28
28
|
# Variables
|
|
29
29
|
home = Dir.home
|
|
@@ -64,19 +64,11 @@ module LatexCurriculumVitae
|
|
|
64
64
|
# Start evince to check the output file
|
|
65
65
|
system("#{pdf_reader} #{home}/.latex_curriculum_vitae/#{name_of_pdf}.pdf")
|
|
66
66
|
|
|
67
|
-
# Ask if result is ok
|
|
68
|
-
LatexCurriculumVitae::Email.resultok(contact, emailaddress, jobtitle, contact_sex, proactive, letter, name_of_pdf)
|
|
69
|
-
|
|
70
67
|
# Add entry to Outfile
|
|
71
68
|
CVOutfile.add_to_outfile(jobtitle, company, contact, emailaddress, csvout)
|
|
72
69
|
|
|
73
|
-
#
|
|
74
|
-
|
|
75
|
-
allfiles = Dir.glob("*")
|
|
76
|
-
allfiles.each do |data|
|
|
77
|
-
File.delete(data)
|
|
78
|
-
end
|
|
79
|
-
end
|
|
70
|
+
# Ask if result is ok
|
|
71
|
+
LatexCurriculumVitae::Email.resultok(contact, emailaddress, jobtitle, contact_sex, proactive, letter, name_of_pdf)
|
|
80
72
|
|
|
81
73
|
# Inform about creation is done
|
|
82
74
|
LatexCurriculumVitae::Notify.run(jobtitle)
|
|
@@ -102,10 +102,8 @@ und würde mich sehr über ein Vorstellungsgespräch freuen.
|
|
|
102
102
|
|
|
103
103
|
--
|
|
104
104
|
Yours sincerly
|
|
105
|
-
Sascha Manns
|
|
106
|
-
- Autor Geschäftsprozess & Anwendungsdokumentation -
|
|
107
|
-
- Schriftsteller -
|
|
108
105
|
|
|
106
|
+
Sascha Manns
|
|
109
107
|
Maifeldstraße 10
|
|
110
108
|
56727 Mayen
|
|
111
109
|
Phone: +49-2651-4014045 (home)
|
|
@@ -113,8 +111,8 @@ Phone: +49-1573-9242730 (mobile)
|
|
|
113
111
|
Email: Sascha.Manns@directbox.com
|
|
114
112
|
Web: http://saigkill.github.io
|
|
115
113
|
Jabber: saigkill@jabber.org
|
|
116
|
-
GPG:
|
|
117
|
-
|
|
114
|
+
GPG: FA19BD01 @ hkp://keyserver.ubuntu.com
|
|
115
|
+
S/MIME: 084E5A5C @ cacert.org
|
|
118
116
|
EOF
|
|
119
117
|
else
|
|
120
118
|
body =<<EOF
|
|
@@ -124,10 +122,8 @@ Meine Bewerbungsunterlagen samt des offiziellen Anschreibens sind der Mail als A
|
|
|
124
122
|
|
|
125
123
|
--
|
|
126
124
|
Yours sincerly
|
|
127
|
-
Sascha Manns
|
|
128
|
-
- Autor Geschäftsprozess & Anwendungsdokumentation -
|
|
129
|
-
- Schriftsteller -
|
|
130
125
|
|
|
126
|
+
Sascha Manns
|
|
131
127
|
Maifeldstraße 10
|
|
132
128
|
56727 Mayen
|
|
133
129
|
Phone: +49-2651-4014045 (home)
|
|
@@ -135,8 +131,8 @@ Phone: +49-1573-9242730 (mobile)
|
|
|
135
131
|
Email: Sascha.Manns@directbox.com
|
|
136
132
|
Web: http://saigkill.github.io
|
|
137
133
|
Jabber: saigkill@jabber.org
|
|
138
|
-
GPG:
|
|
139
|
-
|
|
134
|
+
GPG: FA19BD01 @ hkp://keyserver.ubuntu.com
|
|
135
|
+
S/MIME: 084E5A5C @ cacert.org
|
|
140
136
|
|
|
141
137
|
EOF
|
|
142
138
|
end
|
|
@@ -140,7 +140,7 @@ EOF
|
|
|
140
140
|
if target == 'doku'
|
|
141
141
|
targetblock = 'Neben der Beschreibungssprache DocBook samt XSL-FO lernte ich die Satzsprache \\LaTeX. \\\\ Selbstständig erarbeitete ich mir Kenntnisse in der Programmiersprache Ruby, sowie der Web-App-Entwicklung (Technische Hochschule Mittelrhein).\\\\'
|
|
142
142
|
elsif target == 'support'
|
|
143
|
-
targetblock = 'Im IT-Support hatte ich bereits erste Führungserfahrung als Dispatcher \\&Controller.
|
|
143
|
+
targetblock = 'Im IT-Support hatte ich bereits erste Führungserfahrung als Dispatcher \\&Controller. Selbstständig erarbeitete ich mir Kenntnisse in der Programmiersprache Ruby, sowie der Web-App-Entwicklung (Technische Hochschule Mittelrhein).\\\\'
|
|
144
144
|
else
|
|
145
145
|
targetblock = 'Im kaufmännischen Bereich habe ich bereits vielfältige Erfahrungen im Einkauf, Verkauf, Öffentlichkeitsarbeit und Vertrieb gemacht und bin stets bereit neues zu lernen.\\\\'
|
|
146
146
|
end
|
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: 1.2.
|
|
4
|
+
version: 1.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sascha Manns
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-10-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: setup
|
|
@@ -80,20 +80,6 @@ dependencies:
|
|
|
80
80
|
- - "~>"
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
82
|
version: '0.2'
|
|
83
|
-
- !ruby/object:Gem::Dependency
|
|
84
|
-
name: rdoc
|
|
85
|
-
requirement: !ruby/object:Gem::Requirement
|
|
86
|
-
requirements:
|
|
87
|
-
- - "~>"
|
|
88
|
-
- !ruby/object:Gem::Version
|
|
89
|
-
version: '4.0'
|
|
90
|
-
type: :development
|
|
91
|
-
prerelease: false
|
|
92
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
93
|
-
requirements:
|
|
94
|
-
- - "~>"
|
|
95
|
-
- !ruby/object:Gem::Version
|
|
96
|
-
version: '4.0'
|
|
97
83
|
- !ruby/object:Gem::Dependency
|
|
98
84
|
name: hoe-bundler
|
|
99
85
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -332,6 +318,20 @@ dependencies:
|
|
|
332
318
|
- - "~>"
|
|
333
319
|
- !ruby/object:Gem::Version
|
|
334
320
|
version: '3.5'
|
|
321
|
+
- !ruby/object:Gem::Dependency
|
|
322
|
+
name: rdoc
|
|
323
|
+
requirement: !ruby/object:Gem::Requirement
|
|
324
|
+
requirements:
|
|
325
|
+
- - "~>"
|
|
326
|
+
- !ruby/object:Gem::Version
|
|
327
|
+
version: '4.0'
|
|
328
|
+
type: :development
|
|
329
|
+
prerelease: false
|
|
330
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
331
|
+
requirements:
|
|
332
|
+
- - "~>"
|
|
333
|
+
- !ruby/object:Gem::Version
|
|
334
|
+
version: '4.0'
|
|
335
335
|
description: |-
|
|
336
336
|
latex_curriculum_vitae is a Rubygem which help you to write your job applications. The program aks you for all relevant data for compiling
|
|
337
337
|
the curriculum vitae. It builds the motivational letter (if chosen in the gui), the cover and the cv. The resulting pdf will be found
|