basmoura 0.5.1 → 0.5.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8ee1f019ea3ddf86791848b2ee648394ae5ae54e
4
- data.tar.gz: 7b52633755006cab634f4bb8ea69b675ca67dae8
3
+ metadata.gz: 58f47b2d3b7e9dee99d2a2987c649016d1ba209e
4
+ data.tar.gz: fdf31db2e28728a0d2ec2d24f8f68b7130ea40cc
5
5
  SHA512:
6
- metadata.gz: 398c02129513e37596a4188badf0cb7b83f47ff61e64df7359fba455a0e0a280517f28942dd75903cd655bf8cdebcb3c8a495e76379463854485999e92142403
7
- data.tar.gz: 58bf7e1c4df15d83510d926810e740420ad0711004180f52ee5b370464762d0c8ecc20c6b95f43bf09f2501bef92d6ae12870d440cd919574be6d6b1219ad8d8
6
+ metadata.gz: 9fc4005d89fa615315c45fc5c75c3a568eae880051bef8e5ef44171a7d255ad37cb26dd29efceba3186bff4c2c0a6f68ea40e9fa9f228e550442bba6d06a3f4f
7
+ data.tar.gz: d25a8f12b73f1e0af67beca2df620855d2d63a3163802a5509f2241db13d7f5394b2490b6be0ce87bf75361568e41ae2921f190c962eb0b6d244b090426c5d19
data/README.md CHANGED
@@ -11,7 +11,6 @@ This is a simple gem to show my professional informations.
11
11
 
12
12
  ## Usage
13
13
 
14
-
15
14
  Type `basmoura` on the console to see it; `basmoura -p` to export to a pdf file.
16
15
 
17
16
  ## Contributing
@@ -4,7 +4,7 @@
4
4
  require 'basmoura'
5
5
 
6
6
  readme = <<-HELP
7
- Usage: basmoura <command>
7
+ Usage: basmoura [command]
8
8
 
9
9
  Commands:
10
10
  console Shows my CV at the console
@@ -9,14 +9,19 @@ module Basmoura
9
9
  end
10
10
 
11
11
  def skill_sumary
12
- %w(Ruby\ /\ Ruby\ on\ Rails C#\ /\ ASP.NET HTML\ /\ CSS\ /\ JavaScript GIT Scrum)
12
+ %w(Ruby\ /\ Ruby\ on\ Rails Java C#\ /\ ASP.NET HTML\ /\ CSS\ /\ JavaScript GIT Scrum)
13
13
  end
14
14
 
15
15
  def professional_exp
16
- jobs = { :pop => { :role => "Ruby on Rails Developer",
16
+ jobs = { :jaya => { :role => "Software Developer",
17
+ :tasks => ["- Full application development using Ruby on Rails, Java and Shell Script"],
18
+ :period => "Jun 2014 - Today",
19
+ :company => "Jaya Apps" },
20
+
21
+ :pop => { :role => "Ruby on Rails Developer",
17
22
  :tasks => ["- Full application development using Ruby on Rails",
18
23
  "- Full webservice development and integration with push notifications server for Android and iOS systems"],
19
- :period => "Nov 2013 - Today",
24
+ :period => "Nov 2013 - May 2014",
20
25
  :company => "Popcode Mobile Solutions" },
21
26
 
22
27
  :swx => { :role => "Ruby on Rails Developer Trainee",
@@ -1,3 +1,3 @@
1
1
  module Basmoura
2
- VERSION = "0.5.1"
2
+ VERSION = "0.5.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: basmoura
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Breno Moura
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-21 00:00:00.000000000 Z
11
+ date: 2014-10-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colorize