epilotto_curriculum 0.1.2 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 62b5079fdf0e7c7a150c4b6c311490e6262edc21
4
+ data.tar.gz: 8d7ad5c47fb6ebc1f0244478807bbd7127f971d1
5
+ SHA512:
6
+ metadata.gz: '06684fbc712f3077b0b3a50755ec2b3a5b9c205c73072fb7f034b6953d2387754d3e7bb5c53fdcc0a83a863bdbb192766ec0fa1622ec42fff465329185710763'
7
+ data.tar.gz: 52e1be0e27bcbf0ac17fe825f939043a50804ff3f772d06eaa4307780885aa096f3fedb3786d198701b2265f2cb1b549832a4fef1ce37bcf6342a03d1f09b4c6
data/.gitignore CHANGED
@@ -1,4 +1,9 @@
1
- *.gem
2
- .bundle
3
- Gemfile.lock
4
- pkg/*
1
+ /.bundle/
2
+ /.yardoc
3
+ /Gemfile.lock
4
+ /_yardoc/
5
+ /coverage/
6
+ /doc/
7
+ /pkg/
8
+ /spec/reports/
9
+ /tmp/
data/Gemfile CHANGED
@@ -1,4 +1,4 @@
1
- source "http://rubygems.org"
1
+ source 'https://rubygems.org'
2
2
 
3
3
  # Specify your gem's dependencies in epilotto_curriculum.gemspec
4
4
  gemspec
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2017 pioz
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 ADDED
@@ -0,0 +1,34 @@
1
+ # epilotto_curriculum
2
+
3
+ Get Enrico Pilotto's Curriculm Vitae typing 'epilotto' from your terminal.
4
+
5
+ ## Installation
6
+
7
+ Install it yourself as:
8
+
9
+ $ gem install epilotto_curriculum
10
+
11
+ ## Usage
12
+
13
+ Execute the command:
14
+
15
+ $ epilotto
16
+
17
+ ## Get your cv
18
+
19
+ Clone this project and edit the `cv.yml` file with your data.
20
+
21
+ ## Development
22
+
23
+ After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
24
+
25
+ To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
26
+
27
+ ## Contributing
28
+
29
+ Bug reports and pull requests are welcome on GitHub at https://github.com/pioz/epilotto_curriculum.
30
+
31
+
32
+ ## License
33
+
34
+ The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
data/Rakefile CHANGED
@@ -1,2 +1,2 @@
1
- require 'bundler'
2
- Bundler::GemHelper.install_tasks
1
+ require "bundler/gem_tasks"
2
+ task :default => :spec
data/bin/epilotto CHANGED
@@ -1,86 +1,9 @@
1
1
  #!/usr/bin/env ruby
2
2
  # -*- encoding: utf-8 -*-
3
3
 
4
- require 'rubygems'
5
- require 'term/ansicolor'
6
- include Term::ANSIColor
4
+ require 'epilotto_curriculum'
5
+ include EpilottoCurriculum
7
6
 
8
- curriculum = <<-EOF
7
+ CV_PATH = File.join(File.expand_path(File.dirname(__FILE__)), '..', 'lib/cv.yml')
9
8
 
10
- #{red}#{bold}Enrico Pilotto#{reset}'s Curriculum Vitae
11
- -----------------------------------
12
-
13
- #{bold}#{yellow}Personal information#{reset}
14
- name #{cyan}|#{reset} Enrico
15
- surname #{cyan}|#{reset} Pilotto
16
- address #{cyan}|#{reset} via Roma 14, San Martino di Lupari (PD) - 35018
17
- nationality #{cyan}|#{reset} italian
18
- date of birth #{cyan}|#{reset} 21 October 1984
19
- sex #{cyan}|#{reset} M
20
- #{cyan}|#{reset}
21
- email #{cyan}|#{reset} enrico@megiston.it (best way to contact me)
22
- website #{cyan}|#{reset} http://www.pioz.it/
23
- twitter #{cyan}|#{reset} http://twitter.com/pioz
24
-
25
- #{bold}#{yellow}Education and training#{reset}
26
- 2003 #{cyan}|#{reset} High school degree - Surveyor.
27
- 2009 #{cyan}|#{reset} Master degree in Computer Science at the University of Padua
28
- #{cyan}|#{reset} with vote 107/110.
29
-
30
- #{bold}#{yellow}Work experience#{reset}
31
- 2006 #{cyan}|#{reset} Three-month internship in the spring of 2006 at the company
32
- #{cyan}|#{reset} Digitalblu s.n.c. in which I have developed a software
33
- #{cyan}|#{reset} application in C\# (Visual Studio. NET 2005) to handle calls
34
- #{cyan}|#{reset} through a PBX.
35
- 2009-2011 #{cyan}|#{reset} Working as a freelancer developing web applications in
36
- #{cyan}|#{reset} 'Ruby on Rails'.
37
- pubblications #{cyan}|#{reset} Compact preference representation in stable marriage problems.
38
-
39
- #{bold}#{yellow}Personal skills#{reset}
40
- languages #{cyan}|#{reset} Italian native speaker. Basic knowledge of English studied
41
- #{cyan}|#{reset} three years in middle school and five years in high school.
42
- driving license #{cyan}|#{reset} Driver's license B
43
- #{cyan}|#{reset}
44
- skills #{cyan}|#{reset} * Computer science is my passion.
45
- #{cyan}|#{reset} * Interested and intrigued by new technologies. I do not
46
- #{cyan}|#{reset} fossilize over a single technology.
47
- #{cyan}|#{reset} * Versatile in the use of programming languages and
48
- #{cyan}|#{reset} development tools.
49
- #{cyan}|#{reset} * Good experience in team work, knowledge of support
50
- #{cyan}|#{reset} tools such as trackers, version control system.
51
- #{cyan}|#{reset} * Experience in obtaining information from the web: doc,
52
- #{cyan}|#{reset} API, blog, forum...
53
- #{cyan}|#{reset} * When I have a problem, first search on Google, then
54
- #{cyan}|#{reset} ask to other people!
55
- #{cyan}|#{reset}
56
- S.O. #{cyan}|#{reset} GNU/Linux Debian (very good)
57
- #{cyan}|#{reset} MacOSX 10.5 (very good)
58
- #{cyan}|#{reset} MS Windows (poor)
59
- programming #{cyan}|#{reset} C/C++ (very good)
60
- #{cyan}|#{reset} Ruby (very good)
61
- #{cyan}|#{reset} Java (good)
62
- #{cyan}|#{reset} Python (good)
63
- #{cyan}|#{reset} .NET C# (very good)
64
- #{cyan}|#{reset} Ada (base - concurrency)
65
- #{cyan}|#{reset} PHP (good)
66
- #{cyan}|#{reset} ML (poor)
67
- #{cyan}|#{reset} LaTeX (very good)
68
- #{cyan}|#{reset}
69
- web framework #{cyan}|#{reset} Ruby on Rails (very good)
70
- #{cyan}|#{reset}
71
- other #{cyan}|#{reset} Apache2 (very good)
72
- #{cyan}|#{reset} MySQL (very good)
73
- #{cyan}|#{reset} Oracle (poor)
74
- #{cyan}|#{reset} MongoDB (good)
75
- #{cyan}|#{reset} Microsoft Visual Studio .NET (base)
76
- #{cyan}|#{reset} Git (very good)
77
- #{cyan}|#{reset} GTK/GTKmm
78
- #{cyan}|#{reset} OpenGL
79
- #{cyan}|#{reset} WxWidgets
80
- #{cyan}|#{reset} ...
81
- #{cyan}|#{reset}
82
- some projects #{cyan}|#{reset} https://github.com/pioz
83
-
84
- EOF
85
-
86
- puts curriculum
9
+ puts build_from_yaml(CV_PATH)
@@ -1,19 +1,37 @@
1
- # -*- encoding: utf-8 -*-
2
- $:.push File.expand_path("../lib", __FILE__)
3
- require "epilotto_curriculum/version"
1
+ # coding: utf-8
2
+ lib = File.expand_path('../lib', __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require 'epilotto_curriculum/version'
4
5
 
5
- Gem::Specification.new do |s|
6
- s.name = "epilotto_curriculum"
7
- s.version = EpilottoCurriculum::VERSION
8
- s.platform = Gem::Platform::RUBY
9
- s.authors = ["Enrico Pilotto"]
10
- s.email = ["enrico@megiston.it"]
11
- s.homepage = "http://github.com/pioz/epilotto_curriculum"
12
- s.summary = "Enrico Pilotto's curriculum vitae"
13
- s.description = "Get Enrico Pilotto's Curriculm Vitae typing 'epilotto' from your terminal"
14
- s.files = `git ls-files`.split("\n")
15
- s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
16
- s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
17
- s.require_paths = ["lib"]
18
- s.add_dependency('term-ansicolor', '>= 1.0.5')
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "epilotto_curriculum"
8
+ spec.version = EpilottoCurriculum::VERSION
9
+ spec.authors = ["pioz"]
10
+ spec.email = ["enrico@megiston.it"]
11
+
12
+ spec.summary = %q{Enrico Pilotto's curriculum vitae}
13
+ spec.description = %q{Get Enrico Pilotto's Curriculm Vitae typing 'epilotto' from your terminal.}
14
+ spec.homepage = "http://github.com/pioz/epilotto_curriculum."
15
+ spec.license = "MIT"
16
+
17
+ # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
18
+ # to allow pushing to a single host or delete this section to allow pushing to any host.
19
+ if spec.respond_to?(:metadata)
20
+ spec.metadata['allowed_push_host'] = "https://rubygems.org"
21
+ else
22
+ raise "RubyGems 2.0 or newer is required to protect against " \
23
+ "public gem pushes."
24
+ end
25
+
26
+ spec.files = `git ls-files -z`.split("\x0").reject do |f|
27
+ f.match(%r{^(test|spec|features)/})
28
+ end
29
+ spec.bindir = "bin"
30
+ spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
31
+ spec.require_paths = ["lib"]
32
+
33
+ spec.add_development_dependency "bundler", "~> 1.13"
34
+ spec.add_development_dependency "rake", "~> 10.0"
35
+
36
+ spec.add_dependency("term-ansicolor", ">= 1.0.5")
19
37
  end
data/lib/cv.yml ADDED
@@ -0,0 +1,96 @@
1
+ name: Enrico Pilotto
2
+ Personal Information:
3
+ Name: Enrico
4
+ Surname: Pilotto
5
+ Address: via Marconi 4/3, San Martino di Lupari (PD), 35018, Italy
6
+ Nationality: italian
7
+ Date of birth: 21 October 1984
8
+ Sex: M
9
+ sep:
10
+ Email: enrico@megiston.it (best way to contact me)
11
+ Website: http://www.pioz.it/
12
+ Twitter: https://twitter.com/pioz
13
+ Education:
14
+ 2003: |
15
+ <b>High school degree - Surveyor</b>
16
+ I.T.S. Girardi, Cittadella (PD), Italy
17
+ sep:
18
+ 2009: |
19
+ <b>Master degree in Computer Science</b>
20
+ University of Study of Padua, Italy
21
+ Final evaluation 107/110
22
+
23
+ Software Engineering, Artificial Intelligence, Web Development, Programming, Object Oriented Programming, Distributed Systems, Computer Architecture, Networking, Computer Security, Logic, Algebra, Math...
24
+ Pubblications:
25
+ Title: <b>Compact preference representation in stable marriage problems</b>
26
+ Supervisors: prof. Francesca Rossi, prof. Khristen Venable, prof. Livio Colussi
27
+ Link: http://www.math.unipd.it/~frossi/adt6-cameraready.pdf
28
+ Description: The stable marriage problem has many practical applications in twosided markets like those that assign doctors to hospitals, students to schools, or buyers to vendors. Most algorithms to find stable marriages assume that the participants explicitly expresses a preference ordering. This can be problematic when the number of options is large or has a combinatorial structure. We consider therefore using CP-nets, a compact preference formalism in stable marriage problems. We study the impact of this formalism on the computational complexity of stable marriage procedures, as well as on the properties of the solutions computed by these procedures. We show that it is possible to model preferences compactly without significantly increasing the complexity of stable marriage procedures and whilst maintaining the desirable properties of the matching returned.
29
+ Work Experience:
30
+ 2006: |
31
+ <b>Three-months internship at Digitalblu s.n.c.</b>
32
+ Padova, Italy
33
+
34
+ I developed a software application in C# (Visual Studio. NET 2005) to handle calls through a PBX.
35
+ sep1:
36
+ September 2009 – present: |
37
+ <b>Freelance and founder of Megiston</b>
38
+ Albignasego (PD), Italy
39
+
40
+ Founder with Davide Barison, development Ruby on Rails based web solutions and graphic communication. Startup and ecommerce specialization. Developed more than 30 projects. For portfolio synthesis please visit http://www.megiston.it.
41
+ sep2:
42
+ March 2012 – present: |
43
+ <b>Software Engineer at Timerepublik</b>
44
+ Lugano, Switzerland and Padova, Italy
45
+
46
+ Backend programmer
47
+ The First Global Time Bank. Timerepublik is a market place that allows you to offer skills (talent) to others members of the community in exchange of time at a one to one ratio. Time becomes the unit of exchange instead of money. Time accumulated can then be exchanged without any restrictions for small favors within the community. Visit http://www.timerepublik.com.
48
+ Languages:
49
+ Italian: Mother tongue
50
+ English: Standard working proficiency studied three years in middle school and five years in high school
51
+ Personal skills:
52
+ Skills: |
53
+ * Computer science is my passion
54
+ * Interested and intrigued by new technologies, I do not fossilize over a single technology
55
+ * Versatile in the use of programming languages and development tools
56
+ * Good experience in team work, knowledge of support tools such as trackers, version control system
57
+ * Experience in obtaining information from the web: doc, API, blog, forum...
58
+ sep:
59
+ Operating systems: |
60
+ GNU/Linux Debian (very good)
61
+ Mac OS X (very good)
62
+ MS Windows (poor)
63
+ Programming languages: |
64
+ C/C++ (very good)
65
+ Ruby (very good)
66
+ Javascript (very good)
67
+ Java (good)
68
+ Python (good)
69
+ .NET C# (very good)
70
+ Ada (base - concurrency)
71
+ PHP (poor)
72
+ ML (poor)
73
+ LaTeX (very good)
74
+ Other languages: HTML, CSS, Javascript
75
+ DBMS: |
76
+ MySQL (very good)
77
+ MongoDB (very good)
78
+ Redis (very good)
79
+ Oracle (poor)
80
+ Frameworks: Ruby on Rails (very good)
81
+ Other: |
82
+ HTML (very good)
83
+ CSS (very good)
84
+ Apache2 (very good)
85
+ Microsoft Visual Studio .NET (good)
86
+ Git (very good)
87
+ GTK/QT (good)
88
+ OpenGL (good)
89
+ ...
90
+ Interests:
91
+ Computer programming: Open source contributor at http://www.github.com/pioz
92
+ Cracking: XSS, SQL injection, Brute force scripting, DoS
93
+ Video games: World of Warcraft, Hearthstone, Quake 3 arena, Monkey Island, Warcraft III
94
+ Additional:
95
+ Driving licens: Clean european driving license B
96
+ Relationship status: Married to Deborah Stocco
@@ -1,3 +1,3 @@
1
1
  module EpilottoCurriculum
2
- VERSION = "0.1.2"
2
+ VERSION = "0.2.0"
3
3
  end
@@ -1,3 +1,90 @@
1
+ require 'yaml'
2
+ require 'term/ansicolor'
3
+
1
4
  module EpilottoCurriculum
2
- # Your code goes here...
5
+ include Term::ANSIColor
6
+
7
+ def build_from_yaml(yaml_file, width: 80, left_column_max_width_percent: 30)
8
+ cv = YAML.load_file(yaml_file)
9
+ name = cv.delete('name')
10
+ left_column_max_width = (width * (left_column_max_width_percent/100.0)).round
11
+ max_paragraph_width = cv.values.map(&:keys).flatten.max{|x,y| x.size <=> y.size}.size
12
+ lc_w = (max_paragraph_width <= left_column_max_width ? max_paragraph_width : left_column_max_width) + 1
13
+ rc_w = width - 3 - lc_w
14
+
15
+ s = [draw_title(name, width)]
16
+ cv.each do |section, data|
17
+ if section != :name
18
+ s << draw_section(section, width) # lc_w - 1
19
+ data.each do |left, right|
20
+ l_lines = rpad(left, lc_w).split("\n")
21
+ r_lines = lpad(right, rc_w).split("\n")
22
+ i = 0
23
+ while l_lines[i] || r_lines[i] do
24
+ l_line = l_lines[i]
25
+ l_line = ' ' * lc_w if !l_line || l_line =~ /\s*sep\d*$/
26
+ s << "#{l_line} #{cyan}|#{reset} #{r_lines[i]}"
27
+ i += 1
28
+ end
29
+ end
30
+ end
31
+ end
32
+ s << ''
33
+ return s.join("\n")
34
+ end
35
+
36
+ private
37
+
38
+ def lpad(s, width)
39
+ return '' unless s
40
+ lines = s.to_s.split("\n")
41
+ output = []
42
+ lines.each do |line|
43
+ pad = line[0] == '*' ? 2 : 0
44
+ words = line.split
45
+ r = words.first
46
+ if words.any?
47
+ w = r.gsub(/<\/?b>/, '').size
48
+ words[1..-1].each do |word|
49
+ size = word.gsub(/<\/?b>/, '').size
50
+ if w + size + 1 <= width
51
+ r += ' ' + word
52
+ w += size + 1
53
+ else
54
+ n = "\n"
55
+ if r.scan(/<b>/).size != r.scan(/<\/b>/).size
56
+ n = "</b>\n<b>"
57
+ end
58
+ r += n + ' ' * pad + word
59
+ w = size
60
+ end
61
+ end
62
+ end
63
+ output << r.to_s.gsub('<b>', bold).gsub('</b>', reset)
64
+ end
65
+ return output.join("\n")
66
+ end
67
+
68
+ def rpad(s, width)
69
+ s = lpad(s, width)
70
+ r = []
71
+ s.split("\n").each do |line|
72
+ r << line.rjust(width)
73
+ end
74
+ return r.join("\n")
75
+ end
76
+
77
+ def draw_title(name, width)
78
+ title = "#{name.upcase}'s curriculum vitæ"
79
+ s = "#{title} (last update 1 March 2017)".center(width)
80
+ s.gsub!(title, bold(red(title)))
81
+ return "\n#{s}\n"
82
+ end
83
+
84
+ def draw_section(s, width)
85
+ lw = width - s.size - 4
86
+ lw = lw < 0 ? 0 : lw
87
+ return bold(yellow("#{'─'*2} #{s} #{'─'*lw}"))
88
+ end
89
+
3
90
  end
metadata CHANGED
@@ -1,75 +1,98 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: epilotto_curriculum
3
- version: !ruby/object:Gem::Version
4
- prerelease:
5
- version: 0.1.2
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.2.0
6
5
  platform: ruby
7
- authors:
8
- - Enrico Pilotto
6
+ authors:
7
+ - pioz
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
-
13
- date: 2011-04-05 00:00:00 +02:00
14
- default_executable:
15
- dependencies:
16
- - !ruby/object:Gem::Dependency
17
- name: term-ansicolor
11
+ date: 2017-03-02 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.13'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.13'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '10.0'
34
+ type: :development
18
35
  prerelease: false
19
- requirement: &id001 !ruby/object:Gem::Requirement
20
- none: false
21
- requirements:
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '10.0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: term-ansicolor
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
22
45
  - - ">="
23
- - !ruby/object:Gem::Version
46
+ - !ruby/object:Gem::Version
24
47
  version: 1.0.5
25
48
  type: :runtime
26
- version_requirements: *id001
27
- description: Get Enrico Pilotto's Curriculm Vitae typing 'epilotto' from your terminal
28
- email:
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: 1.0.5
55
+ description: Get Enrico Pilotto's Curriculm Vitae typing 'epilotto' from your terminal.
56
+ email:
29
57
  - enrico@megiston.it
30
- executables:
58
+ executables:
31
59
  - epilotto
32
60
  extensions: []
33
-
34
61
  extra_rdoc_files: []
35
-
36
- files:
37
- - .gitignore
62
+ files:
63
+ - ".gitignore"
38
64
  - Gemfile
39
- - LICENSE
40
- - README.rdoc
65
+ - LICENSE.txt
66
+ - README.md
41
67
  - Rakefile
42
68
  - bin/epilotto
43
69
  - epilotto_curriculum.gemspec
70
+ - lib/cv.yml
44
71
  - lib/epilotto_curriculum.rb
45
72
  - lib/epilotto_curriculum/version.rb
46
- has_rdoc: true
47
- homepage: http://github.com/pioz/epilotto_curriculum
48
- licenses: []
49
-
73
+ homepage: http://github.com/pioz/epilotto_curriculum.
74
+ licenses:
75
+ - MIT
76
+ metadata:
77
+ allowed_push_host: https://rubygems.org
50
78
  post_install_message:
51
79
  rdoc_options: []
52
-
53
- require_paths:
80
+ require_paths:
54
81
  - lib
55
- required_ruby_version: !ruby/object:Gem::Requirement
56
- none: false
57
- requirements:
82
+ required_ruby_version: !ruby/object:Gem::Requirement
83
+ requirements:
58
84
  - - ">="
59
- - !ruby/object:Gem::Version
60
- version: "0"
61
- required_rubygems_version: !ruby/object:Gem::Requirement
62
- none: false
63
- requirements:
85
+ - !ruby/object:Gem::Version
86
+ version: '0'
87
+ required_rubygems_version: !ruby/object:Gem::Requirement
88
+ requirements:
64
89
  - - ">="
65
- - !ruby/object:Gem::Version
66
- version: "0"
90
+ - !ruby/object:Gem::Version
91
+ version: '0'
67
92
  requirements: []
68
-
69
93
  rubyforge_project:
70
- rubygems_version: 1.6.1
94
+ rubygems_version: 2.6.8
71
95
  signing_key:
72
- specification_version: 3
96
+ specification_version: 4
73
97
  summary: Enrico Pilotto's curriculum vitae
74
98
  test_files: []
75
-
data/LICENSE DELETED
@@ -1,20 +0,0 @@
1
- Copyright (c) 2011 Enrico Pilotto
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining
4
- a copy of this software and associated documentation files (the
5
- "Software"), to deal in the Software without restriction, including
6
- without limitation the rights to use, copy, modify, merge, publish,
7
- distribute, sublicense, and/or sell copies of the Software, and to
8
- permit persons to whom the Software is furnished to do so, subject to
9
- the following conditions:
10
-
11
- The above copyright notice and this permission notice shall be
12
- included in all copies or substantial portions of the Software.
13
-
14
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.rdoc DELETED
@@ -1,17 +0,0 @@
1
- = epilotto_curriculum
2
-
3
- Get Enrico Pilotto's Curriculm Vitae typing 'epilotto' from your terminal.
4
-
5
- == Note on Patches/Pull Requests
6
-
7
- * Fork the project.
8
- * Make your feature addition or bug fix.
9
- * Add tests for it. This is important so I don't break it in a
10
- future version unintentionally.
11
- * Commit, do not mess with rakefile, version, or history.
12
- (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
13
- * Send me a pull request. Bonus points for topic branches.
14
-
15
- == Copyright
16
-
17
- Copyright (c) 2011 Enrico Pilotto. See LICENSE for details.