scylla 0.3.0 → 0.4.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
- 0.3.0
1
+ 0.4.0
@@ -6,7 +6,6 @@ module Scylla
6
6
  # minsize: The minimum size of the ngrams that you would like to store
7
7
  def initialize(dirtext = DEFAULT_SOURCE_DIR, dirlm = DEFAULT_TARGET_DIR, minsize = 0, silent = false)
8
8
  @dirtext = dirtext
9
- p @dirtext
10
9
  @dirlm = dirlm
11
10
  @minsize = minsize
12
11
  end
File without changes
File without changes
File without changes
File without changes