epilotto_curriculum 0.0.3 → 0.0.4
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/VERSION +1 -1
- data/bin/epilotto +14 -0
- data/epilotto_curriculum.gemspec +2 -2
- metadata +2 -2
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.4
|
data/bin/epilotto
CHANGED
|
@@ -30,6 +30,10 @@ luogo di nascita | Cittadella (PD)
|
|
|
30
30
|
| 107/110.
|
|
31
31
|
|
|
32
32
|
#{bold}Esperienze professionali#{reset}
|
|
33
|
+
2006 | Stage di tre mesi nella primavera del 2006 l'azienda Digitalblu
|
|
34
|
+
| s.n.c. nel quale ho sviluppato un'applicazione software in C\#
|
|
35
|
+
| (Visual Studio .NET 2005) per manipolare telefonate tramite
|
|
36
|
+
| centralino telefonico.
|
|
33
37
|
2009-2010 | Lavoro come libero professionista sviluppando applicazioni
|
|
34
38
|
| web in 'Ruby on Rails'.
|
|
35
39
|
|
|
@@ -39,6 +43,15 @@ luogo di nascita | Cittadella (PD)
|
|
|
39
43
|
| superiori.
|
|
40
44
|
patente | Automobilistica B
|
|
41
45
|
|
|
|
46
|
+
|
|
|
47
|
+
skills | * Interessato e incuriosito dalle nuove tecnologie. Non mi
|
|
48
|
+
| fossilizzo su un'unica tecnologia.
|
|
49
|
+
| * Versatile e poliedrico nell'uso di linguaggi di programmazione e
|
|
50
|
+
| tool di sviluppo.
|
|
51
|
+
| * Buona esperienza nel lavoro in team, conoscenza di tool di
|
|
52
|
+
| supporto come tracker, sistemi di versionamento.
|
|
53
|
+
| * Esperienza nel reperire informazioni dal web: API, blog, forum...
|
|
54
|
+
|
|
|
42
55
|
S.O. | GNU/Linux Debian molto buono
|
|
43
56
|
| MacOSX 10.5 molto buono
|
|
44
57
|
| ms Windows scarso
|
|
@@ -58,6 +71,7 @@ luogo di nascita | Cittadella (PD)
|
|
|
58
71
|
| MySQL molto buono
|
|
59
72
|
| Oracle base
|
|
60
73
|
| Microsoft Visual Studio .NET base
|
|
74
|
+
| Git moltobuono
|
|
61
75
|
| GTK/GTKmm
|
|
62
76
|
| OpenGL
|
|
63
77
|
| WxWidgets
|
data/epilotto_curriculum.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{epilotto_curriculum}
|
|
8
|
-
s.version = "0.0.
|
|
8
|
+
s.version = "0.0.4"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Enrico Pilotto"]
|
|
12
|
-
s.date = %q{2010-03-
|
|
12
|
+
s.date = %q{2010-03-18}
|
|
13
13
|
s.default_executable = %q{epilotto}
|
|
14
14
|
s.description = %q{Get Enrico Pilotto's Curriculm Vitae typing 'epilotto' from your terminal}
|
|
15
15
|
s.email = %q{enrico@megiston.it}
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: epilotto_curriculum
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Enrico Pilotto
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2010-03-
|
|
12
|
+
date: 2010-03-18 00:00:00 +01:00
|
|
13
13
|
default_executable: epilotto
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|