dschn-tweetsy 0.1.5 → 0.1.6

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.
Files changed (3) hide show
  1. data/VERSION.yml +1 -1
  2. data/lib/tweetsy/client.rb +1 -1
  3. metadata +1 -1
@@ -1,4 +1,4 @@
1
1
  ---
2
- :patch: 5
2
+ :patch: 6
3
3
  :major: 0
4
4
  :minor: 1
@@ -76,7 +76,7 @@ module Tweetsy
76
76
  end
77
77
 
78
78
  def follower_ids(id = nil)
79
- endpoint = id ? "/followers/ids/#{id}.xml" : "/friends/ids.xml"
79
+ endpoint = id ? "/followers/ids/#{id}.xml" : "/followers/ids.xml"
80
80
 
81
81
  doc = request(:get, endpoint, :auth => id ? nil : true) # apparently don't need :auth
82
82
  (doc/:ids/:id).inject([]) { |follower_ids, id| follower_ids << id.inner_text.to_i }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dschn-tweetsy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dustin Schneider