yohan 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/yohan.rb +16 -16
  3. data/yohan.gif +0 -0
  4. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 554ec2a90a61509b47992528c5a60798d0059253
4
- data.tar.gz: 4cf0b874ad7a257deaf1013240f9e154ac0836fd
3
+ metadata.gz: c5fc8100e5f7313c32ca5263d7e3ab2ec831f4f9
4
+ data.tar.gz: 68897193a4b09c46eab3186d811e561767ac9b24
5
5
  SHA512:
6
- metadata.gz: db53baf4c686545aa188f41ab9eae7989bd4f37fc7645e26c2f03b3951692435a0703cfdb0fef3808bde2e617f6ebb5deae6296793eefbba7f6a83475f843f29
7
- data.tar.gz: 696a5937bdf6757a6821b91b4bef4ec1b659621d3c129de49d7f5a6ac2409355726e08976c3011a2246b2b1e12ab6c3c10288ac2f04262e7cccb35c10d7a038b
6
+ metadata.gz: bf9ff29c7565e0052790933aca5488680a3fa4c8ec39d5543439ae23dd90869e49d4124c40e9829ec393560dec1ed5d8ee75b4a0dba506f6209a28d5d2cb4337
7
+ data.tar.gz: fe70e950f9f982ae2996885af9da9fa7cce3f622d7d6582a4c34cec9a8152ca9f1d6f5936c0f727056bb818c2e65de0dd69ca26b8baecef986b664570827eb58
data/lib/yohan.rb CHANGED
@@ -5,24 +5,21 @@ module Resume
5
5
  @name = "Yohan Lee"
6
6
  @phone_number = "347-522-6583"
7
7
  @email = "io.yohanlee@gmail.com"
8
- @address = "820 Fenimore Rd Larchmont, NY 10538"
9
8
  end
10
9
 
11
- attr_reader :name, :phone_number, :email, :address
10
+ attr_reader :name, :phone_number, :email
12
11
  end
13
12
 
14
13
  class Yohan
15
14
 
16
15
  CONTACTS = ContactsInformation.new
17
16
 
18
- def self.education
19
- (2013..2014).map do |year|
20
- "Baruch College, #{year}"
21
- end
22
- end
23
-
24
- def self.skills
25
- ["Ruby", "Ruby on Rails", "HTML", "CSS", "JavaScript", "Git", "PostgresSQL", "Vim"]
17
+ def self.projects
18
+ {
19
+ gifmedat: "built a Rails app that turns images to and resizes animated gifs to make the world a happier place.",
20
+ krossover_leaderboard: "built an automated rails leaderboard app for high school and college basketball players for Krossover,
21
+ a startup with a mission to help sports teams, coaches, and players perform better."
22
+ }
26
23
  end
27
24
 
28
25
  def self.experience
@@ -36,11 +33,8 @@ module Resume
36
33
  }]}
37
34
  end
38
35
 
39
- def self.projects
40
- {
41
- gifmedat: "built a Rails app for turning images to and resizing animated gifs.",
42
- krossover_leaderboard: "built a Rails app of automated leaderboard for sports games analytics company, Krossover."
43
- }
36
+ def self.skills
37
+ ["Ruby", "Rails", "HTML", "CSS", "JavaScript", "Git", "PostgresSQL", "Vim"]
44
38
  end
45
39
 
46
40
  def self.github
@@ -51,13 +45,19 @@ module Resume
51
45
  "https://ayohan.com"
52
46
  end
53
47
 
48
+ def self.education
49
+ (2013..2014).map do |year|
50
+ "Baruch College, #{year}"
51
+ end
52
+ end
53
+
54
54
  def self.passion
55
55
  loop do
56
56
  puts "animated gifs!"
57
57
  end
58
58
  end
59
59
 
60
- def self.to_s
60
+ def self.says
61
61
  `say -v "Good News" "hire me me me"`
62
62
  "hire me"
63
63
  end
data/yohan.gif ADDED
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yohan
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yohan Lee
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-18 00:00:00.000000000 Z
11
+ date: 2015-08-03 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: io.yohanlee@gmail.com
@@ -17,6 +17,7 @@ extensions: []
17
17
  extra_rdoc_files: []
18
18
  files:
19
19
  - lib/yohan.rb
20
+ - yohan.gif
20
21
  homepage: https://github.com/ayohan/resume
21
22
  licenses:
22
23
  - MIT