Sha256: ceae0257d82e0d8b233d71c6db2bb8a18c77e3a8f3e6bfc379d193f120270807
Contents?: true
Size: 1.59 KB
Versions: 1
Compression:
Stored size: 1.59 KB
Contents
0.2.2 ---------------- * New method Pupil#timeline is the some as Pupil#home_timeline * New method Pupil#timeline_for is the some as Pupil#user_timeline * Not necessary to give @screen_name parameter when Pupil.new . It is now on optionally parameter. * Pupil#followers_ids and Pupil#friends_ids returns Array of ids 0.2.1 ---------------- * Some bug fixed. 0.2.0 ---------------- * Fixed bug that :include(and :exclude) parameter had not worked. * New form are supported.<br/> Classic form:<br/> `pupil = Pupil.new(…)`<br/> `pupil.destroy(status_id) #=> Delete tweet`<br/> New one:<br/> `status = timeline.first`<br/> `status.destroy` * Mutable scheme are supported. When Twitter REST API is changed, Schemes correspond to it automatically. * New ways to distinguish screen_name from user_id. If methods catch parameter of number, recognize it as screen_name. * Almost Lists API are supported. 0.1.5 ---------------- * Pupil::Stream Error handling(Pupil::Stream::StreamError) are rejected. 0.1.4 ---------------- * Rename Search stream method, :filter to :search * Search REST API are supported * Pupil::Stream::Shash is outdated. Instead, use Pupil::Stream::Hash * New class, Pupil::Stream::Array * Pupil#public_timeline are supported 0.1.3 ---------------- * Fixed a bug that Pupil::Stream::Status has not user variable 0.1.2 ---------------- * Added new classes, Pupil::Stream::Status and Pupil::Stream::Shash * Pupil::Stream#start returned only Pupil::Stream::Status or Pupil::Stream::Shash * They have "event" variable that show type of event uniformly 0.1.1 ---------------- * First release
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pupil-0.2.2 | CHANGELOG.md |