sharks_ahead 0.2.1 → 0.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 21113c76586ea6c34076b792b738b83085deed84
4
- data.tar.gz: c0b57f84bae369325ec3724de478740fe3da6c2d
3
+ metadata.gz: d60dfa73a7679ccd54d128388dcd58aa331191a2
4
+ data.tar.gz: a0b58db7ac218388320c2cf166bfb7c50ab3d729
5
5
  SHA512:
6
- metadata.gz: 2436ecd85895f632512539231bfc77838977f1ab39a324a00821a149139ca9614711ff068f1569a9bfeb2b8f5427adf81b1685e876c02cac5e78f7ac9c11fd73
7
- data.tar.gz: 78187fa14d36d96e130014cf7e80f7d2d5bd1291ebfc3f41f98af6fb451915583931bc6af6b3490e2e30eb660189bd193c7c86e48f14e153d60b6dbc3d7a4601
6
+ metadata.gz: 7b2cadef9e8ba2c9acd27e6f4548f8b984fbdf687130b5ca7f439eaf8be31d6ef63c21528fed5ad24defbcf6b47f85384678133ae155eb1a09f66172df8336f5
7
+ data.tar.gz: 99d6824ad4d561401614cd938509eaed051e17e70b0bcac3b9cb890f906bc9d12790206f9505191a2a3c31f1e7937ade1eeb441115f523cc56da48a5dae41a42
@@ -91,7 +91,7 @@ class SharksAhead::CLI
91
91
  the_shark = @shark_extinct[extinct_input.to_i-1]
92
92
 
93
93
  case extinct_input
94
- when /([1-7])/ then puts word_wrap("\n#{the_shark[:description]}\n\n", 75)
94
+ when /([1-8])/ then puts word_wrap("\n#{the_shark[:description]}\n\n", 75)
95
95
  when /^(l|list)$/i then list_extinct
96
96
  when /^(e|exit)$/i then goodbye2
97
97
  when /^(s|start)$/i then welcome
@@ -119,7 +119,7 @@ class SharksAhead::CLI
119
119
  the_shark = @shark_living[living_input.to_i-1]
120
120
 
121
121
  case living_input
122
- when /([1-7])/ then puts word_wrap("\n#{the_shark[:description]}\n\n", 75)
122
+ when /([1-8])/ then puts word_wrap("\n#{the_shark[:description]}\n\n", 75)
123
123
  when /^(l|list)$/i then list_living
124
124
  when /^(e|exit)$/i then goodbye2
125
125
  when /^(s|start)$/i then welcome
@@ -1,3 +1,3 @@
1
1
  module SharksAhead
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sharks_ahead
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rebecca Sherman