twexicon 0.1.6 → 0.1.7.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a1cd602f292631f449f3fe0f20536abbdf98ad4a
4
- data.tar.gz: b0a6f7d8c6635cd17ec42754875761ee977b1388
3
+ metadata.gz: 8628e88177bf13abeb0aabcdf40f85829cf3234b
4
+ data.tar.gz: 0dfa52e2ed29c01ec14b575587f5b9ee038a81fa
5
5
  SHA512:
6
- metadata.gz: 392e64484aace879ae529f9f54c44e8e8de403ed5126bc2b182f224d556667dd2b2b4760d0c0a10be21c92fd3cd82c383f072e10613646aeea4c2add05226e26
7
- data.tar.gz: fe9d1014c544a9712f97b0bcbf0b18a6758d9763ff628e45a02edef0371590424130d76d344728aeda0779361d8b07367bc63e1f2c0c26aef626448a4b6b4e65
6
+ metadata.gz: dffb2fbd8eaa81c1550aef0ccac4d745a3595ae43cd5cff2729cc1ffa9f5a21cc61b5488865af8e0184166ceb2fb58d5ca6359bd63164eb2425eea070de22799
7
+ data.tar.gz: 60c9217cf1fe43793c4d474d56d00bd668dd60d2e4f57bc72d7473392f57291484e1c0d4cb27bcc710d93906f751ea19f731bcf91cbfbfa7281f2eb3d0f81cdb
@@ -70,7 +70,7 @@ class Twexicon::Analyzer
70
70
  end
71
71
 
72
72
  # 38 words from https://en.wikipedia.org/wiki/Most_common_words_in_English –– Left out some common yet still interesting ones (People, Good, Think, Work, First, One, Two, Want, New, Give, Know)
73
- COMMON_WORDS = ["A", "About", "An", "And", "Are", "As", "At", "Be", "Been", "But", "By", "For", "From", "Get", "Had", "Has", "Have", "In", "Into", "Is", "It", "It's", "Its", "Just", "Not", "Of", "On", "Or", "Say", "So", "Some", "That", "The", "There", "These", "This", "Those", "To", "Up", "With", "I", "My", "Your", "They", "He", "You", "Do", "His", "We", "Her", "She", "Will", "All", "Would", "Their", "What", "Out", "If", "Who", "Which", "Go", "Me", "When", "Make", "Can", "Like", "Time", "No", "Him", "Take", "Year", "Could", "Them", "See", "Other", "Than", "Then", "Now", "Look", "Only", "Come", "Over", "Also", "Back", "After", "Use", "How", "Our", "Well", "Way", "Even", "Because", "Any", "Day", "Most", "Us",
73
+ COMMON_WORDS = ["A", "About", "An", "And", "Are", "As", "At", "Be", "Been", "But", "By", "For", "From", "Get", "Had", "Has", "Have", "In", "Into", "Is", "It", "It's", "Its", "Just", "Not", "Of", "On", "Or", "Say", "So", "Some", "That", "The", "There", "These", "This", "Those", "To", "Up", "With", "I", "My", "Your", "They", "He", "You", "Do", "His", "We", "Her", "She", "Will", "All", "Would", "Their", "What", "Out", "If", "Who", "Which", "Go", "Me", "When", "Make", "Can", "Time", "No", "Him", "Take", "Year", "Could", "Them", "See", "Other", "Than", "Then", "Now", "Look", "Only", "Come", "Over", "Also", "Back", "After", "Use", "How", "Our", "Well", "Way", "Even", "Because", "Any", "Day", "Most", "Us",
74
74
  # other additions
75
75
  "Wouldn't", "Couldn't", "Shouldn't", "Mustn't", "Would've", "Could've", "Should've", "Must've", "Hadn't", "Wasn't", "Weren't", "Ain't", "Aint", "Here", "Seem", "Seems", "That's", "Took", "Much", "More", "You're", "We're", "We've", "I've", "I'm",
76
76
  # contraction endings until I fix the parsing error
@@ -25,10 +25,6 @@ class Twexicon::Validator
25
25
  puts "Sorry, the network isn't responding. Please try again."
26
26
  @username = ""
27
27
  run
28
- rescue
29
- puts "Something went wrong. Please try again."
30
- @username = ""
31
- run
32
28
  end
33
29
  end
34
30
  "#{username}"
@@ -1,3 +1,3 @@
1
1
  module Twexicon
2
- VERSION = "0.1.6"
2
+ VERSION = "0.1.7.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twexicon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabe Jackson