Skip to content

Commit bca5c4b

Browse files
committed
Fix gemspec
1 parent 8e67ad5 commit bca5c4b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/textstat/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
class TextStat
2-
VERSION = "0.1.0"
2+
VERSION = "0.1.1"
33
end

textstat.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ Gem::Specification.new do |spec|
3232
spec.bindir = "exe"
3333
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
3434
spec.require_paths = ["lib"]
35-
spec.files = Dir['lib/**/*.rb', 'lib/easy_words.txt']
36-
spec.test_files = ["spec/textstat_spec.rb", "lib/easy_words.txt"]
35+
spec.files = Dir['lib/**/*.rb', 'lib/dictionaries/ca.txt', 'lib/dictionaries/cs.txt', 'lib/dictionaries/en_us.txt', 'lib/dictionaries/nl.txt']
36+
spec.test_files = ["spec/textstat_spec.rb", "lib/dictionaries/en_us.txt"]
3737

3838
spec.add_runtime_dependency "text-hyphen", "~> 1.4", ">= 1.4.1"
3939
spec.add_development_dependency "bundler", "~> 2.0.a"

0 commit comments

Comments
 (0)