Update eventmachine to 1.0.7

This commit is contained in:
jeremy 2015-06-05 02:45:53 +00:00
parent bef46c9006
commit 47c2efaf89
3 changed files with 7 additions and 5 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.19 2015/01/10 17:29:14 jeremy Exp $
# $OpenBSD: Makefile,v 1.20 2015/06/05 02:45:53 jeremy Exp $
COMMENT= event-driven I/O for Ruby using the Reactor pattern
DISTNAME= eventmachine-1.0.4
DISTNAME= eventmachine-1.0.7
CATEGORIES= net devel
HOMEPAGE= http://rubyeventmachine.com/

View File

@ -1,2 +1,2 @@
SHA256 (eventmachine-1.0.4.gem) = E0xAap+YCsIdFg3hLvisfXFCWs075ggpPwzQ1mzUYak=
SIZE (eventmachine-1.0.4.gem) = 227840
SHA256 (eventmachine-1.0.7.gem) = NCt9+ivB1D+bWMRIHYHMnrX3ySpdDrOXOUWfy91XnUw=
SIZE (eventmachine-1.0.7.gem) = 231424

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.6 2015/01/10 17:29:14 jeremy Exp $
@comment $OpenBSD: PLIST,v 1.7 2015/06/05 02:45:53 jeremy Exp $
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/.gitignore
@ -115,6 +115,7 @@ ${GEM_LIB}/gems/${DISTNAME}/tests/test_basic.rb
${GEM_LIB}/gems/${DISTNAME}/tests/test_channel.rb
${GEM_LIB}/gems/${DISTNAME}/tests/test_completion.rb
${GEM_LIB}/gems/${DISTNAME}/tests/test_connection_count.rb
${GEM_LIB}/gems/${DISTNAME}/tests/test_connection_write.rb
${GEM_LIB}/gems/${DISTNAME}/tests/test_defer.rb
${GEM_LIB}/gems/${DISTNAME}/tests/test_deferrable.rb
${GEM_LIB}/gems/${DISTNAME}/tests/test_epoll.rb
@ -134,6 +135,7 @@ ${GEM_LIB}/gems/${DISTNAME}/tests/test_kb.rb
${GEM_LIB}/gems/${DISTNAME}/tests/test_line_protocol.rb
${GEM_LIB}/gems/${DISTNAME}/tests/test_ltp.rb
${GEM_LIB}/gems/${DISTNAME}/tests/test_ltp2.rb
${GEM_LIB}/gems/${DISTNAME}/tests/test_many_fds.rb
${GEM_LIB}/gems/${DISTNAME}/tests/test_next_tick.rb
${GEM_LIB}/gems/${DISTNAME}/tests/test_object_protocol.rb
${GEM_LIB}/gems/${DISTNAME}/tests/test_pause.rb