pkgsrc/net/ruby-tweetstream/PLIST
taca a5a10028b1 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
2012-03-20 14:03:50 +00:00

39 lines
1.4 KiB
Text

@comment $NetBSD: PLIST,v 1.3 2012/03/20 14:03:50 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${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}/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/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_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