>From https://github.com/fazibear/colorize/blob/master/CHANGELOG
== 0.8.1 / 2016-06-29
* fix gemspec bug
== 0.8.0 / 2016-06-27
* add ColorizedString class
* update README file
* add rubocop.yml and follow style
* add italic mode
* remove interpreter warrnings
Added HOMEPAGE
ok?
--Kurt
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/ruby-colorize/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile 11 Mar 2022 18:53:12 -0000 1.3
+++ Makefile 17 Jun 2022 20:56:43 -0000
@@ -1,6 +1,7 @@
COMMENT = adds methods to set text color, background color, etc
-DISTNAME = colorize-0.7.7
+DISTNAME = colorize-0.8.1
+HOMEPAGE = https://github.com/fazibear/colorize
CATEGORIES = devel
# GPLv2
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/ruby-colorize/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo 14 May 2015 17:47:08 -0000 1.1.1.1
+++ distinfo 17 Jun 2022 20:56:43 -0000
@@ -1,2 +1,2 @@
-SHA256 (colorize-0.7.7.gem) = 1quVpfzeo8NsMyfTjB554pUO4XiFBthImuNdszCTepk=
-SIZE (colorize-0.7.7.gem) = 15360
+SHA256 (colorize-0.8.1.gem) = C6DCpYIy+bcG3DBiHqaqZGju6hIOtvHMxAAQW5DEeYw=
+SIZE (colorize-0.8.1.gem) = 15872
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/ruby-colorize/pkg/PLIST,v
retrieving revision 1.2
diff -u -p -r1.2 PLIST
--- pkg/PLIST 11 Mar 2022 18:53:12 -0000 1.2
+++ pkg/PLIST 17 Jun 2022 20:56:43 -0000
@@ -10,6 +10,7 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/colorize
${GEM_LIB}/gems/${DISTNAME}/lib/colorize.rb
${GEM_LIB}/gems/${DISTNAME}/lib/colorize/class_methods.rb
${GEM_LIB}/gems/${DISTNAME}/lib/colorize/instance_methods.rb
+${GEM_LIB}/gems/${DISTNAME}/lib/colorized_string.rb
${GEM_LIB}/gems/${DISTNAME}/test/
${GEM_LIB}/gems/${DISTNAME}/test/test_colorize.rb
${GEM_LIB}/specifications/${DISTNAME}.gemspec