2014-01-17 19:19:38 by Izumi Tsutsui | Files touched by this commit (2) | |
Log message:
Update ruby-tw to 1.0.6. PR/48447
Changelog (from History.txt)
=== 1.0.6 2014-01-17
* rescue Launchy::CommandNotFoundError #56
=== 1.0.5 2014-01-16
* use HTTPS for OAuth::Consumer #55
* thank you for contributing @ymrl
=== 1.0.4 2014-01-08
* update gem dependencies
=== 1.0.3 2014-01-08
* bugfix for rainbow 1.99.x #54
* use launchy gem to open OAuth-URL #53
=== 1.0.2 2013-11-27
* fix syntax error on ruby1.8.7
=== 1.0.1 2013-11-23
* bugfix -user:add #51
=== 1.0.0 2013-11-21
* fix for twitter gem v5.0.0 #50
|
2014-01-17 09:41:05 by OBATA Akio | Files touched by this commit (2) |
Log message:
ruby version restriction from www/ruby-multipart-post
|
2013-12-21 18:29:30 by Izumi Tsutsui | Files touched by this commit (1) | |
Log message:
Update DEPENDS gem versions per tw.gemspec file.
Note both ruby-args_parser-0.2.0 and ruby-parallel-0.8.2 were updated
in September.
|
2013-12-14 15:58:23 by Izumi Tsutsui | Files touched by this commit (2) |
Log message:
Update ruby-tw to 0.5.2.
(Note newer tw-1.0.2 has been released already, but it requires
recent tw-twitter 5.x.y which requires much more gems not in pkgsrc)
Changes from History.txt:
=== 0.5.2 2013-09-19
* do not show dialogue with "--yes" option
|
2013-11-24 15:07:50 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Bump PKGREVISION for json version handling change.
|
2013-09-23 07:16:22 by Izumi Tsutsui | Files touched by this commit (2) | |
Log message:
Update ruby-tw to 0.5.1. (leaf package update)
Changes from History.txt:
=== 0.5.1 2013-09-18
* tweet with file % tw 'yummy!!' --file=food.jpg
|
2013-09-07 21:10:39 by Izumi Tsutsui | Files touched by this commit (2) |
Log message:
Update ruby-tw to 0.5.0.
Changes from History.txt:
=== 0.5.0 2013-08-26
* show RT/Fav count on % tw --id=1234552234
=== 0.4.9 2013-08-22
* show tweet by status_id % tw --id=1234543234
|
2013-08-18 18:46:45 by Izumi Tsutsui | Files touched by this commit (2) |
Log message:
Update ruby-tw to 0.4.8.
Changes from History.txt:
=== 0.4.8 2013-08-10
* show Fav/RT count
=== 0.4.7 2013-08-09
* modify DM send dialog
* declare license in gemspec
=== 0.4.6 2013-07-28
* unescape HTML in Tw::Client#show_status
=== 0.4.5 2013-07-27
* fix listname regex, could contain '-'
* thank you for contributing @takano32
=== 0.4.4 2013-07-14
* silent if --format option
=== 0.4.3 2013-07-02
* notify switch user
|
2013-06-14 16:46:13 by Izumi Tsutsui | Files touched by this commit (1) |
Log message:
New tw gems explicitly requires ruby-args_parser>=0.1.4.
(it is already in pkgsrc)
|
2013-06-14 16:40:24 by Izumi Tsutsui | Files touched by this commit (2) |
Log message:
Update ruby-tw to 0.4.2.
Changes from History.txt:
=== 0.4.2 2013-05-18
* enable -id=(id) option in pipe-tweet
=== 0.4.1 2013-05-18
* replty to status % tw "@shokai hello!" --id=1123454321
=== 0.4.0 2013-05-16
* status_id % tw --id
* RT tweet % tw --rt=12345136
* Fav tweet % tw --fav=12345136
|