menuboy 0.0.1 → 0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6daaa783e679485f80b584a273146322315d12cf
4
- data.tar.gz: d1d1cc315345f157d3639011da1cb9cdfc9099bc
3
+ metadata.gz: 14b7ed6017a3b7edf55808f16d45ff0c050144bc
4
+ data.tar.gz: 6a8e09893aa8cac7d54151cd729af6cd4965ccfa
5
5
  SHA512:
6
- metadata.gz: 308cbb2003854e7403cc49da964fc14b841472b8a38deff70a856aa7e8da54775b7766ec3bd6543167c4464f37ac22f5aacce3d4553db6df25ddbcdec5a974e8
7
- data.tar.gz: 1d4cb5b6672ba7a116203a0c58b34a55b205db540b39381e2b26bb013782710442141a88ab8dc56645e7e48ef3fab0952af343f499134a53c2721edf431ca4b4
6
+ metadata.gz: aa2c9aa7ca57349104f71ca4921acf4be46f4d4c438603b6b46081cf1eed7f02fb91f5bb354524c266b14579262eee06020395a1b1779f572c5304bc737da83a
7
+ data.tar.gz: 1960be29d74411959c2fcb193c9e3cdf102583c4aca00fe5a8d758621afcb01683abdd0694fc96c5d692a7398831ca6268ea1296773e26fbb3ca56cc5a6f9b4a
data/README.md CHANGED
@@ -89,3 +89,4 @@ $prompt>
89
89
  3. Commit your changes (`git commit -am 'Add some feature'`)
90
90
  4. Push to the branch (`git push origin my-new-feature`)
91
91
  5. Create new Pull Request
92
+
@@ -1,3 +1,3 @@
1
1
  module Menuboy
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/lib/menuboy.rb CHANGED
@@ -51,6 +51,7 @@ module Menuboy
51
51
  puts "#{opt.key} - #{opt.name}"
52
52
  end
53
53
  puts "p - jump into a Pry repl" if defined? Pry
54
+ puts "h - print help"
54
55
  puts "q - quit / go back"
55
56
  end
56
57
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: menuboy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Keyvan Fatehi