json_resume 0.3.2 → 1.0.0
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/README.md +23 -3
- data/bin/json_resume +33 -9
- data/examples/prateek_cv.json +1 -1
- data/extras/resume_html/core-page.html +18 -0
- data/extras/resume_html/index.html +33 -0
- data/extras/resume_html/public/css/book.png +0 -0
- data/extras/resume_html/public/css/bookmark.png +0 -0
- data/extras/resume_html/public/css/bootstrap.min.css +7 -0
- data/extras/resume_html/public/css/briefcase.png +0 -0
- data/extras/resume_html/public/css/edit.png +0 -0
- data/extras/resume_html/public/css/envelope.png +0 -0
- data/extras/resume_html/public/css/file.png +0 -0
- data/extras/resume_html/public/css/gear.png +0 -0
- data/extras/resume_html/public/css/github.png +0 -0
- data/extras/resume_html/public/css/globe.png +0 -0
- data/extras/resume_html/public/css/icons.data.png.css +96 -0
- data/extras/resume_html/public/css/icons.data.svg.css +95 -0
- data/extras/resume_html/public/css/icons.fallback.css +96 -0
- data/extras/resume_html/public/css/institution.png +0 -0
- data/extras/resume_html/public/css/mobile.css +27 -0
- data/extras/resume_html/public/css/mortar-board.png +0 -0
- data/extras/resume_html/public/css/music.png +0 -0
- data/extras/resume_html/public/css/phone.png +0 -0
- data/extras/resume_html/public/css/screen.css +527 -0
- data/extras/resume_html/public/css/star-o.png +0 -0
- data/extras/resume_html/public/css/th-list.png +0 -0
- data/extras/resume_html/public/css/user.png +0 -0
- data/extras/resume_html/public/images/resume.png +0 -0
- data/extras/resume_html/public/js/grunticon.js +2 -0
- data/json_resume.gemspec +5 -4
- data/lib/json_resume/formatter.rb +92 -92
- data/lib/json_resume/formatter_html.rb +1 -1
- data/lib/json_resume/formatter_latex.rb +12 -1
- data/lib/json_resume/json_resume.rb +2 -2
- data/lib/json_resume/version.rb +1 -1
- data/locale/en.yml +45 -0
- data/locale/es.yml +45 -0
- data/locale/pt.yml +45 -0
- data/templates/classic_tex.mustache +209 -0
- data/templates/default_html.mustache +80 -48
- data/templates/default_md.mustache +20 -20
- data/templates/default_tex.mustache +20 -21
- metadata +70 -27
- data/extras/resume_html.tar.gz +0 -0
@@ -7,14 +7,14 @@
|
|
7
7
|
{{/stars}}
|
8
8
|
|
9
9
|
{{#summary}}
|
10
|
-
###
|
10
|
+
### ##summary##
|
11
11
|
{{#points}}
|
12
12
|
* {{{.}}}
|
13
13
|
{{/points}}
|
14
14
|
{{/summary}}
|
15
15
|
|
16
16
|
{{#github_projects}}
|
17
|
-
###
|
17
|
+
### ##github_projects##
|
18
18
|
{{#details}}
|
19
19
|
* [{{project_name}}](http://github.com/{{project_name}}){{#tagline}} : {{tagline}}{{/tagline}}
|
20
20
|
{{#description}}
|
@@ -24,15 +24,15 @@
|
|
24
24
|
{{/github_projects}}
|
25
25
|
|
26
26
|
{{#skills}}
|
27
|
-
###
|
27
|
+
### ##skills##
|
28
28
|
{{#details}}
|
29
29
|
* **{{type}}**: {{#items}}`{{name}}` {{/items}}
|
30
30
|
{{/details}}
|
31
31
|
{{/skills}}
|
32
32
|
|
33
33
|
{{#education}}
|
34
|
-
###
|
35
|
-
|
34
|
+
### ##education##
|
35
|
+
##degree## | ##major## | ##institution## | ##graduation_year##{{#show_gpa}} | ##gpa##{{/show_gpa}}
|
36
36
|
:--:|:--:|:--:|:--:{{#show_gpa}}|:--:{{/show_gpa}}
|
37
37
|
{{#schools}}
|
38
38
|
{{degree}} | {{major}} | {{institution}} | {{graduation_year}}{{#show_gpa}} | {{gpa}}{{/show_gpa}}
|
@@ -40,40 +40,40 @@ Degree | Major | Institution | Graduation Year{{#show_gpa}} | GPA{{/show_gpa}}
|
|
40
40
|
{{/education}}
|
41
41
|
|
42
42
|
{{#acad_achievements}}
|
43
|
-
###
|
43
|
+
### ##acad_achievements##
|
44
44
|
{{#items}}
|
45
45
|
* {{{.}}}
|
46
46
|
{{/items}}
|
47
47
|
{{/acad_achievements}}
|
48
48
|
|
49
49
|
{{#experience}}
|
50
|
-
###
|
50
|
+
### ##experience##
|
51
51
|
{{#items}}
|
52
|
-
* {{title}}
|
52
|
+
* {{title}}, {{{organisation}}}{{#location}}, {{{location}}}{{/location}} ({{from}} – {{to}})
|
53
53
|
{{#details}}
|
54
54
|
- {{{.}}}
|
55
55
|
{{/details}}
|
56
56
|
{{#technology_used}}
|
57
|
-
-
|
57
|
+
- ##technology_used##: {{#tools}}`{{name}}` {{/tools}}
|
58
58
|
{{/technology_used}}
|
59
59
|
{{/items}}
|
60
60
|
{{/experience}}
|
61
61
|
|
62
62
|
{{#other_projects}}
|
63
|
-
###
|
63
|
+
### ##other_projects##
|
64
64
|
{{#items}}
|
65
65
|
* {{{headline}}}
|
66
66
|
{{#points}}
|
67
67
|
- {{{.}}}
|
68
68
|
{{/points}}
|
69
69
|
{{#technology_used}}
|
70
|
-
-
|
70
|
+
- ##technology_used##: {{#tools}}`{{name}}` {{/tools}}
|
71
71
|
{{/technology_used}}
|
72
72
|
{{/items}}
|
73
73
|
{{/other_projects}}
|
74
74
|
|
75
75
|
{{#grad_courses}}
|
76
|
-
###
|
76
|
+
### ##grad_courses##
|
77
77
|
{{#rows}}
|
78
78
|
{{#columns}}
|
79
79
|
{{#name}}* [{{name}}]({{url}}){{/name}}
|
@@ -82,7 +82,7 @@ Degree | Major | Institution | Graduation Year{{#show_gpa}} | GPA{{/show_gpa}}
|
|
82
82
|
{{/grad_courses}}
|
83
83
|
|
84
84
|
{{#undergrad_courses}}
|
85
|
-
###
|
85
|
+
### ##undergrad_courses##
|
86
86
|
{{#rows}}
|
87
87
|
{{#columns}}
|
88
88
|
{{#name}}* [{{name}}]({{url}}){{/name}}
|
@@ -91,9 +91,9 @@ Degree | Major | Institution | Graduation Year{{#show_gpa}} | GPA{{/show_gpa}}
|
|
91
91
|
{{/undergrad_courses}}
|
92
92
|
|
93
93
|
{{#research_experience}}
|
94
|
-
###
|
94
|
+
### ##research_experience##
|
95
95
|
{{#items}}
|
96
|
-
* {{title}}
|
96
|
+
* {{title}}, {{{organisation}}} ({{from}} – {{to}})
|
97
97
|
{{#points}}
|
98
98
|
- {{{.}}}
|
99
99
|
{{/points}}
|
@@ -101,28 +101,28 @@ Degree | Major | Institution | Graduation Year{{#show_gpa}} | GPA{{/show_gpa}}
|
|
101
101
|
{{/research_experience}}
|
102
102
|
|
103
103
|
{{#patents}}
|
104
|
-
###
|
104
|
+
### ##patents##
|
105
105
|
{{#items}}
|
106
|
-
* {{patent_id}} - **[{{title}}]({{url}})**{{#issuance_date}},
|
106
|
+
* {{patent_id}} - **[{{title}}]({{url}})**{{#issuance_date}}, ##issuance## {{issuance_date}}{{/issuance_date}}.
|
107
107
|
{{/items}}
|
108
108
|
{{/patents}}
|
109
109
|
|
110
110
|
{{#papers}}
|
111
|
-
###
|
111
|
+
### ##papers##
|
112
112
|
{{#items}}
|
113
113
|
* {{authors}} **[{{title}}]({{url}})** {{{misc}}}.
|
114
114
|
{{/items}}
|
115
115
|
{{/papers}}
|
116
116
|
|
117
117
|
{{#memberships}}
|
118
|
-
###
|
118
|
+
### ##memberships##
|
119
119
|
{{#committees}}
|
120
120
|
* {{{.}}}
|
121
121
|
{{/committees}}
|
122
122
|
{{/memberships}}
|
123
123
|
|
124
124
|
{{#extra_curricular}}
|
125
|
-
###
|
125
|
+
### ##extra_curricular##
|
126
126
|
{{#items}}
|
127
127
|
* {{{.}}}
|
128
128
|
{{/items}}
|
@@ -7,8 +7,8 @@
|
|
7
7
|
\usepackage[scale=0.8]{geometry}
|
8
8
|
|
9
9
|
<%#bio_data%>
|
10
|
-
\firstname{
|
11
|
-
\familyname{\mbox{
|
10
|
+
\firstname{<%&firstname%>}
|
11
|
+
\familyname{\mbox{<%&familyname%>}}
|
12
12
|
\title{\small <%#stars%><%#items%><%name%><%^last%> $\star$ <%/last%><%/items%><%/stars%>}
|
13
13
|
<%#phone%>\phone{<%.%>}<%/phone%>
|
14
14
|
<%#email%>\email{<%.%>}<%/email%>
|
@@ -37,21 +37,21 @@
|
|
37
37
|
\vspace*{-1cm}
|
38
38
|
|
39
39
|
<%#summary%>
|
40
|
-
\section{\textsc{
|
40
|
+
\section{\textsc{##summary##}}
|
41
41
|
<%#points%>
|
42
42
|
\cvitem{\textbullet}{<%& .%>}
|
43
43
|
<%/points%>
|
44
44
|
<%/summary%>
|
45
45
|
|
46
46
|
<%#skills%>
|
47
|
-
\section{\textsc{
|
47
|
+
\section{\textsc{##skills##}}
|
48
48
|
<%#details%>
|
49
49
|
\cvitem{\textbullet}{\textbf{<%type%>}: <%#items%><%name%><%^last%>, <%/last%><%/items%>}
|
50
50
|
<%/details%>
|
51
51
|
<%/skills%>
|
52
52
|
|
53
53
|
<%#github_projects%>
|
54
|
-
\section{\textsc{
|
54
|
+
\section{\textsc{##github_projects##}}
|
55
55
|
<%#details%>
|
56
56
|
\cvitem{\textbullet}{\textbf{\href{http://github.com/<%project_name%>}{<%project_name%>}}<%#tagline%> - <%& .%><%/tagline%>}
|
57
57
|
\vspace*{-0.15cm}
|
@@ -67,7 +67,7 @@
|
|
67
67
|
<%/github_projects%>
|
68
68
|
|
69
69
|
<%#experience%>
|
70
|
-
\section{\textsc{
|
70
|
+
\section{\textsc{##experience##}}
|
71
71
|
% \cventry{years}{degree/job title}{institution/employer}{localization}{grade}{description}
|
72
72
|
<%#items%>
|
73
73
|
\cventry{<%from%> - <%to%>}{<%title%>}{<%organisation%>}{<%location%>}{}{
|
@@ -75,7 +75,7 @@
|
|
75
75
|
\begin{itemize}
|
76
76
|
<%#details%>\item <%& .%><%/details%>
|
77
77
|
<%#technology_used%>
|
78
|
-
\item
|
78
|
+
\item ##technology_used##:
|
79
79
|
<%#tools%><%name%><%^last%>, <%/last%><%/tools%>
|
80
80
|
<%/technology_used%>
|
81
81
|
\end{itemize}
|
@@ -85,7 +85,7 @@
|
|
85
85
|
<%/experience%>
|
86
86
|
|
87
87
|
<%#other_projects%>
|
88
|
-
\section{\textsc{
|
88
|
+
\section{\textsc{##other_projects##}}
|
89
89
|
<%#items%>
|
90
90
|
\cvitem{\textbullet}{<%& headline%>}
|
91
91
|
\vspace*{-0.15cm}
|
@@ -94,7 +94,7 @@
|
|
94
94
|
\begin{itemize}
|
95
95
|
<%#points%>\item <%& .%><%/points%>
|
96
96
|
<%#technology_used%>
|
97
|
-
\item
|
97
|
+
\item ##technology_used##:
|
98
98
|
<%#tools%><%name%><%^last%>, <%/last%><%/tools%>
|
99
99
|
<%/technology_used%>
|
100
100
|
\end{itemize}
|
@@ -105,15 +105,15 @@
|
|
105
105
|
<%/other_projects%>
|
106
106
|
|
107
107
|
<%#education%>
|
108
|
-
\section{\textsc{
|
108
|
+
\section{\textsc{##education##}}
|
109
109
|
% \cventry{years}{degree/job title}{institution/employer}{localization}{grade}{description}
|
110
110
|
<%#schools%>
|
111
|
-
\cventry{<%graduation_year%>}{<%degree%><%#major%>, <%major%><%/major%>}{<%institution%>}{}{<%#show_gpa
|
111
|
+
\cventry{<%graduation_year%>}{<%degree%><%#major%>, <%major%><%/major%>}{<%institution%>}{}{<%#show_gpa%>##gpa##: <%gpa%><%/show_gpa%>}{}
|
112
112
|
<%/schools%>
|
113
113
|
<%/education%>
|
114
114
|
|
115
115
|
<%#acad_achievements%>
|
116
|
-
\section{\textsc{
|
116
|
+
\section{\textsc{##acad_achievements##}}
|
117
117
|
<%#items%>
|
118
118
|
% \cvitem{LHS}{RHS}
|
119
119
|
\cvitem{\textbullet}{<%& .%>}
|
@@ -121,7 +121,7 @@
|
|
121
121
|
<%/acad_achievements%>
|
122
122
|
|
123
123
|
<%#grad_courses%>
|
124
|
-
\section{\textsc{
|
124
|
+
\section{\textsc{##grad_courses##}}
|
125
125
|
<%#rows%>
|
126
126
|
\cvlistdoubleitem
|
127
127
|
<%#columns%>{<%#name%>\href{<%& url%>}{<%name%>}<%/name%>}<%/columns%>
|
@@ -129,7 +129,7 @@
|
|
129
129
|
<%/grad_courses%>
|
130
130
|
|
131
131
|
<%#undergrad_courses%>
|
132
|
-
\section{\textsc{
|
132
|
+
\section{\textsc{##undergrad_courses##}}
|
133
133
|
<%#rows%>
|
134
134
|
\cvlistdoubleitem
|
135
135
|
<%#columns%>{<%#name%>\href{<%& url%>}{<%name%>}<%/name%>}<%/columns%>
|
@@ -137,7 +137,7 @@
|
|
137
137
|
<%/undergrad_courses%>
|
138
138
|
|
139
139
|
<%#research_experience%>
|
140
|
-
\section{\textsc{
|
140
|
+
\section{\textsc{##research_experience##}}
|
141
141
|
<%#items%>
|
142
142
|
\cventry{<%from%> - <%to%>}{<%title%>}{<%organisation%>}{<%location%>}{}{
|
143
143
|
{\footnotesize
|
@@ -150,28 +150,28 @@
|
|
150
150
|
<%/research_experience%>
|
151
151
|
|
152
152
|
<%#patents%>
|
153
|
-
\section{\textsc{
|
153
|
+
\section{\textsc{##patents##}}
|
154
154
|
<%#items%>
|
155
|
-
\cvitem{<%patent_id%>}{\textit{\href{<%url%>}{<%title%>}}<%#issuance_date%>,
|
155
|
+
\cvitem{<%patent_id%>}{\textit{\href{<%url%>}{<%title%>}}<%#issuance_date%>, ##issuance## <%issuance_date%><%/issuance_date%>.}
|
156
156
|
<%/items%>
|
157
157
|
<%/patents%>
|
158
158
|
|
159
159
|
<%#papers%>
|
160
|
-
\section{\textsc{
|
160
|
+
\section{\textsc{##papers##}}
|
161
161
|
<%#items%>
|
162
162
|
\cvitem{\textbullet}{<%authors%>, \textit{\href{<%url%>}{<%title%>}} <%& misc%>}
|
163
163
|
<%/items%>
|
164
164
|
<%/papers%>
|
165
165
|
|
166
166
|
<%#memberships%>
|
167
|
-
\section{\textsc{
|
167
|
+
\section{\textsc{##memberships##}}
|
168
168
|
<%#committees%>
|
169
169
|
\cvitem{\textbullet}{<%& .%>}
|
170
170
|
<%/committees%>
|
171
171
|
<%/memberships%>
|
172
172
|
|
173
173
|
<%#extra_curricular%>
|
174
|
-
\section{\textsc{
|
174
|
+
\section{\textsc{##extra_curricular##}}
|
175
175
|
<%#items%>
|
176
176
|
\cvitem{\textbullet}{<%& .%>}
|
177
177
|
<%/items%>
|
@@ -180,4 +180,3 @@
|
|
180
180
|
<%/bio_data%>
|
181
181
|
\end{document}
|
182
182
|
%% end of file `page.tex'.
|
183
|
-
|
metadata
CHANGED
@@ -1,115 +1,129 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: json_resume
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Prateek Agarwal
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-08-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - ~>
|
17
|
+
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: '1.3'
|
20
20
|
type: :development
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- - ~>
|
24
|
+
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '1.3'
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: rake
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- -
|
31
|
+
- - ">="
|
32
32
|
- !ruby/object:Gem::Version
|
33
33
|
version: '0'
|
34
34
|
type: :development
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
|
-
- -
|
38
|
+
- - ">="
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '0'
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
|
-
name:
|
42
|
+
name: i18n
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
|
-
- -
|
45
|
+
- - ">="
|
46
46
|
- !ruby/object:Gem::Version
|
47
47
|
version: '0'
|
48
48
|
type: :runtime
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
|
-
- -
|
52
|
+
- - ">="
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '0'
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
|
-
name:
|
56
|
+
name: mustache
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
|
-
- -
|
59
|
+
- - ">="
|
60
60
|
- !ruby/object:Gem::Version
|
61
61
|
version: '0'
|
62
62
|
type: :runtime
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
|
-
- -
|
66
|
+
- - ">="
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: '0'
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
|
-
name:
|
70
|
+
name: pdfkit
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
72
72
|
requirements:
|
73
|
-
- -
|
73
|
+
- - ">="
|
74
74
|
- !ruby/object:Gem::Version
|
75
75
|
version: '0'
|
76
76
|
type: :runtime
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
|
-
- -
|
80
|
+
- - ">="
|
81
81
|
- !ruby/object:Gem::Version
|
82
82
|
version: '0'
|
83
83
|
- !ruby/object:Gem::Dependency
|
84
|
-
name:
|
84
|
+
name: rest-client
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
86
86
|
requirements:
|
87
|
-
- -
|
87
|
+
- - ">="
|
88
88
|
- !ruby/object:Gem::Version
|
89
89
|
version: '0'
|
90
90
|
type: :runtime
|
91
91
|
prerelease: false
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
93
93
|
requirements:
|
94
|
-
- -
|
94
|
+
- - ">="
|
95
95
|
- !ruby/object:Gem::Version
|
96
96
|
version: '0'
|
97
97
|
- !ruby/object:Gem::Dependency
|
98
|
-
name:
|
98
|
+
name: thor
|
99
|
+
requirement: !ruby/object:Gem::Requirement
|
100
|
+
requirements:
|
101
|
+
- - ">="
|
102
|
+
- !ruby/object:Gem::Version
|
103
|
+
version: '0'
|
104
|
+
type: :runtime
|
105
|
+
prerelease: false
|
106
|
+
version_requirements: !ruby/object:Gem::Requirement
|
107
|
+
requirements:
|
108
|
+
- - ">="
|
109
|
+
- !ruby/object:Gem::Version
|
110
|
+
version: '0'
|
111
|
+
- !ruby/object:Gem::Dependency
|
112
|
+
name: wkhtmltopdf-binary
|
99
113
|
requirement: !ruby/object:Gem::Requirement
|
100
114
|
requirements:
|
101
|
-
- -
|
115
|
+
- - ">="
|
102
116
|
- !ruby/object:Gem::Version
|
103
117
|
version: '0'
|
104
118
|
type: :runtime
|
105
119
|
prerelease: false
|
106
120
|
version_requirements: !ruby/object:Gem::Requirement
|
107
121
|
requirements:
|
108
|
-
- -
|
122
|
+
- - ">="
|
109
123
|
- !ruby/object:Gem::Version
|
110
124
|
version: '0'
|
111
125
|
description: json_resume creates pretty resume formats from a .json input file. Currently,
|
112
|
-
it can
|
126
|
+
it can convert to html, tex, markdown and pdf. Customizing the templates to your
|
113
127
|
own needs is also super easy.
|
114
128
|
email:
|
115
129
|
- prat0318@gmail.com
|
@@ -118,14 +132,39 @@ executables:
|
|
118
132
|
extensions: []
|
119
133
|
extra_rdoc_files: []
|
120
134
|
files:
|
121
|
-
- .gitignore
|
135
|
+
- ".gitignore"
|
122
136
|
- Gemfile
|
123
137
|
- LICENSE.txt
|
124
138
|
- README.md
|
125
139
|
- Rakefile
|
126
140
|
- bin/json_resume
|
127
141
|
- examples/prateek_cv.json
|
128
|
-
- extras/resume_html.
|
142
|
+
- extras/resume_html/core-page.html
|
143
|
+
- extras/resume_html/index.html
|
144
|
+
- extras/resume_html/public/css/book.png
|
145
|
+
- extras/resume_html/public/css/bookmark.png
|
146
|
+
- extras/resume_html/public/css/bootstrap.min.css
|
147
|
+
- extras/resume_html/public/css/briefcase.png
|
148
|
+
- extras/resume_html/public/css/edit.png
|
149
|
+
- extras/resume_html/public/css/envelope.png
|
150
|
+
- extras/resume_html/public/css/file.png
|
151
|
+
- extras/resume_html/public/css/gear.png
|
152
|
+
- extras/resume_html/public/css/github.png
|
153
|
+
- extras/resume_html/public/css/globe.png
|
154
|
+
- extras/resume_html/public/css/icons.data.png.css
|
155
|
+
- extras/resume_html/public/css/icons.data.svg.css
|
156
|
+
- extras/resume_html/public/css/icons.fallback.css
|
157
|
+
- extras/resume_html/public/css/institution.png
|
158
|
+
- extras/resume_html/public/css/mobile.css
|
159
|
+
- extras/resume_html/public/css/mortar-board.png
|
160
|
+
- extras/resume_html/public/css/music.png
|
161
|
+
- extras/resume_html/public/css/phone.png
|
162
|
+
- extras/resume_html/public/css/screen.css
|
163
|
+
- extras/resume_html/public/css/star-o.png
|
164
|
+
- extras/resume_html/public/css/th-list.png
|
165
|
+
- extras/resume_html/public/css/user.png
|
166
|
+
- extras/resume_html/public/images/resume.png
|
167
|
+
- extras/resume_html/public/js/grunticon.js
|
129
168
|
- json_resume.gemspec
|
130
169
|
- lib/json_resume.rb
|
131
170
|
- lib/json_resume/formatter.rb
|
@@ -135,11 +174,15 @@ files:
|
|
135
174
|
- lib/json_resume/json_resume.rb
|
136
175
|
- lib/json_resume/reader.rb
|
137
176
|
- lib/json_resume/version.rb
|
177
|
+
- locale/en.yml
|
178
|
+
- locale/es.yml
|
179
|
+
- locale/pt.yml
|
138
180
|
- spec/json_resume/formatter_html_spec.rb
|
139
181
|
- spec/json_resume/formatter_latex_spec.rb
|
140
182
|
- spec/json_resume/formatter_spec.rb
|
141
183
|
- spec/json_resume/reader_spec.rb
|
142
184
|
- spec/spec_helper.rb
|
185
|
+
- templates/classic_tex.mustache
|
143
186
|
- templates/default_html.mustache
|
144
187
|
- templates/default_md.mustache
|
145
188
|
- templates/default_tex.mustache
|
@@ -153,17 +196,17 @@ require_paths:
|
|
153
196
|
- lib
|
154
197
|
required_ruby_version: !ruby/object:Gem::Requirement
|
155
198
|
requirements:
|
156
|
-
- -
|
199
|
+
- - ">="
|
157
200
|
- !ruby/object:Gem::Version
|
158
201
|
version: '0'
|
159
202
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
160
203
|
requirements:
|
161
|
-
- -
|
204
|
+
- - ">="
|
162
205
|
- !ruby/object:Gem::Version
|
163
206
|
version: '0'
|
164
207
|
requirements: []
|
165
208
|
rubyforge_project:
|
166
|
-
rubygems_version: 2.
|
209
|
+
rubygems_version: 2.2.2
|
167
210
|
signing_key:
|
168
211
|
specification_version: 4
|
169
212
|
summary: Generates pretty resume formats out of json input file
|