simple_cv 0.1.0 → 0.2.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 +5 -5
- metadata +32 -71
- data/.gitignore +0 -15
- data/.rspec +0 -2
- data/Gemfile +0 -4
- data/LICENSE.txt +0 -21
- data/README.md +0 -54
- data/Rakefile +0 -6
- data/SimleCV.pdf +0 -1506
- data/bin/console +0 -14
- data/bin/setup +0 -8
- data/circle.yml +0 -6
- data/examples/example.json +0 -61
- data/examples/example.yml +0 -79
- data/lib/font/Lato-Bold.ttf +0 -0
- data/lib/font/Lato-Light.ttf +0 -0
- data/lib/font/Lato-Medium.ttf +0 -0
- data/lib/font/SIL Open Font License.txt +0 -48
- data/lib/icons/address.svg +0 -42
- data/lib/icons/email.svg +0 -46
- data/lib/icons/phone.svg +0 -50
- data/lib/icons/website.svg +0 -96
- data/lib/simple_cv/basic.rb +0 -54
- data/lib/simple_cv/layout.rb +0 -205
- data/lib/simple_cv/version.rb +0 -3
- data/lib/simple_cv.rb +0 -5
- data/simple_cv.gemspec +0 -42
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 2122f0135e950639721e5ac138d2275ec3d225e361f128e2f14cdb5e6a3c3a02
|
4
|
+
data.tar.gz: 9d547764e63ff462777e65ffa645625705f8d224f26a1f1df358e7c1c84ae765
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b5174e134bb05b847662d825f831fb363e416f78301ecac6654d73c38c680ba4bc0b88b48652f92b619f0bd406bf88a09e055cb348575365247b75a83837735d
|
7
|
+
data.tar.gz: 669e343e393a246ad65cf6a37048e3b6dc24db5ad9df5d2389b30008ad187556cb2ed9295e96eb5750c38a54d951284d81783aff61d696d0ed27fcdce4219c4f
|
metadata
CHANGED
@@ -1,99 +1,85 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: simple_cv
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Frederic Walch
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-12-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: prawn
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- -
|
18
|
-
- !ruby/object:Gem::Version
|
19
|
-
version: 2.2.2
|
20
|
-
type: :runtime
|
21
|
-
prerelease: false
|
22
|
-
version_requirements: !ruby/object:Gem::Requirement
|
23
|
-
requirements:
|
24
|
-
- - '='
|
25
|
-
- !ruby/object:Gem::Version
|
26
|
-
version: 2.2.2
|
27
|
-
- !ruby/object:Gem::Dependency
|
28
|
-
name: prawn-svg
|
29
|
-
requirement: !ruby/object:Gem::Requirement
|
30
|
-
requirements:
|
31
|
-
- - '='
|
17
|
+
- - ">="
|
32
18
|
- !ruby/object:Gem::Version
|
33
|
-
version: 0
|
19
|
+
version: '0'
|
34
20
|
type: :runtime
|
35
21
|
prerelease: false
|
36
22
|
version_requirements: !ruby/object:Gem::Requirement
|
37
23
|
requirements:
|
38
|
-
- -
|
24
|
+
- - ">="
|
39
25
|
- !ruby/object:Gem::Version
|
40
|
-
version: 0
|
26
|
+
version: '0'
|
41
27
|
- !ruby/object:Gem::Dependency
|
42
|
-
name:
|
28
|
+
name: prawn-table
|
43
29
|
requirement: !ruby/object:Gem::Requirement
|
44
30
|
requirements:
|
45
|
-
- -
|
31
|
+
- - ">="
|
46
32
|
- !ruby/object:Gem::Version
|
47
|
-
version:
|
33
|
+
version: '0'
|
48
34
|
type: :runtime
|
49
35
|
prerelease: false
|
50
36
|
version_requirements: !ruby/object:Gem::Requirement
|
51
37
|
requirements:
|
52
|
-
- -
|
38
|
+
- - ">="
|
53
39
|
- !ruby/object:Gem::Version
|
54
|
-
version:
|
40
|
+
version: '0'
|
55
41
|
- !ruby/object:Gem::Dependency
|
56
42
|
name: bundler
|
57
43
|
requirement: !ruby/object:Gem::Requirement
|
58
44
|
requirements:
|
59
|
-
- - "
|
45
|
+
- - ">="
|
60
46
|
- !ruby/object:Gem::Version
|
61
|
-
version: '
|
47
|
+
version: '0'
|
62
48
|
type: :development
|
63
49
|
prerelease: false
|
64
50
|
version_requirements: !ruby/object:Gem::Requirement
|
65
51
|
requirements:
|
66
|
-
- - "
|
52
|
+
- - ">="
|
67
53
|
- !ruby/object:Gem::Version
|
68
|
-
version: '
|
54
|
+
version: '0'
|
69
55
|
- !ruby/object:Gem::Dependency
|
70
56
|
name: rake
|
71
57
|
requirement: !ruby/object:Gem::Requirement
|
72
58
|
requirements:
|
73
|
-
- - "
|
59
|
+
- - ">="
|
74
60
|
- !ruby/object:Gem::Version
|
75
|
-
version: '
|
61
|
+
version: '0'
|
76
62
|
type: :development
|
77
63
|
prerelease: false
|
78
64
|
version_requirements: !ruby/object:Gem::Requirement
|
79
65
|
requirements:
|
80
|
-
- - "
|
66
|
+
- - ">="
|
81
67
|
- !ruby/object:Gem::Version
|
82
|
-
version: '
|
68
|
+
version: '0'
|
83
69
|
- !ruby/object:Gem::Dependency
|
84
70
|
name: rspec
|
85
71
|
requirement: !ruby/object:Gem::Requirement
|
86
72
|
requirements:
|
87
|
-
- - "
|
73
|
+
- - ">="
|
88
74
|
- !ruby/object:Gem::Version
|
89
|
-
version: '
|
75
|
+
version: '0'
|
90
76
|
type: :development
|
91
77
|
prerelease: false
|
92
78
|
version_requirements: !ruby/object:Gem::Requirement
|
93
79
|
requirements:
|
94
|
-
- - "
|
80
|
+
- - ">="
|
95
81
|
- !ruby/object:Gem::Version
|
96
|
-
version: '
|
82
|
+
version: '0'
|
97
83
|
- !ruby/object:Gem::Dependency
|
98
84
|
name: pry
|
99
85
|
requirement: !ruby/object:Gem::Requirement
|
@@ -122,43 +108,19 @@ dependencies:
|
|
122
108
|
- - ">="
|
123
109
|
- !ruby/object:Gem::Version
|
124
110
|
version: '0'
|
125
|
-
description:
|
111
|
+
description:
|
126
112
|
email:
|
127
|
-
-
|
113
|
+
- github@frederic.tech
|
128
114
|
executables: []
|
129
115
|
extensions: []
|
130
116
|
extra_rdoc_files: []
|
131
|
-
files:
|
132
|
-
- ".gitignore"
|
133
|
-
- ".rspec"
|
134
|
-
- Gemfile
|
135
|
-
- LICENSE.txt
|
136
|
-
- README.md
|
137
|
-
- Rakefile
|
138
|
-
- SimleCV.pdf
|
139
|
-
- bin/console
|
140
|
-
- bin/setup
|
141
|
-
- circle.yml
|
142
|
-
- examples/example.json
|
143
|
-
- examples/example.yml
|
144
|
-
- lib/font/Lato-Bold.ttf
|
145
|
-
- lib/font/Lato-Light.ttf
|
146
|
-
- lib/font/Lato-Medium.ttf
|
147
|
-
- lib/font/SIL Open Font License.txt
|
148
|
-
- lib/icons/address.svg
|
149
|
-
- lib/icons/email.svg
|
150
|
-
- lib/icons/phone.svg
|
151
|
-
- lib/icons/website.svg
|
152
|
-
- lib/simple_cv.rb
|
153
|
-
- lib/simple_cv/basic.rb
|
154
|
-
- lib/simple_cv/layout.rb
|
155
|
-
- lib/simple_cv/version.rb
|
156
|
-
- simple_cv.gemspec
|
117
|
+
files: []
|
157
118
|
homepage: https://github.com/freder1c
|
158
119
|
licenses:
|
159
120
|
- MIT
|
160
|
-
metadata:
|
161
|
-
|
121
|
+
metadata:
|
122
|
+
allowed_push_host: https://rubygems.org
|
123
|
+
post_install_message:
|
162
124
|
rdoc_options: []
|
163
125
|
require_paths:
|
164
126
|
- lib
|
@@ -173,9 +135,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
173
135
|
- !ruby/object:Gem::Version
|
174
136
|
version: '0'
|
175
137
|
requirements: []
|
176
|
-
|
177
|
-
|
178
|
-
signing_key:
|
138
|
+
rubygems_version: 3.4.10
|
139
|
+
signing_key:
|
179
140
|
specification_version: 4
|
180
141
|
summary: This Gem helps you to generate a awesome CV!
|
181
142
|
test_files: []
|
data/.gitignore
DELETED
data/.rspec
DELETED
data/Gemfile
DELETED
data/LICENSE.txt
DELETED
@@ -1,21 +0,0 @@
|
|
1
|
-
The MIT License (MIT)
|
2
|
-
|
3
|
-
Copyright (c) 2017 TODO: Write your name
|
4
|
-
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
7
|
-
in the Software without restriction, including without limitation the rights
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
10
|
-
furnished to do so, subject to the following conditions:
|
11
|
-
|
12
|
-
The above copyright notice and this permission notice shall be included in
|
13
|
-
all copies or substantial portions of the Software.
|
14
|
-
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
21
|
-
THE SOFTWARE.
|
data/README.md
DELETED
@@ -1,54 +0,0 @@
|
|
1
|
-
# SimpleCV
|
2
|
-
|
3
|
-
SimpleCV creates beautiful CVs simple and fast with just a config file! Example configuration files can be found in examples folder.
|
4
|
-
|
5
|
-
## Installation
|
6
|
-
|
7
|
-
Add this line to your application's Gemfile:
|
8
|
-
|
9
|
-
```ruby
|
10
|
-
gem 'simple_cv'
|
11
|
-
```
|
12
|
-
|
13
|
-
And then execute:
|
14
|
-
|
15
|
-
$ bundle
|
16
|
-
|
17
|
-
Or install it yourself as:
|
18
|
-
|
19
|
-
$ gem install simple_cv
|
20
|
-
|
21
|
-
## Usage
|
22
|
-
|
23
|
-
```ruby
|
24
|
-
cv = SimpleCV::Basic.new(config_path: "path/to/config_file.json")
|
25
|
-
|
26
|
-
# Will render file to current location
|
27
|
-
cv.render_file
|
28
|
-
|
29
|
-
# Will render file to a specific location with a specific filename
|
30
|
-
cv.render_file(path: "path/to/output", filename: "file")
|
31
|
-
```
|
32
|
-
|
33
|
-
## Development
|
34
|
-
|
35
|
-
Further planned functionalities:
|
36
|
-
|
37
|
-
- Dynamin layout calculations depending on content for better look
|
38
|
-
- More icons for contact topics
|
39
|
-
- Dynamic calculation for size of skill bars depending on skill name lengths
|
40
|
-
- Display page count, when experience / education section reaches second page
|
41
|
-
- Different layout templates
|
42
|
-
|
43
|
-
## Contributing
|
44
|
-
|
45
|
-
Bug reports and pull requests are welcome on GitHub at [https://github.com/freder1c/simple_cv](https://github.com/freder1c/simple_cv).
|
46
|
-
|
47
|
-
## License
|
48
|
-
|
49
|
-
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
|
50
|
-
|
51
|
-
Mail Icon made by [Freepik](http://www.freepik.com) from [www.flaticon.com](www.flaticon.com)
|
52
|
-
Location Icon made by [Freepik](http://www.freepik.com) from [www.flaticon.com](www.flaticon.com)
|
53
|
-
Globe made by [Designerz Base](http://www.finest.graphics) from [www.flaticon.com](www.flaticon.com)
|
54
|
-
Phone made by [Freepik](http://www.freepik.com) from [www.flaticon.com](www.flaticon.com)
|