pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/ruby-twitter Update ruby-twitter to 5.7.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/53e17df180f3
branches:  trunk
changeset: 635216:53e17df180f3
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Sun Jun 01 16:51:49 2014 +0000

description:
Update ruby-twitter to 5.7.1.

Changelog (from CHANGELOG.md)

5.7.1
-----
* [Only warn if entities are not included](https://github.com/sferik/twitter/commit/82ed19e69c03ccaccc366744421b3bb3ee444625) ([@matthewrudy](https://twitter.com/matthewrudy))
* [Fix typos in documentation](https://github.com/sferik/twitter/pull/531) ([@attilaolah](https://twitter.com/attilaolah))

5.7.0
-----
* [Remove `Twitter::Base.from_response` method](https://github.com/sferik/twitter/commit/6f9a352adaa5eee0611fa8d2e45fc7349b5cecae)
* [Remove `Twitter::REST::API` namespace](https://github.com/sferik/twitter/commit/f9c4e8214bfe0e4cbd13681a6454956f2c6ac21b)
* [Remove `descendants_tracker`](https://github.com/sferik/twitter/commit/4cbcb0fc58c55b84b642bc7c66085bb581e9b20a)
* [Remove unused `HTTP_STATUS_CODE` constants](https://github.com/sferik/twitter/commit/b45d89bc96f11079b31976f14ade4f89d50b4dc9)
* [Remove `Twitter::Error#cause`](https://github.com/sferik/twitter/commit/a5748b925aa3220e7388311bd0228a62d45d09a4)

5.6.0
-----
* [Replace custom `Twitter::NullObject` with `Naught`](https://github.com/sferik/twitter/commit/bc3990e3588f889569f1c92e465c329c508ce32e)
* [Use `URI` and `CGI` to convert query string into a hash](https://github.com/sferik/twitter/commit/6dd9d97aaef3917868b870e01896ab937cbacfbb)
* [Increase default timeout values](https://github.com/sferik/twitter/commit/350536926d1c2c0656fdc79948c5f543e306e14e)
* [Add `Twitter::Error::RequestTimeout`](https://github.com/sferik/twitter/commit/3179537af41b2e2f85c0bc74be799faea0817e48)
* [Remove unused methods `#put` and `#delete` in `Twitter::REST::Client`](https://github.com/sferik/twitter/commit/eaaf234b84a6e2e1f7695f73befaf11f30664f4a)
* [Deprecate `retweeters_count` in favor of `retweet_count`](https://github.com/sferik/twitter/commit/ea39bd013364dc24f02e9a1eb25b4b48b99a5480)
* [Deprecate `favorites_count`/`favoriters_count` in favor of `favorite_count`](https://github.com/sferik/twitter/commit/ea39bd013364dc24f02e9a1eb25b4b48b99a5480)
* [Deprecate `to_hash`/`to_hsh` in favor of `to_h` or `attrs`](https://github.com/sferik/twitter/commit/63e2cdd693aece2912564988d06786cd23a2cad5)
* [Deprecate `oauth_token` and `oauth_token_secret` accessors](https://github.com/sferik/twitter/commit/ac246717557ea02565a1d93b3f9a975e7fd39874)

diffstat:

 net/ruby-twitter/Makefile |  8 ++++----
 net/ruby-twitter/PLIST    |  4 +++-
 net/ruby-twitter/distinfo |  8 ++++----
 3 files changed, 11 insertions(+), 9 deletions(-)

diffs (60 lines):

diff -r 53d024408628 -r 53e17df180f3 net/ruby-twitter/Makefile
--- a/net/ruby-twitter/Makefile Sun Jun 01 16:49:24 2014 +0000
+++ b/net/ruby-twitter/Makefile Sun Jun 01 16:51:49 2014 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2014/03/26 14:27:22 taca Exp $
+# $NetBSD: Makefile,v 1.6 2014/06/01 16:51:49 tsutsui Exp $
 
-DISTNAME=      twitter-5.7.1
+DISTNAME=      twitter-5.9.0
 CATEGORIES=    net
 
 MAINTAINER=    tsutsui%NetBSD.org@localhost
@@ -12,10 +12,10 @@
 DEPENDS+=      ${RUBY_PKGPREFIX}-equalizer>=0.0.9:../../misc/ruby-equalizer
 DEPENDS+=      ${RUBY_PKGPREFIX}-memoizable>=0.4.0:../../misc/ruby-memoizable
 DEPENDS+=      ${RUBY_PKGPREFIX}-naught>=1.0.0:../../misc/ruby-naught
-DEPENDS+=      ${RUBY_PKGPREFIX}-addressable-[0-9]*:../../net/ruby-addressable
+DEPENDS+=      ${RUBY_PKGPREFIX}-addressable>=2.3:../../net/ruby-addressable
 DEPENDS+=      ${RUBY_PKGPREFIX}-buftok>=0.2.0:../../textproc/ruby-buftok
 DEPENDS+=      ${RUBY_PKGPREFIX}-faraday>=0.9<0.10:../../www/ruby-faraday
-DEPENDS+=      ${RUBY_PKGPREFIX}-http>=0.5.0:../../www/ruby-http
+DEPENDS+=      ${RUBY_PKGPREFIX}-http>=0.6.0:../../www/ruby-http
 DEPENDS+=      ${RUBY_PKGPREFIX}-http_parser.rb>=0.6.0:../../www/ruby-http_parser.rb
 
 RUBY_JSON_REQD=        1.8
diff -r 53d024408628 -r 53e17df180f3 net/ruby-twitter/PLIST
--- a/net/ruby-twitter/PLIST    Sun Jun 01 16:49:24 2014 +0000
+++ b/net/ruby-twitter/PLIST    Sun Jun 01 16:51:49 2014 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2014/03/09 15:25:27 tsutsui Exp $
+@comment $NetBSD: PLIST,v 1.4 2014/06/01 16:51:49 tsutsui Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.yardopts
 ${GEM_LIBDIR}/CHANGELOG.md
@@ -198,10 +198,12 @@
 ${GEM_LIBDIR}/spec/twitter/size_spec.rb
 ${GEM_LIBDIR}/spec/twitter/source_user_spec.rb
 ${GEM_LIBDIR}/spec/twitter/streaming/client_spec.rb
+${GEM_LIBDIR}/spec/twitter/streaming/connection_spec.rb
 ${GEM_LIBDIR}/spec/twitter/streaming/deleted_tweet_spec.rb
 ${GEM_LIBDIR}/spec/twitter/streaming/event_spec.rb
 ${GEM_LIBDIR}/spec/twitter/streaming/friend_list_spec.rb
 ${GEM_LIBDIR}/spec/twitter/streaming/message_parser_spec.rb
+${GEM_LIBDIR}/spec/twitter/streaming/response_spec.rb
 ${GEM_LIBDIR}/spec/twitter/suggestion_spec.rb
 ${GEM_LIBDIR}/spec/twitter/target_user_spec.rb
 ${GEM_LIBDIR}/spec/twitter/token_spec.rb
diff -r 53d024408628 -r 53e17df180f3 net/ruby-twitter/distinfo
--- a/net/ruby-twitter/distinfo Sun Jun 01 16:49:24 2014 +0000
+++ b/net/ruby-twitter/distinfo Sun Jun 01 16:51:49 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2014/03/09 15:25:27 tsutsui Exp $
+$NetBSD: distinfo,v 1.4 2014/06/01 16:51:49 tsutsui Exp $
 
-SHA1 (twitter-5.7.1.gem) = af89ebfc0a503cb8643f3ca9c43c90513b7c0cfd
-RMD160 (twitter-5.7.1.gem) = 55709b5895defd8965ff9aa94ba3b3d36e2b91a6
-Size (twitter-5.7.1.gem) = 504832 bytes
+SHA1 (twitter-5.9.0.gem) = 3d79f4e8d4d120e0cafe6b2eb926249e4fa899a5
+RMD160 (twitter-5.9.0.gem) = 5962b368ddb2a1f78efeb0403a717c281c4479dc
+Size (twitter-5.9.0.gem) = 504832 bytes



Home | Main Index | Thread Index | Old Index