This commit is contained in:
Aman Gupta 2012-05-25 15:03:29 -07:00
Родитель 363155d4fe
Коммит c2abcc4868
3 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -1,3 +1,7 @@
= 1.1.6 / 2012-05-25
* Bug fixes
* Better handling of utf-8 characters
= 1.1.5 / 2011-12-09
* Bug fixes
* Faster and more secure C BERT decoder

Просмотреть файл

@ -1 +1 @@
1.1.5
1.1.6

Просмотреть файл

@ -5,7 +5,7 @@
Gem::Specification.new do |s|
s.name = %q{bert}
s.version = "1.1.5"
s.version = "1.1.6"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Tom Preston-Werner"]