tyccl_tim_fixed 0.0.6 → 0.0.7

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.
Files changed (3) hide show
  1. data/lib/tyccl/version.rb +1 -1
  2. data/lib/tyccl.rb +2 -2
  3. metadata +1 -1
data/lib/tyccl/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  class Tyccl #:nodoc:all
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
data/lib/tyccl.rb CHANGED
@@ -88,8 +88,8 @@ class Tyccl
88
88
  def self.get_ids_by_word(word)
89
89
  m = @index[word]
90
90
  if(m==nil)
91
- @logger.error(word+" is an unlisted word!")
92
- return word
91
+ #@logger.error(word+" is an unlisted word!")
92
+ return nil
93
93
  else
94
94
  return m
95
95
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tyccl_tim_fixed
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: