epilotto_curriculum 0.1.1 → 0.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.
- data/bin/epilotto +2 -3
- data/lib/epilotto_curriculum/version.rb +1 -1
- metadata +2 -2
data/bin/epilotto
CHANGED
|
@@ -18,13 +18,12 @@ curriculum = <<-EOF
|
|
|
18
18
|
date of birth #{cyan}|#{reset} 21 October 1984
|
|
19
19
|
sex #{cyan}|#{reset} M
|
|
20
20
|
#{cyan}|#{reset}
|
|
21
|
-
|
|
22
|
-
email #{cyan}|#{reset} enrico@megiston.it
|
|
21
|
+
email #{cyan}|#{reset} enrico@megiston.it (best way to contact me)
|
|
23
22
|
website #{cyan}|#{reset} http://www.pioz.it/
|
|
24
23
|
twitter #{cyan}|#{reset} http://twitter.com/pioz
|
|
25
24
|
|
|
26
25
|
#{bold}#{yellow}Education and training#{reset}
|
|
27
|
-
2003 #{cyan}|#{reset} High school degree - Surveyor
|
|
26
|
+
2003 #{cyan}|#{reset} High school degree - Surveyor.
|
|
28
27
|
2009 #{cyan}|#{reset} Master degree in Computer Science at the University of Padua
|
|
29
28
|
#{cyan}|#{reset} with vote 107/110.
|
|
30
29
|
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: epilotto_curriculum
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.1.
|
|
5
|
+
version: 0.1.2
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Enrico Pilotto
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2011-
|
|
13
|
+
date: 2011-04-05 00:00:00 +02:00
|
|
14
14
|
default_executable:
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|