suffix_tree 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/suffix_tree.rb +5 -5
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 487602d8f23057546423dd8d71b42863369eb153
4
- data.tar.gz: cf4c5658cf7b78dc4ea3254d20006bfebab36e14
3
+ metadata.gz: f3028afacf81b816f157b948b55cb951b5d9fca5
4
+ data.tar.gz: 755e1d7ec78b05a3269c61e49f1758abbfe6ac4a
5
5
  SHA512:
6
- metadata.gz: fe25f9462e7b6c311744647c9ae387f56103b94096071d76d100cd0cfc5af4197d19220a161a6162f2bee1676ebd5d1a528be9f55543afb204239cc1c0d9370d
7
- data.tar.gz: bb058a657e287d9298f09762737194f7dd10a29a850afd32c0e7fc6f2b457dcf217f81c1a8c4c9bc700044b0e415a553b235263b146b6f0e02eabf02e46ad3d6
6
+ metadata.gz: 99b2779e7df949d3c5ad30510e736c69ba944e5abdd3eed00e28e19690359ba6471cf12b5332de8b0d9d4d7476ac9b07130e066c24e7b39296f3fd9702f47888
7
+ data.tar.gz: 1942c4f2026c3b0e14eca2e1b0170dd5f124632f0d9af5db208c883c34ca89a06f4116f00f23c9a9a076069c44e2d5bd11a3bd2e4e007d4cd21594670ddbacac
@@ -117,8 +117,8 @@ class SuffixTree
117
117
 
118
118
  end
119
119
 
120
- Gem.find_files("visitor/*.rb").each { |path| require path }
121
- Gem.find_files("support/*.rb").each { |path| require path }
122
- Gem.find_files("search/*.rb").each { |path| require path }
123
- Gem.find_files("persist/*.rb").each { |path| require path }
124
- Gem.find_files("data/*.rb").each { |path| require path }
120
+ Gem.find_files("./visitor/*.rb").each { |path| require path }
121
+ Gem.find_files("./support/*.rb").each { |path| require path }
122
+ Gem.find_files("./search/*.rb").each { |path| require path }
123
+ Gem.find_files("./persist/*.rb").each { |path| require path }
124
+ Gem.find_files("./data/*.rb").each { |path| require path }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: suffix_tree
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Johannes Johannsen