dolores-shacontest 2.0.0 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.0.0
1
+ 2.1.0
@@ -464,10 +464,10 @@ int find_best_capitalization(const char* target, char* words, uint64_t start, ui
464
464
  }
465
465
 
466
466
  if (p % output_freq == 0) {
467
- printf("Offset: %lld Best Sentence: \"%s\" Lowest Score: %i\n", p, argmin, min);
467
+ //printf("Offset: %lld Best Sentence: \"%s\" Lowest Score: %i\n", p, argmin, min);
468
468
  }
469
469
  }
470
- printf("Done -- Best Sentence: \"%s\" Lowest Score: %i\n", argmin, min);
470
+ //printf("Done -- Best Sentence: \"%s\" Lowest Score: %i\n", argmin, min);
471
471
 
472
472
  // send the word back to Ruby
473
473
  strcpy(words, argmin);
data/shacontest.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{shacontest}
5
- s.version = "2.0.0"
5
+ s.version = "2.1.0"
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.0.0
4
+ version: 2.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian P O'Rourke