Skip to content

Commit

Permalink
Include index, release 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
janlelis committed Apr 30, 2016
1 parent 9497522 commit 4ed0da5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.txt
@@ -1,5 +1,9 @@
# CHANGELOG

## 1.0.5

* Actually include new index from 1.0.4

## 1.0.4

* New index format (much smaller) and internal API changes
Expand Down
2 changes: 1 addition & 1 deletion lib/unicode/display_width/constants.rb
@@ -1,6 +1,6 @@
module Unicode
module DisplayWidth
VERSION = '1.0.4'
VERSION = '1.0.5'
UNICODE_VERSION = "8.0.0".freeze
DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) + '/../../../data/').freeze
INDEX_FILENAME = (DATA_DIRECTORY + '/display_width.marshal.gz').freeze
Expand Down
2 changes: 1 addition & 1 deletion unicode-display_width.gemspec
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|
s.homepage = "http://github.com/janlelis/unicode-display_width"
s.summary = "Determines the monospace display width of a string in Ruby."
s.description = "Determines the monospace display width of a string using EastAsianWidth.txt, Unicode general category, and other data."
s.files = Dir.glob(%w[{lib,spec}/**/*.rb [A-Z]*.{txt,rdoc} data/unicode-width.index]) + %w{Rakefile unicode-display_width.gemspec}
s.files = Dir.glob(%w[{lib,spec}/**/*.rb [A-Z]*.{txt,rdoc} data/display_width.marshal.gz]) + %w{Rakefile unicode-display_width.gemspec}
s.extra_rdoc_files = ["README.md", "MIT-LICENSE.txt", "CHANGELOG.txt"]
s.license = 'MIT'
s.required_ruby_version = '>= 1.9.3'
Expand Down

0 comments on commit 4ed0da5

Please sign in to comment.