linkedin-idkmybffjill 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/linked_in/profile.rb +2 -1
- metadata +3 -3
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.2.
|
1
|
+
0.2.1
|
data/lib/linked_in/profile.rb
CHANGED
@@ -6,7 +6,8 @@ module LinkedIn
|
|
6
6
|
PROFILE_FIELDS = %w[id first_name last_name headline industry
|
7
7
|
current_status current_status_timestamp summary
|
8
8
|
specialties proposal_comments associations honors
|
9
|
-
interests picture_url distance num_recommenders
|
9
|
+
interests picture_url distance num_recommenders
|
10
|
+
public_profile_url]
|
10
11
|
|
11
12
|
PROFILE_FIELDS.each do |f|
|
12
13
|
define_method(f.to_sym) do
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: linkedin-idkmybffjill
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 21
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 0.2.
|
9
|
+
- 1
|
10
|
+
version: 0.2.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Wynn Netherland, idkmybffjill
|