Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Jun 17, 2021
1 parent 9b0cc8c commit 3ac124d
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
25 changes: 25 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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
===============

Expand Down
4 changes: 2 additions & 2 deletions formatador.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion lib/formatador.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class Formatador

VERSION = '0.2.5'
VERSION = '0.3.0'

STYLES = {
:"\/" => "0",
Expand Down

0 comments on commit 3ac124d

Please sign in to comment.