Skip to content

Commit

Permalink
Update ruby-tw to 1.0.6. PR/48447
Browse files Browse the repository at this point in the history
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
  • Loading branch information
tsutsui committed Jan 17, 2014
1 parent 147f147 commit 391fc67
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
11 changes: 6 additions & 5 deletions net/ruby-tw/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.10 2014/01/17 08:41:05 obache Exp $
# $NetBSD: Makefile,v 1.11 2014/01/17 18:19:38 tsutsui Exp $

DISTNAME= tw-0.5.2
DISTNAME= tw-1.0.6
CATEGORIES= net

MAINTAINER= [email protected]
Expand All @@ -9,9 +9,10 @@ COMMENT= CUI Twitter Client
LICENSE= mit

DEPENDS+= ${RUBY_PKGPREFIX}-args_parser>=0.2.0:../../misc/ruby-args_parser
DEPENDS+= ${RUBY_PKGPREFIX}-parallel>=0.8.2:../../misc/ruby-parallel
DEPENDS+= ${RUBY_PKGPREFIX}-rainbow>=1.1.4:../../misc/ruby-rainbow
DEPENDS+= ${RUBY_PKGPREFIX}-twitter>=4.4.0:../../net/ruby-twitter
DEPENDS+= ${RUBY_PKGPREFIX}-launchy>=2.4.2:../../misc/ruby-launchy
DEPENDS+= ${RUBY_PKGPREFIX}-parallel>=0.9.1:../../misc/ruby-parallel
DEPENDS+= ${RUBY_PKGPREFIX}-rainbow>=1.99.1:../../misc/ruby-rainbow
DEPENDS+= ${RUBY_PKGPREFIX}-twitter>=5.5.1:../../net/ruby-twitter
DEPENDS+= ${RUBY_PKGPREFIX}-userstream>=1.2.0:../../net/ruby-userstream

RUBY_VERSION_SUPPORTED= 200 193
Expand Down
8 changes: 4 additions & 4 deletions net/ruby-tw/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.6 2013/12/14 14:58:23 tsutsui Exp $
$NetBSD: distinfo,v 1.7 2014/01/17 18:19:38 tsutsui Exp $

SHA1 (tw-0.5.2.gem) = 4de8f6fc5744a1604eef556c6bc1b93a6c748954
RMD160 (tw-0.5.2.gem) = 501930008428d996b14157d098d67ffcbe22cc7c
Size (tw-0.5.2.gem) = 14336 bytes
SHA1 (tw-1.0.6.gem) = b75ba23c0f867ddb97669fd0e3505e5f0ce70089
RMD160 (tw-1.0.6.gem) = ba32f9c3929dc5d592c5cad5a9e616026cb30239
Size (tw-1.0.6.gem) = 14336 bytes

0 comments on commit 391fc67

Please sign in to comment.