Skip to content

Commit

Permalink
0.003
Browse files Browse the repository at this point in the history
  • Loading branch information
wollmers committed Aug 16, 2014
1 parent d3c6157 commit 62feb95
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,6 +1,8 @@
Revision history for Grapheme::Ngram

{{$NEXT}}

0.003 2014-08-16 07:44:43 CEST
- add travis

0.002 2014-08-04 22:05:17 CEST
Expand Down
2 changes: 1 addition & 1 deletion META.json
Expand Up @@ -57,7 +57,7 @@
"web" : "https://github.com/wollmers/Grapheme-Ngram"
}
},
"version" : "0.002",
"version" : "0.003",
"x_contributors" : [
"Helmut Wollmersdorfer <helmut@wollmersdorfer.at>"
]
Expand Down
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -2,6 +2,13 @@

Grapheme::Ngram - n-grams of Unicode Extended Grapheme Clusters

<div>

</div>

<a href="https://travis-ci.org/wollmers/Grapheme-Ngram"><img src="https://travis-ci.org/wollmers/Grapheme-Ngram.png" alt="Grapheme-Ngram"></a>
<a href='https://coveralls.io/r/wollmers/Grapheme-Ngram?branch=master'><img src='https://coveralls.io/repos/wollmers/Grapheme-Ngram/badge.png?branch=master' alt='Coverage Status' /></a>

# SYNOPSIS

use Grapheme::Ngram;
Expand Down
2 changes: 1 addition & 1 deletion lib/Grapheme/Ngram.pm
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;


our $VERSION = '0.002';
our $VERSION = '0.003';

sub new {
my $class = shift;
Expand Down

0 comments on commit 62feb95

Please sign in to comment.