yan_speller 1.0.1 → 1.0.2
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.
- checksums.yaml +4 -4
- data/lib/yan_speller.rb +0 -6
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b8df32980bd3c434a05bbe1d4942fb3c2897d61e
|
|
4
|
+
data.tar.gz: 4e6c0aec58799d4c2b48253141b4f6c7cbb78cfe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 10bba38774e39a0bd7d346ae7e530684b6a93a744d6e178684b24e959e7f882fea52e95a44bdf0982228545ad1529098c0be31f0398619d0402c57448ed3211e
|
|
7
|
+
data.tar.gz: 91c45dfec59521d37c4178c74dc73e4985b0382b5afd6dbcae88411fcb761a81b6c3903e1660b2f2887174a56c7a703be5faacfdd5cf2b6b4fa4ef16e7fe0e9c
|
data/lib/yan_speller.rb
CHANGED
|
@@ -26,13 +26,7 @@ module YanSpeller
|
|
|
26
26
|
|
|
27
27
|
end
|
|
28
28
|
|
|
29
|
-
# First option.
|
|
30
29
|
|
|
31
30
|
puts 'Type some text for spell checking:'
|
|
32
31
|
text = gets.chomp.to_s
|
|
33
32
|
p YanSpeller::check text
|
|
34
|
-
|
|
35
|
-
# Second option.
|
|
36
|
-
# Comment these tree lines above and use this one below:
|
|
37
|
-
|
|
38
|
-
# p YanSpeller::check " " # insert your text between this " quotes "
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: yan_speller
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Vlad Alfimov
|
|
@@ -20,7 +20,7 @@ files:
|
|
|
20
20
|
- lib/yan_speller/spell_error.rb
|
|
21
21
|
- lib/yan_speller/spell_request.rb
|
|
22
22
|
- lib/yan_speller/speller.rb
|
|
23
|
-
homepage: https://
|
|
23
|
+
homepage: https://github.com/vladvict/yan_speller
|
|
24
24
|
licenses:
|
|
25
25
|
- MIT
|
|
26
26
|
metadata: {}
|