diff options
author | taca <taca@pkgsrc.org> | 2012-03-20 14:03:50 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-03-20 14:03:50 +0000 |
commit | 87a6e88239446ca1933916a11ecf201dab4c53e6 (patch) | |
tree | 2a54b0d6f9949ea98042a0cbc73d981d8bde8f25 /net/ruby-tweetstream | |
parent | 10142e53717f8afeac14723f2fa6e5ff8d5c19bb (diff) | |
download | pkgsrc-87a6e88239446ca1933916a11ecf201dab4c53e6.tar.gz |
Update ruby-tweetstream to 1.1.4.
Version 1.1.4
=============
* Added Client#connect to start streaming inside an EM reactor (pelle)
* Added shutdown_stream to cleanly stop the stream (lud)
* Loosened multi_json dependency for Rails 3.2 compatibiltiy
Version 1.1.3
=============
* Added on_reconnect callback method
Version 1.1.2
=============
* Added support for statuses/links
* Client now checks that specified json_parser can be loaded during initialization
Version 1.1.1
=============
* Fix for 1.8.6 compatibility
Version 1.1.0
=============
* OAuth authentication
* User Stream support
* Removed swappable JSON backend support for MultiJson
* Added epoll and kqueue EventMachine support
* Added on___interval and on_inited callbacks
Diffstat (limited to 'net/ruby-tweetstream')
-rw-r--r-- | net/ruby-tweetstream/Makefile | 9 | ||||
-rw-r--r-- | net/ruby-tweetstream/PLIST | 33 | ||||
-rw-r--r-- | net/ruby-tweetstream/distinfo | 8 |
3 files changed, 30 insertions, 20 deletions
diff --git a/net/ruby-tweetstream/Makefile b/net/ruby-tweetstream/Makefile index eebf249d3de..d9c1dbcddde 100644 --- a/net/ruby-tweetstream/Makefile +++ b/net/ruby-tweetstream/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2011/11/23 05:32:59 taca Exp $ +# $NetBSD: Makefile,v 1.5 2012/03/20 14:03:50 taca Exp $ -DISTNAME= tweetstream-1.0.5 -PKGREVISION= 1 +DISTNAME= tweetstream-1.1.4 CATEGORIES= net MAINTAINER= obache@NetBSD.org @@ -9,8 +8,8 @@ HOMEPAGE= http://github.com/intridea/tweetstream COMMENT= RubyGem to access the Twitter Stream API LICENSE= mit -DEPENDS+= ${RUBY_PKGPREFIX}-daemons-[0-9]*:../../misc/ruby-daemons -DEPENDS+= ${RUBY_PKGPREFIX}-twitter-stream-[0-9]*:../../net/ruby-twitter-stream +DEPENDS+= ${RUBY_PKGPREFIX}-daemons>=1.1<2:../../misc/ruby-daemons +DEPENDS+= ${RUBY_PKGPREFIX}-twitter-stream>=0.1.14<0.2:../../net/ruby-twitter-stream RUBY_JSON_REQD= 0 diff --git a/net/ruby-tweetstream/PLIST b/net/ruby-tweetstream/PLIST index dda9c0e76bf..133ed6fe6a4 100644 --- a/net/ruby-tweetstream/PLIST +++ b/net/ruby-tweetstream/PLIST @@ -1,28 +1,39 @@ -@comment $NetBSD: PLIST,v 1.2 2011/11/08 09:08:21 obache Exp $ +@comment $NetBSD: PLIST,v 1.3 2012/03/20 14:03:50 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem -${GEM_LIBDIR}/Gemfile.lock -${GEM_LIBDIR}/LICENSE -${GEM_LIBDIR}/README.rdoc -${GEM_LIBDIR}/RELEASE_NOTES.rdoc +${GEM_LIBDIR}/.document +${GEM_LIBDIR}/.gemtest +${GEM_LIBDIR}/.gitignore +${GEM_LIBDIR}/.rspec +${GEM_LIBDIR}/.simplecov +${GEM_LIBDIR}/.yardopts +${GEM_LIBDIR}/CHANGELOG.md +${GEM_LIBDIR}/Gemfile +${GEM_LIBDIR}/Guardfile +${GEM_LIBDIR}/LICENSE.md +${GEM_LIBDIR}/README.md ${GEM_LIBDIR}/Rakefile -${GEM_LIBDIR}/VERSION ${GEM_LIBDIR}/examples/growl_daemon.rb +${GEM_LIBDIR}/examples/oauth.rb +${GEM_LIBDIR}/examples/userstream.rb ${GEM_LIBDIR}/lib/tweetstream.rb ${GEM_LIBDIR}/lib/tweetstream/client.rb +${GEM_LIBDIR}/lib/tweetstream/configuration.rb ${GEM_LIBDIR}/lib/tweetstream/daemon.rb +${GEM_LIBDIR}/lib/tweetstream/direct_message.rb +${GEM_LIBDIR}/lib/tweetstream/error.rb ${GEM_LIBDIR}/lib/tweetstream/hash.rb -${GEM_LIBDIR}/lib/tweetstream/parsers/active_support.rb -${GEM_LIBDIR}/lib/tweetstream/parsers/json_gem.rb -${GEM_LIBDIR}/lib/tweetstream/parsers/json_pure.rb -${GEM_LIBDIR}/lib/tweetstream/parsers/yajl.rb ${GEM_LIBDIR}/lib/tweetstream/status.rb ${GEM_LIBDIR}/lib/tweetstream/user.rb +${GEM_LIBDIR}/lib/tweetstream/version.rb +${GEM_LIBDIR}/spec/data/direct_messages.json ${GEM_LIBDIR}/spec/data/statuses.json -${GEM_LIBDIR}/spec/spec.opts ${GEM_LIBDIR}/spec/spec_helper.rb ${GEM_LIBDIR}/spec/tweetstream/client_spec.rb +${GEM_LIBDIR}/spec/tweetstream/daemon_spec.rb +${GEM_LIBDIR}/spec/tweetstream/direct_message_spec.rb ${GEM_LIBDIR}/spec/tweetstream/hash_spec.rb ${GEM_LIBDIR}/spec/tweetstream/parser_spec.rb ${GEM_LIBDIR}/spec/tweetstream/status_spec.rb ${GEM_LIBDIR}/spec/tweetstream_spec.rb +${GEM_LIBDIR}/tweetstream.gemspec ${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/net/ruby-tweetstream/distinfo b/net/ruby-tweetstream/distinfo index 5cc875daa2c..2022b1b0a11 100644 --- a/net/ruby-tweetstream/distinfo +++ b/net/ruby-tweetstream/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2011/11/08 09:08:21 obache Exp $ +$NetBSD: distinfo,v 1.3 2012/03/20 14:03:50 taca Exp $ -SHA1 (tweetstream-1.0.5.gem) = 2d547ad2f52b7980db6ca8ef0567b7f0be9cface -RMD160 (tweetstream-1.0.5.gem) = c4614e75dd2e02b09018e12e818c716669479d3b -Size (tweetstream-1.0.5.gem) = 15872 bytes +SHA1 (tweetstream-1.1.4.gem) = 55227f2b428786f264f35765266b9191f8d23085 +RMD160 (tweetstream-1.1.4.gem) = e65ce3a503f9332b4d1cde3940ef9e41e538f708 +Size (tweetstream-1.1.4.gem) = 22528 bytes |