linkedin-idkmybffjill 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
data/README.markdown CHANGED
@@ -6,7 +6,7 @@ Ruby wrapper for the [LinkedIn API](http://developer.linkedin.com). Heavily insp
6
6
 
7
7
  sudo gem install gemcutter
8
8
  gem tumble
9
- sudo gem install linkedin
9
+ sudo gem install linkedin-idkmybffjill
10
10
 
11
11
  ## Usage
12
12
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.2
1
+ 0.2.3
@@ -141,7 +141,7 @@ module LinkedIn
141
141
  #NOTE: this is a deprecated API. Please use the Share API,
142
142
  # which is not currently implemented
143
143
  def update_status(text)
144
- path = "/people/~/person-activities"
144
+ path = "/people/~/current-status"
145
145
  put(path, status_to_xml(text))
146
146
  end
147
147
 
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: 19
4
+ hash: 17
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 2
10
- version: 0.2.2
9
+ - 3
10
+ version: 0.2.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Wynn Netherland, idkmybffjill