latex_curriculum_vitae 2.1.1 → 2.1.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
  SHA256:
3
- metadata.gz: 70ff7f2d3c274a01e3c42c51ad0bf7f682c7abf269e6373b22067237da800112
4
- data.tar.gz: fd321ed8a3cccf55bf033dcf0fec805cfdd544b931ec62b3fa5be8a541b79a8d
3
+ metadata.gz: 9ab0d19a5973fa3a07520f03c6edfc01249e70233ba03c336b2b0ffdd51e01fb
4
+ data.tar.gz: 65cf0a2f3bd781cd299a806e1526ed5fc8c8906b48f699de218275861367734f
5
5
  SHA512:
6
- metadata.gz: 110bebdb2f6f43c41ffe9666988d4c68f084c663d13222cfec830dc4327ad719c64b4190a3c0a46ffc8ad86c81d1c19816c24f7cac3b084a45e07a4786b32c01
7
- data.tar.gz: '0836b9439616f8bbb16505e26b90764f4c6c6f4c02a48a973389ba16d2e7d3bae2b2cb8b885bd1a357186a2ab0d4c477c0cf258507a303ec340527225e31b6d8'
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/hoe-rubocop/issues
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/hoe-rubocop/issues.
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.8", :group => [:development, :test]
25
- gem "rubocop", "~>0.55", :group => [:development, :test]
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.9)
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.2)
35
- bundler-audit (~> 0.6)
36
- rainbow (~> 3.0)
37
- hoe-reek (1.2.3)
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
- json (1.8.6)
52
- mail (2.7.0)
53
- mini_mime (>= 0.1.1)
54
- mini_mime (1.0.0)
55
- multi_xml (0.6.0)
56
- notifier (0.5.2)
57
- parallel (1.12.1)
58
- parseconfig (1.0.8)
59
- parser (2.5.1.0)
60
- ast (~> 2.4.0)
61
- pony (1.12)
62
- mail (>= 2.0)
63
- powerpack (0.1.1)
64
- rainbow (3.0.0)
65
- rake (12.3.1)
66
- rdoc (6.0.3)
67
- reek (4.8.1)
68
- codeclimate-engine-rb (~> 0.4.0)
69
- parser (>= 2.5.0.0, < 2.6)
70
- rainbow (>= 2.0, < 4.0)
71
- rspec (3.7.0)
72
- rspec-core (~> 3.7.0)
73
- rspec-expectations (~> 3.7.0)
74
- rspec-mocks (~> 3.7.0)
75
- rspec-core (3.7.1)
76
- rspec-support (~> 3.7.0)
77
- rspec-expectations (3.7.0)
78
- diff-lcs (>= 1.2.0, < 2.0)
79
- rspec-support (~> 3.7.0)
80
- rspec-mocks (3.7.0)
81
- diff-lcs (>= 1.2.0, < 2.0)
82
- rspec-support (~> 3.7.0)
83
- rspec-support (3.7.1)
84
- rubocop (0.55.0)
85
- parallel (~> 1.10)
86
- parser (>= 2.5)
87
- powerpack (~> 0.1)
88
- rainbow (>= 2.2.2, < 4.0)
89
- ruby-progressbar (~> 1.7)
90
- unicode-display_width (~> 1.0, >= 1.0.1)
91
- ruby-progressbar (1.9.0)
92
- ruby-rc4 (0.1.5)
93
- simplecov (0.14.1)
94
- docile (~> 1.1.0)
95
- json (>= 1.8, < 3)
96
- simplecov-html (~> 0.10.0)
97
- simplecov-html (0.10.2)
98
- term-ansicolor (1.6.0)
99
- tins (~> 1.0)
100
- thor (0.19.4)
101
- thread_safe (0.3.6)
102
- tins (1.16.3)
103
- unicode-display_width (1.3.2)
104
- url_shortener (0.0.9)
105
- hashie (~> 1.2.0)
106
- httparty (~> 0.13.7)
107
- virtus (1.0.5)
108
- axiom-types (~> 0.1)
109
- coercible (~> 1.0)
110
- descendants_tracker (~> 0.0, >= 0.0.3)
111
- equalizer (~> 0.0, >= 0.0.9)
112
- xdg (2.2.3)
113
-
114
- PLATFORMS
115
- ruby
116
- x64-mingw32
117
-
118
- DEPENDENCIES
119
- bundler (~> 1.16)
120
- combine_pdf (~> 1.0)
121
- coveralls (~> 0.8)
122
- hoe (~> 3.17)
123
- hoe-bundler (~> 1.4)
124
- hoe-git (~> 1.6)
125
- hoe-manns (~> 2.1)
126
- hoe-reek (~> 1.2)
127
- hoe-rubocop (~> 1.0)
128
- hoe-rubygems (~> 1.0)
129
- hoe-travis (~> 1.3)
130
- hoe-version (~> 1.2)
131
- notifier (~> 0.5)
132
- parseconfig (~> 1.0)
133
- pony (~> 1.12)
134
- rainbow (~> 3.0)
135
- rake (~> 12.3)
136
- rdoc (~> 6.0)
137
- reek (~> 4.8)
138
- rspec (~> 3.7)
139
- rubocop (~> 0.55)
140
- url_shortener (~> 0.0.9)
141
- xdg (~> 2.2)
142
-
143
- BUNDLED WITH
144
- 1.16.1
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.1 / 2018-04-29
2
-
3
- * 1 misc enhancement
4
-
5
- * updated documentation and projects url
6
-
7
- === 2.1.0 / 2017-11-06
8
-
9
- * 6 minor enhancements
10
-
11
- * LCV#3: Use more communicative variable names
12
- * LCV#4: Use Codeclimates new V2 engine
13
- * LCV#5: Fix Rubocop and Reek
14
- * LCV#6: Cleanup Rakefile
15
- * LCV#1: Add option to choose between mail backends
16
- * LCV#2: Change license to GPL3
17
-
18
- === 2.0.1 / 2017-05-16
19
-
20
- * Added thunderbird support
21
-
22
- === 2.0.0 / 2017-02-27
23
-
24
- * 1 major enhancement
25
-
26
- * Bug-9: Using of XDG directories instead of .latex_curriculum_vitae
27
- * Using regular tempdir instead using the datadir directly
28
- * Fixed shorten url: Check if no url is given
29
-
30
- === 1.3.1 / 2017-02-23
31
-
32
- * 1 minor enhancement
33
-
34
- * updated dependencies and docs
35
-
36
- === 1.3.0 / 2016-10-13
37
-
38
- * 3 major enhancements
39
-
40
- * added bitly_user and bitly_apikey to config (LCV-4 URL of job offer)
41
- * added method for shorting urls (LCV-4 URL of job offer)
42
- * Mailer Pony now uses TLS with Port 587
43
-
44
- === 1.2.2 / 2016-10-12
45
-
46
- * 2 minor enhancement
47
-
48
- * removed cleanup dir (fix LCV-2 Implement a split funktion)
49
- * write csv before preview in pdf viewer (LCV-3 Move up the csv method)
50
-
51
- === 1.2.1 / 2016-10-05
52
-
53
- * 1 minor enhancement
54
-
55
- * shortened support targetlock for entityfile
56
-
57
- === 1.2.0 / 2016-08-08
58
-
59
- * 2 major enhancement
60
-
61
- * reworked bwanschreiben.tex (entityfile.rb and letter.rb)
62
- * fixed LCV-1 - use pdf_combine instead of LaTeX solution
63
-
64
- * 1 minor enhancement
65
-
66
- * fixed setup (Now the backup and restore of the control files in .latex_curriculum_vitae works
67
-
68
- === 1.1.4 / 2016-08-06
69
-
70
- * 1 minor enhancement
71
-
72
- * updated dependencies from gemnasium
73
-
74
- === 1.1.3 / 2016-02-08
75
-
76
- * 1 minor enhancement
77
-
78
- * updated dependencies from gemnasium
79
-
80
- === 1.1.2 / 2016-02-03
81
-
82
- * 3 minor enhancement
83
-
84
- * added three targetblocks (support,doku,kaufm) for three kind of jobs.
85
- * now pdf reader can configured in the config
86
- * added signature to the outgoing mail
87
-
88
- === 1.1.1 / 2015-10-21
89
-
90
- * 1 minor enhancement
91
-
92
- * cleanup code
93
-
94
- === 1.1.0 / 2015-10-20
95
-
96
- * 3 minor enhancements
97
-
98
- * LCV-7: Add mailer
99
- * LCV-9: latexcv.rb: Use not File.expand
100
- * LCV-10: Build a upgrade option
101
-
102
- === 1.0.0 / 2015-10-03
103
-
104
- * 1 bug fix
105
-
106
- * Fixed install routine
107
-
108
- * 3 feature requests
109
-
110
- * fix LCV-6: Added LatexCurriculumVitae::Letter (Class for compile the motivational letter)
111
- * fix LCV-7: Allow to name the pdf output file (instead of hardcoded "Bewerbungsunterlagen_Manns")
112
- * fix LCV-8: Make LCV more dynamic (added variable "letter". If this is set, the program merges the motivational
113
- letter with the cv.
114
- * Extended gui for asking about street and city (company)
115
- * Added 4 variables to latex_curriculum_vitae.cfg: name_of_letter, name_of_resume, name_of_cover and name_of_pdf.
116
- * Extended personal_data.tex for containing all relevant infos for compiling the letter and the cover.
117
- * Changed LaTEX sources for using the personal_data.tex to build the cover and the letter.
118
- * Reworked documentation
119
-
120
- === 0.1.3 / 2015-09-05
121
-
122
- * 2 minor enhancements
123
-
124
- * The installed gem doesn't use $HOME for sysconfdir
125
- * fixed color issue
126
-
127
- === 0.1.1 / 2015-09-04
128
-
129
- * 1 major enhancement
130
-
131
- * Birthday!
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
+