Update ruby-tweetstream to 1.0.5.
* Use ssl as per twitter requirements.
This commit is contained in:
parent
f76fcaa1b0
commit
0cc3fbd205
3 changed files with 10 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.2 2010/09/10 07:38:56 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2011/11/08 09:08:21 obache Exp $
|
||||
|
||||
DISTNAME= tweetstream-1.0.4
|
||||
DISTNAME= tweetstream-1.0.5
|
||||
CATEGORIES= net
|
||||
|
||||
MAINTAINER= obache@NetBSD.org
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2010/05/26 10:58:00 obache Exp $
|
||||
${GEM_HOME}/cache/tweetstream-${PKGVERSION}.gem
|
||||
@comment $NetBSD: PLIST,v 1.2 2011/11/08 09:08:21 obache Exp $
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/Gemfile.lock
|
||||
${GEM_LIBDIR}/LICENSE
|
||||
${GEM_LIBDIR}/README.rdoc
|
||||
${GEM_LIBDIR}/RELEASE_NOTES.rdoc
|
||||
|
@ -24,4 +25,4 @@ ${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_HOME}/specifications/tweetstream-${PKGVERSION}.gemspec
|
||||
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2010/05/26 10:58:00 obache Exp $
|
||||
$NetBSD: distinfo,v 1.2 2011/11/08 09:08:21 obache Exp $
|
||||
|
||||
SHA1 (tweetstream-1.0.4.gem) = 05f94a47502ee7aa520847cc89a90f2441f47b9f
|
||||
RMD160 (tweetstream-1.0.4.gem) = a1e77474c4391105c300dce42666290d2e9c1a76
|
||||
Size (tweetstream-1.0.4.gem) = 15360 bytes
|
||||
SHA1 (tweetstream-1.0.5.gem) = 2d547ad2f52b7980db6ca8ef0567b7f0be9cface
|
||||
RMD160 (tweetstream-1.0.5.gem) = c4614e75dd2e02b09018e12e818c716669479d3b
|
||||
Size (tweetstream-1.0.5.gem) = 15872 bytes
|
||||
|
|
Loading…
Reference in a new issue