From 3ac124d7a28b624e5203bb117ef9d4046a478aef Mon Sep 17 00:00:00 2001 From: geemus Date: Thu, 17 Jun 2021 09:02:26 -0500 Subject: [PATCH] v0.3.0 --- changelog.txt | 25 +++++++++++++++++++++++++ formatador.gemspec | 4 ++-- lib/formatador.rb | 2 +- 3 files changed, 28 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index 6962b81..4f4c369 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,28 @@ +v0.3.0 06/17/21 +=============== + +add travis badge to readme +change readme to md +fix markdown readme +fix travis badge +monkey-patch StringIO to try and fix jruby build +override tty? for jruby build +fix copyright statement +use unicode.width instead of string.length +remove unicode from requirements, use only if loaded +display datum who's value is a FalseClass +more colors with syntax-specific code/length limitations +better code visualization in readme +update readme +remove broken rubinius build from CI +fix length method to detect multibyte char width +fix test for table with multi byte chars +support multibyte characters +update CI to 2.2.7, 2.3.4, and 2.4.1 +drop rubyforge_project from gemspec and rakefile +change github reference to https +change readme.rdoc to readme.md in gemspec + v0.2.5 05/23/14 =============== diff --git a/formatador.gemspec b/formatador.gemspec index 807eea0..c9fbfbd 100644 --- a/formatador.gemspec +++ b/formatador.gemspec @@ -13,8 +13,8 @@ Gem::Specification.new do |s| ## If your rubyforge_project name is different, then edit it and comment out ## the sub! line in the Rakefile s.name = 'formatador' - s.version = '0.2.5' - s.date = '2014-05-23' + s.version = '0.3.0' + s.date = '2021-06-17' ## Make sure your summary is short. The description may be as long ## as you like. diff --git a/lib/formatador.rb b/lib/formatador.rb index 93cd7a4..46c4c20 100644 --- a/lib/formatador.rb +++ b/lib/formatador.rb @@ -3,7 +3,7 @@ class Formatador - VERSION = '0.2.5' + VERSION = '0.3.0' STYLES = { :"\/" => "0",