latex_curriculum_vitae 2.1.1 → 2.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CONTRIBUTING.md +2 -16
- data/Gemfile +2 -2
- data/Gemfile.lock +146 -144
- data/History.rdoc +139 -133
- data/Manifest.txt +68 -69
- data/README.rdoc +83 -84
- data/Rakefile +119 -119
- data/bin/latexcv.rb +19 -19
- data/data/latex_curriculum_vitae/Cover/Cover.tex +141 -141
- data/data/latex_curriculum_vitae/Motivational_Letter/bwanschreiben.tex +204 -204
- data/data/latex_curriculum_vitae/Resume/cv_10.tex +440 -440
- data/data/latex_curriculum_vitae/Resume/friggeri-cv.cls +349 -349
- data/etc/latex_curriculum_vitae.cfg +15 -15
- data/etc/personal_data.tex +10 -10
- data/lib/latex_curriculum_vitae.rb +112 -112
- data/lib/latex_curriculum_vitae/cover.rb +32 -32
- data/lib/latex_curriculum_vitae/cv.rb +103 -103
- data/lib/latex_curriculum_vitae/email.rb +245 -245
- data/lib/latex_curriculum_vitae/entityfile.rb +186 -186
- data/lib/latex_curriculum_vitae/get-config.rb +58 -58
- data/lib/latex_curriculum_vitae/letter.rb +35 -35
- data/lib/latex_curriculum_vitae/notifier.rb +36 -36
- data/lib/latex_curriculum_vitae/outfile.rb +54 -54
- metadata +7 -8
- data/NEWS +0 -128
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9ab0d19a5973fa3a07520f03c6edfc01249e70233ba03c336b2b0ffdd51e01fb
|
4
|
+
data.tar.gz: 65cf0a2f3bd781cd299a806e1526ed5fc8c8906b48f699de218275861367734f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b4aa7be8599e160ad695eb87f2d06cd57be81a551776be419c6ad68c623b4ce9e9500829269d2785bc19a7b3f4568a8785a00ec147cb9b7cf9f68636b7a4c33b
|
7
|
+
data.tar.gz: 81d7030c64a26afa63a679b4d8319c6d219cc42d90ee2754d59e899bc1458b40a779e1d4a03dc1cadbce02c4d4410ce719453806784ef4435be89a15e9db4c34
|
data/CONTRIBUTING.md
CHANGED
@@ -1,24 +1,10 @@
|
|
1
|
-
# How to Contribute to latex_curriculum_vitae
|
2
|
-
|
3
|
-
:+1::tada: First off, thanks for taking the time to contribute! :tada::+1:
|
4
|
-
|
5
|
-
## Reporting Bugs
|
6
|
-
|
7
|
-
* Ensure the bug was not already reported, see the
|
8
|
-
[Issue Tracker](https://github.com/saigkill/latex_curriculum_vitae/issues) on GitHub.
|
9
|
-
* Open an issue or reference an existing one
|
10
|
-
* Assign yourself to the issue when you are working on it
|
11
|
-
* Reference the issue number (with `#NUMBER`) in your pull request
|
12
|
-
|
13
|
-
Thanks! :heart: :heart: :heart:
|
14
|
-
|
15
1
|
# IDEAS:
|
16
2
|
|
17
|
-
* Add ideas on: https://github.com/saigkill/
|
3
|
+
* Add ideas on: https://github.com/saigkill/latex_curriculum_vitae/issues
|
18
4
|
|
19
5
|
## COOL HACKS:
|
20
6
|
|
21
|
-
* Open a bugreport on https://github.com/saigkill/
|
7
|
+
* Open a bugreport on https://github.com/saigkill/latex_curriculum_vitae/issues.
|
22
8
|
* Please use the -u flag when generating the patch as it makes the patch
|
23
9
|
more readable.
|
24
10
|
* Write a good explanation of what the patch does.
|
data/Gemfile
CHANGED
@@ -21,8 +21,8 @@ gem "hoe-version", "~>1.2", :group => [:development, :test]
|
|
21
21
|
gem "hoe", "~>3.17", :group => [:development, :test]
|
22
22
|
gem "rake", "~>12.3", :group => [:development, :test]
|
23
23
|
gem "rdoc", "~>6.0", :group => [:development, :test]
|
24
|
-
gem "reek", "~>4.
|
25
|
-
gem "rubocop", "~>0.
|
24
|
+
gem "reek", "~>4.7", :group => [:development, :test]
|
25
|
+
gem "rubocop", "~>0.57", :group => [:development, :test]
|
26
26
|
gem "coveralls", "~>0.8", :group => [:development, :test]
|
27
27
|
gem "rainbow", "~>3.0", :group => [:development, :test]
|
28
28
|
gem "bundler", "~>1.16", :group => [:development, :test]
|
data/Gemfile.lock
CHANGED
@@ -1,144 +1,146 @@
|
|
1
|
-
GEM
|
2
|
-
remote: https://rubygems.org/
|
3
|
-
specs:
|
4
|
-
ast (2.4.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)
|
9
|
-
bundler-audit (0.6.0)
|
10
|
-
bundler (~> 1.2)
|
11
|
-
thor (~> 0.18)
|
12
|
-
codeclimate-engine-rb (0.4.1)
|
13
|
-
virtus (~> 1.0)
|
14
|
-
coercible (1.0.0)
|
15
|
-
descendants_tracker (~> 0.0.1)
|
16
|
-
combine_pdf (1.0.
|
17
|
-
ruby-rc4 (>= 0.1.5)
|
18
|
-
coveralls (0.8.21)
|
19
|
-
json (>= 1.8, < 3)
|
20
|
-
simplecov (~> 0.14.1)
|
21
|
-
term-ansicolor (~> 1.3)
|
22
|
-
thor (~> 0.19.4)
|
23
|
-
tins (~> 1.6)
|
24
|
-
descendants_tracker (0.0.4)
|
25
|
-
thread_safe (~> 0.3, >= 0.3.1)
|
26
|
-
diff-lcs (1.3)
|
27
|
-
docile (1.1.5)
|
28
|
-
equalizer (0.0.11)
|
29
|
-
hashie (1.2.0)
|
30
|
-
hoe (3.17.0)
|
31
|
-
rake (>= 0.8, < 13.0)
|
32
|
-
hoe-bundler (1.4.0)
|
33
|
-
hoe-git (1.6.0)
|
34
|
-
hoe-manns (2.1.
|
35
|
-
bundler-audit (~> 0.6)
|
36
|
-
rainbow (~> 3.0)
|
37
|
-
hoe-reek (1.2.
|
38
|
-
bundler (~> 1.16)
|
39
|
-
reek (~> 4.8)
|
40
|
-
hoe-rubocop (1.0.9)
|
41
|
-
bundler (~> 1.16)
|
42
|
-
rubocop (~> 0.55)
|
43
|
-
hoe-rubygems (1.0.0)
|
44
|
-
hoe-travis (1.3.1)
|
45
|
-
hoe (~> 3.0)
|
46
|
-
hoe-version (1.2.0)
|
47
|
-
httparty (0.13.7)
|
48
|
-
json (~> 1.8)
|
49
|
-
multi_xml (>= 0.5.2)
|
50
|
-
ice_nine (0.11.2)
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
rspec-
|
74
|
-
rspec-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
hoe
|
125
|
-
hoe-
|
126
|
-
hoe-
|
127
|
-
hoe-
|
128
|
-
hoe-
|
129
|
-
hoe-
|
130
|
-
hoe-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
1
|
+
GEM
|
2
|
+
remote: https://rubygems.org/
|
3
|
+
specs:
|
4
|
+
ast (2.4.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)
|
9
|
+
bundler-audit (0.6.0)
|
10
|
+
bundler (~> 1.2)
|
11
|
+
thor (~> 0.18)
|
12
|
+
codeclimate-engine-rb (0.4.1)
|
13
|
+
virtus (~> 1.0)
|
14
|
+
coercible (1.0.0)
|
15
|
+
descendants_tracker (~> 0.0.1)
|
16
|
+
combine_pdf (1.0.11)
|
17
|
+
ruby-rc4 (>= 0.1.5)
|
18
|
+
coveralls (0.8.21)
|
19
|
+
json (>= 1.8, < 3)
|
20
|
+
simplecov (~> 0.14.1)
|
21
|
+
term-ansicolor (~> 1.3)
|
22
|
+
thor (~> 0.19.4)
|
23
|
+
tins (~> 1.6)
|
24
|
+
descendants_tracker (0.0.4)
|
25
|
+
thread_safe (~> 0.3, >= 0.3.1)
|
26
|
+
diff-lcs (1.3)
|
27
|
+
docile (1.1.5)
|
28
|
+
equalizer (0.0.11)
|
29
|
+
hashie (1.2.0)
|
30
|
+
hoe (3.17.0)
|
31
|
+
rake (>= 0.8, < 13.0)
|
32
|
+
hoe-bundler (1.4.0)
|
33
|
+
hoe-git (1.6.0)
|
34
|
+
hoe-manns (2.1.3)
|
35
|
+
bundler-audit (~> 0.6)
|
36
|
+
rainbow (~> 3.0)
|
37
|
+
hoe-reek (1.2.4)
|
38
|
+
bundler (~> 1.16)
|
39
|
+
reek (~> 4.8)
|
40
|
+
hoe-rubocop (1.0.9)
|
41
|
+
bundler (~> 1.16)
|
42
|
+
rubocop (~> 0.55)
|
43
|
+
hoe-rubygems (1.0.0)
|
44
|
+
hoe-travis (1.3.1)
|
45
|
+
hoe (~> 3.0)
|
46
|
+
hoe-version (1.2.0)
|
47
|
+
httparty (0.13.7)
|
48
|
+
json (~> 1.8)
|
49
|
+
multi_xml (>= 0.5.2)
|
50
|
+
ice_nine (0.11.2)
|
51
|
+
jaro_winkler (1.5.1)
|
52
|
+
json (1.8.6)
|
53
|
+
mail (2.7.0)
|
54
|
+
mini_mime (>= 0.1.1)
|
55
|
+
mini_mime (1.0.0)
|
56
|
+
multi_xml (0.6.0)
|
57
|
+
notifier (0.5.2)
|
58
|
+
parallel (1.12.1)
|
59
|
+
parseconfig (1.0.8)
|
60
|
+
parser (2.5.1.0)
|
61
|
+
ast (~> 2.4.0)
|
62
|
+
pony (1.12)
|
63
|
+
mail (>= 2.0)
|
64
|
+
powerpack (0.1.2)
|
65
|
+
rainbow (3.0.0)
|
66
|
+
rake (12.3.1)
|
67
|
+
rdoc (6.0.4)
|
68
|
+
reek (4.8.2)
|
69
|
+
codeclimate-engine-rb (~> 0.4.0)
|
70
|
+
parser (>= 2.5.0.0, < 2.6)
|
71
|
+
rainbow (>= 2.0, < 4.0)
|
72
|
+
rspec (3.7.0)
|
73
|
+
rspec-core (~> 3.7.0)
|
74
|
+
rspec-expectations (~> 3.7.0)
|
75
|
+
rspec-mocks (~> 3.7.0)
|
76
|
+
rspec-core (3.7.1)
|
77
|
+
rspec-support (~> 3.7.0)
|
78
|
+
rspec-expectations (3.7.0)
|
79
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
80
|
+
rspec-support (~> 3.7.0)
|
81
|
+
rspec-mocks (3.7.0)
|
82
|
+
diff-lcs (>= 1.2.0, < 2.0)
|
83
|
+
rspec-support (~> 3.7.0)
|
84
|
+
rspec-support (3.7.1)
|
85
|
+
rubocop (0.57.2)
|
86
|
+
jaro_winkler (~> 1.5.1)
|
87
|
+
parallel (~> 1.10)
|
88
|
+
parser (>= 2.5)
|
89
|
+
powerpack (~> 0.1)
|
90
|
+
rainbow (>= 2.2.2, < 4.0)
|
91
|
+
ruby-progressbar (~> 1.7)
|
92
|
+
unicode-display_width (~> 1.0, >= 1.0.1)
|
93
|
+
ruby-progressbar (1.9.0)
|
94
|
+
ruby-rc4 (0.1.5)
|
95
|
+
simplecov (0.14.1)
|
96
|
+
docile (~> 1.1.0)
|
97
|
+
json (>= 1.8, < 3)
|
98
|
+
simplecov-html (~> 0.10.0)
|
99
|
+
simplecov-html (0.10.2)
|
100
|
+
term-ansicolor (1.6.0)
|
101
|
+
tins (~> 1.0)
|
102
|
+
thor (0.19.4)
|
103
|
+
thread_safe (0.3.6)
|
104
|
+
tins (1.16.3)
|
105
|
+
unicode-display_width (1.4.0)
|
106
|
+
url_shortener (0.0.9)
|
107
|
+
hashie (~> 1.2.0)
|
108
|
+
httparty (~> 0.13.7)
|
109
|
+
virtus (1.0.5)
|
110
|
+
axiom-types (~> 0.1)
|
111
|
+
coercible (~> 1.0)
|
112
|
+
descendants_tracker (~> 0.0, >= 0.0.3)
|
113
|
+
equalizer (~> 0.0, >= 0.0.9)
|
114
|
+
xdg (2.2.3)
|
115
|
+
|
116
|
+
PLATFORMS
|
117
|
+
ruby
|
118
|
+
x64-mingw32
|
119
|
+
|
120
|
+
DEPENDENCIES
|
121
|
+
bundler (~> 1.16)
|
122
|
+
combine_pdf (~> 1.0)
|
123
|
+
coveralls (~> 0.8)
|
124
|
+
hoe (~> 3.17)
|
125
|
+
hoe-bundler (~> 1.4)
|
126
|
+
hoe-git (~> 1.6)
|
127
|
+
hoe-manns (~> 2.1)
|
128
|
+
hoe-reek (~> 1.2)
|
129
|
+
hoe-rubocop (~> 1.0)
|
130
|
+
hoe-rubygems (~> 1.0)
|
131
|
+
hoe-travis (~> 1.3)
|
132
|
+
hoe-version (~> 1.2)
|
133
|
+
notifier (~> 0.5)
|
134
|
+
parseconfig (~> 1.0)
|
135
|
+
pony (~> 1.12)
|
136
|
+
rainbow (~> 3.0)
|
137
|
+
rake (~> 12.3)
|
138
|
+
rdoc (~> 6.0)
|
139
|
+
reek (~> 4.7)
|
140
|
+
rspec (~> 3.7)
|
141
|
+
rubocop (~> 0.57)
|
142
|
+
url_shortener (~> 0.0.9)
|
143
|
+
xdg (~> 2.2)
|
144
|
+
|
145
|
+
BUNDLED WITH
|
146
|
+
1.16.2
|
data/History.rdoc
CHANGED
@@ -1,133 +1,139 @@
|
|
1
|
-
=== 2.1.
|
2
|
-
|
3
|
-
* 1
|
4
|
-
|
5
|
-
* updated
|
6
|
-
|
7
|
-
=== 2.1.
|
8
|
-
|
9
|
-
*
|
10
|
-
|
11
|
-
*
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
*
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
*
|
33
|
-
|
34
|
-
*
|
35
|
-
|
36
|
-
=== 1.3.
|
37
|
-
|
38
|
-
*
|
39
|
-
|
40
|
-
*
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
*
|
47
|
-
|
48
|
-
*
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
*
|
56
|
-
|
57
|
-
=== 1.2.
|
58
|
-
|
59
|
-
*
|
60
|
-
|
61
|
-
*
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
* 1 minor enhancement
|
71
|
-
|
72
|
-
*
|
73
|
-
|
74
|
-
=== 1.1.
|
75
|
-
|
76
|
-
* 1 minor enhancement
|
77
|
-
|
78
|
-
* updated dependencies from gemnasium
|
79
|
-
|
80
|
-
=== 1.1.
|
81
|
-
|
82
|
-
*
|
83
|
-
|
84
|
-
*
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
*
|
91
|
-
|
92
|
-
*
|
93
|
-
|
94
|
-
=== 1.1.
|
95
|
-
|
96
|
-
*
|
97
|
-
|
98
|
-
*
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
*
|
105
|
-
|
106
|
-
*
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
*
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
*
|
117
|
-
*
|
118
|
-
*
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
*
|
123
|
-
|
124
|
-
*
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
*
|
132
|
-
|
133
|
-
|
1
|
+
=== 2.1.2 / 2018-06-28
|
2
|
+
|
3
|
+
* 1 patch enhancement
|
4
|
+
|
5
|
+
* updated dependencies
|
6
|
+
|
7
|
+
=== 2.1.1 / 2018-04-29
|
8
|
+
|
9
|
+
* 1 misc enhancement
|
10
|
+
|
11
|
+
* updated documentation and projects url
|
12
|
+
|
13
|
+
=== 2.1.0 / 2017-11-06
|
14
|
+
|
15
|
+
* 6 minor enhancements
|
16
|
+
|
17
|
+
* LCV#3: Use more communicative variable names
|
18
|
+
* LCV#4: Use Codeclimates new V2 engine
|
19
|
+
* LCV#5: Fix Rubocop and Reek
|
20
|
+
* LCV#6: Cleanup Rakefile
|
21
|
+
* LCV#1: Add option to choose between mail backends
|
22
|
+
* LCV#2: Change license to GPL3
|
23
|
+
|
24
|
+
=== 2.0.1 / 2017-05-16
|
25
|
+
|
26
|
+
* Added thunderbird support
|
27
|
+
|
28
|
+
=== 2.0.0 / 2017-02-27
|
29
|
+
|
30
|
+
* 1 major enhancement
|
31
|
+
|
32
|
+
* Bug-9: Using of XDG directories instead of .latex_curriculum_vitae
|
33
|
+
* Using regular tempdir instead using the datadir directly
|
34
|
+
* Fixed shorten url: Check if no url is given
|
35
|
+
|
36
|
+
=== 1.3.1 / 2017-02-23
|
37
|
+
|
38
|
+
* 1 minor enhancement
|
39
|
+
|
40
|
+
* updated dependencies and docs
|
41
|
+
|
42
|
+
=== 1.3.0 / 2016-10-13
|
43
|
+
|
44
|
+
* 3 major enhancements
|
45
|
+
|
46
|
+
* added bitly_user and bitly_apikey to config (LCV-4 URL of job offer)
|
47
|
+
* added method for shorting urls (LCV-4 URL of job offer)
|
48
|
+
* Mailer Pony now uses TLS with Port 587
|
49
|
+
|
50
|
+
=== 1.2.2 / 2016-10-12
|
51
|
+
|
52
|
+
* 2 minor enhancement
|
53
|
+
|
54
|
+
* removed cleanup dir (fix LCV-2 Implement a split funktion)
|
55
|
+
* write csv before preview in pdf viewer (LCV-3 Move up the csv method)
|
56
|
+
|
57
|
+
=== 1.2.1 / 2016-10-05
|
58
|
+
|
59
|
+
* 1 minor enhancement
|
60
|
+
|
61
|
+
* shortened support targetlock for entityfile
|
62
|
+
|
63
|
+
=== 1.2.0 / 2016-08-08
|
64
|
+
|
65
|
+
* 2 major enhancement
|
66
|
+
|
67
|
+
* reworked bwanschreiben.tex (entityfile.rb and letter.rb)
|
68
|
+
* fixed LCV-1 - use pdf_combine instead of LaTeX solution
|
69
|
+
|
70
|
+
* 1 minor enhancement
|
71
|
+
|
72
|
+
* fixed setup (Now the backup and restore of the control files in .latex_curriculum_vitae works
|
73
|
+
|
74
|
+
=== 1.1.4 / 2016-08-06
|
75
|
+
|
76
|
+
* 1 minor enhancement
|
77
|
+
|
78
|
+
* updated dependencies from gemnasium
|
79
|
+
|
80
|
+
=== 1.1.3 / 2016-02-08
|
81
|
+
|
82
|
+
* 1 minor enhancement
|
83
|
+
|
84
|
+
* updated dependencies from gemnasium
|
85
|
+
|
86
|
+
=== 1.1.2 / 2016-02-03
|
87
|
+
|
88
|
+
* 3 minor enhancement
|
89
|
+
|
90
|
+
* added three targetblocks (support,doku,kaufm) for three kind of jobs.
|
91
|
+
* now pdf reader can configured in the config
|
92
|
+
* added signature to the outgoing mail
|
93
|
+
|
94
|
+
=== 1.1.1 / 2015-10-21
|
95
|
+
|
96
|
+
* 1 minor enhancement
|
97
|
+
|
98
|
+
* cleanup code
|
99
|
+
|
100
|
+
=== 1.1.0 / 2015-10-20
|
101
|
+
|
102
|
+
* 3 minor enhancements
|
103
|
+
|
104
|
+
* LCV-7: Add mailer
|
105
|
+
* LCV-9: latexcv.rb: Use not File.expand
|
106
|
+
* LCV-10: Build a upgrade option
|
107
|
+
|
108
|
+
=== 1.0.0 / 2015-10-03
|
109
|
+
|
110
|
+
* 1 bug fix
|
111
|
+
|
112
|
+
* Fixed install routine
|
113
|
+
|
114
|
+
* 3 feature requests
|
115
|
+
|
116
|
+
* fix LCV-6: Added LatexCurriculumVitae::Letter (Class for compile the motivational letter)
|
117
|
+
* fix LCV-7: Allow to name the pdf output file (instead of hardcoded "Bewerbungsunterlagen_Manns")
|
118
|
+
* fix LCV-8: Make LCV more dynamic (added variable "letter". If this is set, the program merges the motivational
|
119
|
+
letter with the cv.
|
120
|
+
* Extended gui for asking about street and city (company)
|
121
|
+
* Added 4 variables to latex_curriculum_vitae.cfg: name_of_letter, name_of_resume, name_of_cover and name_of_pdf.
|
122
|
+
* Extended personal_data.tex for containing all relevant infos for compiling the letter and the cover.
|
123
|
+
* Changed LaTEX sources for using the personal_data.tex to build the cover and the letter.
|
124
|
+
* Reworked documentation
|
125
|
+
|
126
|
+
=== 0.1.3 / 2015-09-05
|
127
|
+
|
128
|
+
* 2 minor enhancements
|
129
|
+
|
130
|
+
* The installed gem doesn't use $HOME for sysconfdir
|
131
|
+
* fixed color issue
|
132
|
+
|
133
|
+
=== 0.1.1 / 2015-09-04
|
134
|
+
|
135
|
+
* 1 major enhancement
|
136
|
+
|
137
|
+
* Birthday!
|
138
|
+
|
139
|
+
|