jnunemaker-twitter 0.6.0 → 0.6.1

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 (4) hide show
  1. data/History +4 -0
  2. data/VERSION.yml +1 -1
  3. data/lib/twitter/base.rb +1 -1
  4. metadata +2 -2
data/History CHANGED
@@ -1,3 +1,7 @@
1
+ 0.6.1 - April 12, 2009
2
+ * 1 minor fix
3
+ * Had two friend_ids functions. Renamed one of them to follower_ids.
4
+
1
5
  0.6.0 - April 11, 2009
2
6
  * 1 feature addition
3
7
  * Added http authentication back in. You can now use oauth or http auth as your client.
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 6
4
- :patch: 0
4
+ :patch: 1
data/lib/twitter/base.rb CHANGED
@@ -90,7 +90,7 @@ module Twitter
90
90
  end
91
91
 
92
92
  # Options: id, user_id, screen_name
93
- def friend_ids(query={})
93
+ def follower_ids(query={})
94
94
  perform_get("/followers/ids.json", :query => query)
95
95
  end
96
96
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jnunemaker-twitter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Nunemaker
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-04-11 00:00:00 -07:00
12
+ date: 2009-04-12 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency