lita-onewheel-snowcrash 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/lita/handlers/onewheel_snowcrash.rb +1 -1
- data/lita-onewheel-template.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ef79b7a0fa16f334df9aa7462a4c6a3367c2fbe8
|
4
|
+
data.tar.gz: 276ddc3724e015f94c0ea8598653b2df66c1bca7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4f5373e5d0d91711873335147c840eb951b9f97f423672d0e222bb23107ae724478c402c22621bd9bb73611930e477a3f73e0ad25d1be21940c97c9404b19b4a
|
7
|
+
data.tar.gz: e431e2cd0b0e475d0a4bf67175c970f595b08423f80001a54e4d652098f931e977367882b01661d98fc4ba677f6e0acc19780cef2d0cffccd169940048a4d85f
|
@@ -35,7 +35,7 @@ module Lita
|
|
35
35
|
def get_markov
|
36
36
|
puts File.join(File.dirname(File.expand_path(__FILE__)), '../../dict/snowcrash')
|
37
37
|
# MarkyMarkov::Dictionary.new(File.join(File.dirname(File.expand_path(__FILE__)), 'dict/snowcrash'))
|
38
|
-
MarkyMarkov::Dictionary.new('
|
38
|
+
MarkyMarkov::Dictionary.new('dict/snowcrash')
|
39
39
|
end
|
40
40
|
|
41
41
|
def return_word_chain(number)
|