dolores-shacontest 2.2.1 → 2.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/VERSION +1 -1
  2. data/lib/shacontest.rb +1 -1
  3. data/shacontest.gemspec +1 -1
  4. metadata +1 -1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.2.1
1
+ 2.2.2
@@ -57,7 +57,7 @@ module Shacontest
57
57
  finish = start + BLOCK_SIZE
58
58
 
59
59
  while true
60
- best_of_batch = c.best_capitalization REF, "#{SENT}#{@my_id}", start, finish, REPORT_FREQ
60
+ best_of_batch = c.best_capitalization REF, "#{SENT} #{@my_id}", start, finish, REPORT_FREQ
61
61
  my_hd = hamming_dist(hash(best_of_batch), @ref)
62
62
 
63
63
  if my_hd < config['best_hd']
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{shacontest}
5
- s.version = "2.2.1"
5
+ s.version = "2.2.2"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Brian P O'Rourke"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dolores-shacontest
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.1
4
+ version: 2.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian P O'Rourke