update to ref-1.0.5
This commit is contained in:
parent
d5fc54e7c3
commit
ff76d3c428
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2013/10/26 23:55:36 jeremy Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2015/06/24 07:07:22 jasper Exp $
|
||||
|
||||
COMMENT = object reference utilities for ruby
|
||||
|
||||
DISTNAME = ref-1.0.2
|
||||
REVISION = 0
|
||||
DISTNAME = ref-1.0.5
|
||||
CATEGORIES = devel
|
||||
|
||||
HOMEPAGE= https://github.com/bdurand/ref
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (ref-1.0.2.gem) = Ix1eekv/Q9yWdKqfCpvEZTpbgRTZM7seWppNSxO4LQs=
|
||||
SIZE (ref-1.0.2.gem) = 25600
|
||||
SHA256 (ref-1.0.5.gem) = io7I9A8eYixDJAVdhTAOA9mnip+vR26g04Lxr52+D6c=
|
||||
SIZE (ref-1.0.5.gem) = 27136
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/12/12 21:49:37 jeremy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2015/06/24 07:07:22 jasper Exp $
|
||||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/MIT_LICENSE
|
||||
@ -40,6 +40,7 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/ref/weak_reference/weak_ref.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/ref/weak_value_map.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/mock_test.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/mock_test.rbc
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/reference_key_map_behavior.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/reference_key_map_behavior.rbc
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/reference_queue_test.rb
|
||||
@ -55,6 +56,7 @@ ${GEM_LIB}/gems/${DISTNAME}/test/soft_value_map_test.rbc
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/strong_reference_test.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/strong_reference_test.rbc
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_helper.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_helper.rbc
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/weak_key_map_test.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/weak_key_map_test.rbc
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/weak_reference_test.rb
|
||||
|
Loading…
x
Reference in New Issue
Block a user