bovem 3.0.3 → 3.0.4

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.
Files changed (48) hide show
  1. checksums.yaml +4 -4
  2. data/.travis-gemfile +3 -3
  3. data/CHANGELOG.md +3 -0
  4. data/Gemfile +5 -5
  5. data/README.md +1 -0
  6. data/bovem.gemspec +5 -3
  7. data/doc/Bovem.html +2 -2
  8. data/doc/Bovem/Application.html +2 -2
  9. data/doc/Bovem/Command.html +14 -14
  10. data/doc/Bovem/CommandMethods.html +2 -2
  11. data/doc/Bovem/CommandMethods/Children.html +2 -2
  12. data/doc/Bovem/CommandMethods/Help.html +2 -2
  13. data/doc/Bovem/Configuration.html +2 -2
  14. data/doc/Bovem/Console.html +2 -2
  15. data/doc/Bovem/ConsoleMethods.html +2 -2
  16. data/doc/Bovem/ConsoleMethods/Interactions.html +2 -2
  17. data/doc/Bovem/ConsoleMethods/Interactions/ClassMethods.html +2 -2
  18. data/doc/Bovem/ConsoleMethods/Logging.html +2 -2
  19. data/doc/Bovem/ConsoleMethods/Logging/ClassMethods.html +2 -2
  20. data/doc/Bovem/ConsoleMethods/Output.html +2 -2
  21. data/doc/Bovem/ConsoleMethods/StyleHandling.html +2 -2
  22. data/doc/Bovem/ConsoleMethods/StyleHandling/ClassMethods.html +2 -2
  23. data/doc/Bovem/Errors.html +2 -2
  24. data/doc/Bovem/Errors/Error.html +2 -2
  25. data/doc/Bovem/Errors/InvalidConfiguration.html +2 -2
  26. data/doc/Bovem/Errors/InvalidLogger.html +2 -2
  27. data/doc/Bovem/Localizer.html +2 -2
  28. data/doc/Bovem/Logger.html +2 -2
  29. data/doc/Bovem/Option.html +2 -2
  30. data/doc/Bovem/Parser.html +2 -2
  31. data/doc/Bovem/ParserMethods.html +2 -2
  32. data/doc/Bovem/ParserMethods/General.html +2 -2
  33. data/doc/Bovem/ParserMethods/General/ClassMethods.html +2 -2
  34. data/doc/Bovem/Shell.html +2 -2
  35. data/doc/Bovem/ShellMethods.html +2 -2
  36. data/doc/Bovem/ShellMethods/Directories.html +2 -2
  37. data/doc/Bovem/ShellMethods/Execute.html +2 -2
  38. data/doc/Bovem/ShellMethods/General.html +2 -2
  39. data/doc/Bovem/ShellMethods/Read.html +2 -2
  40. data/doc/Bovem/ShellMethods/Write.html +2 -2
  41. data/doc/Bovem/Version.html +3 -3
  42. data/doc/_index.html +2 -2
  43. data/doc/file.README.html +4 -3
  44. data/doc/index.html +4 -3
  45. data/doc/top-level-namespace.html +2 -2
  46. data/lib/bovem/command.rb +1 -1
  47. data/lib/bovem/version.rb +2 -2
  48. metadata +18 -16
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8837922266ddecaceb2fd3a088890e72b96de5a4
4
- data.tar.gz: 6bc0d7e3d230fc7601ff7627406c079cddb9e991
3
+ metadata.gz: dcd0abba39242e02b293c7e54ff3395ab6d02ead
4
+ data.tar.gz: de1ccba0b8657f9c3502df61a217ac985de822d7
5
5
  SHA512:
6
- metadata.gz: 476e5bea2ac15732e3d6563bbf8e25273e70173087055908066e8cb0491142892786b43751468a6f7600b49d52d81e20763093343f4c23b69a75e826024f81a1
7
- data.tar.gz: 0c699de5304fa873bf074ea4558ade086b9c2a568d578c512dcda8ac20deef229572cd6f9e0829e9e9f98db47eab19830982e656bbc9e6ae5e4edf32771afc3c
6
+ metadata.gz: 1b4a86db01fc42d2d1d8025e3f87d85803b22e7d570d9e68bd0fb3530f271a610c0efde1e35eea4550d47e63c32da029f4808ac204284342f522dd370e5bab02
7
+ data.tar.gz: 3c1feacff0686f55adf364f47be771745d3ba72fe439f2c0a89c849b5b17fa2ec3806570d0ccfa601eb8a466a4b974cfae4ad2de88bde92e372d9f899a589aa9
@@ -10,6 +10,6 @@ gemspec
10
10
 
11
11
  # Testing
12
12
  gem "rspec", "~> 2.14.1"
13
- gem "rake", "~> 10.1.0"
14
- gem "simplecov", ">= 0.7.1"
15
- gem "coveralls", ">= 0.6.7", require: false
13
+ gem "rake", "~> 10.1.1"
14
+ gem "simplecov", ">= 0.8.2"
15
+ gem "coveralls", ">= 0.7.0", require: false
@@ -0,0 +1,3 @@
1
+ ### 3.0.4 / 2014-01-25
2
+
3
+ * Update dependencies.
data/Gemfile CHANGED
@@ -10,12 +10,12 @@ gemspec
10
10
 
11
11
  # Testing
12
12
  gem "rspec", "~> 2.14.1"
13
- gem "rake", "~> 10.1.0"
13
+ gem "rake", "~> 10.1.1"
14
14
 
15
15
  # Documentation
16
- gem "simplecov", ">= 0.7.1"
17
- gem "coveralls", ">= 0.6.7", require: false
16
+ gem "simplecov", ">= 0.8.2"
17
+ gem "coveralls", ">= 0.7.0", require: false
18
18
  gem "pry", ">= 0"
19
19
  gem "yard", ">= 0.8.7"
20
- gem "kramdown", ">= 1.2.0"
21
- gem "github-markup", ">= 0.7.5"
20
+ gem "kramdown", ">= 1.3.1"
21
+ gem "github-markup", ">= 1.0.0"
data/README.md CHANGED
@@ -5,6 +5,7 @@
5
5
  [![Build Status](https://secure.travis-ci.org/ShogunPanda/bovem.png?branch=master)](http://travis-ci.org/ShogunPanda/bovem)
6
6
  [![Code Climate](https://codeclimate.com/github/ShogunPanda/bovem.png)](https://codeclimate.com/github/ShogunPanda/bovem)
7
7
  [![Coverage Status](https://coveralls.io/repos/ShogunPanda/bovem/badge.png)](https://coveralls.io/r/ShogunPanda/bovem)
8
+ [![Bitdeli Trend](https://d2weczhvl823v0.cloudfront.net/ShogunPanda/bovem/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
8
9
 
9
10
  A command line manager and a collection of utilities for developers.
10
11
 
@@ -9,12 +9,14 @@ require "./lib/bovem/version"
9
9
  Gem::Specification.new do |gem|
10
10
  gem.name = "bovem"
11
11
  gem.version = Bovem::Version::STRING
12
- gem.authors = ["Shogun"]
13
- gem.email = ["shogun@cowtech.it"]
14
12
  gem.homepage = "http://sw.cow.tc/bovem"
15
13
  gem.summary = %q{A command line manager and a collection of utilities for developers.}
16
14
  gem.description = %q{A command line manager and a collection of utilities for developers.}
17
15
 
16
+ gem.authors = ["Shogun"]
17
+ gem.email = ["shogun@cowtech.it"]
18
+ gem.license = "MIT"
19
+
18
20
  gem.rubyforge_project = "bovem"
19
21
  gem.files = `git ls-files`.split("\n")
20
22
  gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
@@ -23,6 +25,6 @@ Gem::Specification.new do |gem|
23
25
 
24
26
  gem.required_ruby_version = ">= 1.9.3"
25
27
 
26
- gem.add_dependency("lazier", "~> 3.3.9")
28
+ gem.add_dependency("lazier", "~> 3.4.0")
27
29
  gem.add_dependency("open4", "~> 1.3.0")
28
30
  end
@@ -177,9 +177,9 @@ Licensed under the MIT license, which can be found at http://www.opensource.org/
177
177
  </div>
178
178
 
179
179
  <div id="footer">
180
- Generated on Mon Sep 2 19:15:09 2013 by
180
+ Generated on Sat Jan 25 15:49:19 2014 by
181
181
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
182
- 0.8.7 (ruby-2.0.0).
182
+ 0.8.7 (ruby-2.1.0).
183
183
  </div>
184
184
 
185
185
  </body>
@@ -3048,9 +3048,9 @@
3048
3048
  </div>
3049
3049
 
3050
3050
  <div id="footer">
3051
- Generated on Mon Sep 2 19:15:12 2013 by
3051
+ Generated on Sat Jan 25 15:49:21 2014 by
3052
3052
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
3053
- 0.8.7 (ruby-2.0.0).
3053
+ 0.8.7 (ruby-2.1.0).
3054
3054
  </div>
3055
3055
 
3056
3056
  </body>
@@ -1202,7 +1202,7 @@
1202
1202
  <span class='comment'># Assigns a hook to a command.
1203
1203
  </span> <span class='comment'>#
1204
1204
  </span> <span class='comment'># @param method [String|Symbol|NilClass] The method of the application to hookup.
1205
- </span> <span class='comment'># @param block [Proc] The block to hookup if method is not provided.
1205
+ </span> <span class='comment'># @param hook [Proc] The block to hookup if method is not provided.
1206
1206
  </span> <span class='kw'>def</span> <span class='id identifier rubyid_assign_hook'>assign_hook</span><span class='lparen'>(</span><span class='id identifier rubyid_method'>method</span><span class='comma'>,</span> <span class='op'>&amp;</span><span class='id identifier rubyid_hook'>hook</span><span class='rparen'>)</span>
1207
1207
  <span class='id identifier rubyid_assigned'>assigned</span> <span class='op'>=</span> <span class='kw'>nil</span>
1208
1208
  <span class='id identifier rubyid_assigned'>assigned</span> <span class='op'>=</span> <span class='id identifier rubyid_method'>method</span> <span class='kw'>if</span> <span class='id identifier rubyid_method'>method</span><span class='period'>.</span><span class='id identifier rubyid_is_a?'>is_a?</span><span class='lparen'>(</span><span class='op'>::</span><span class='const'>String</span><span class='rparen'>)</span> <span class='op'>||</span> <span class='id identifier rubyid_method'>method</span><span class='period'>.</span><span class='id identifier rubyid_is_a?'>is_a?</span><span class='lparen'>(</span><span class='op'>::</span><span class='const'>Symbol</span><span class='rparen'>)</span>
@@ -1709,7 +1709,7 @@
1709
1709
  <span class='comment'># Assigns a hook to a command.
1710
1710
  </span> <span class='comment'>#
1711
1711
  </span> <span class='comment'># @param method [String|Symbol|NilClass] The method of the application to hookup.
1712
- </span> <span class='comment'># @param block [Proc] The block to hookup if method is not provided.
1712
+ </span> <span class='comment'># @param hook [Proc] The block to hookup if method is not provided.
1713
1713
  </span> <span class='kw'>def</span> <span class='id identifier rubyid_assign_hook'>assign_hook</span><span class='lparen'>(</span><span class='id identifier rubyid_method'>method</span><span class='comma'>,</span> <span class='op'>&amp;</span><span class='id identifier rubyid_hook'>hook</span><span class='rparen'>)</span>
1714
1714
  <span class='id identifier rubyid_assigned'>assigned</span> <span class='op'>=</span> <span class='kw'>nil</span>
1715
1715
  <span class='id identifier rubyid_assigned'>assigned</span> <span class='op'>=</span> <span class='id identifier rubyid_method'>method</span> <span class='kw'>if</span> <span class='id identifier rubyid_method'>method</span><span class='period'>.</span><span class='id identifier rubyid_is_a?'>is_a?</span><span class='lparen'>(</span><span class='op'>::</span><span class='const'>String</span><span class='rparen'>)</span> <span class='op'>||</span> <span class='id identifier rubyid_method'>method</span><span class='period'>.</span><span class='id identifier rubyid_is_a?'>is_a?</span><span class='lparen'>(</span><span class='op'>::</span><span class='const'>Symbol</span><span class='rparen'>)</span>
@@ -2178,7 +2178,7 @@
2178
2178
  <span class='comment'># Assigns a hook to a command.
2179
2179
  </span> <span class='comment'>#
2180
2180
  </span> <span class='comment'># @param method [String|Symbol|NilClass] The method of the application to hookup.
2181
- </span> <span class='comment'># @param block [Proc] The block to hookup if method is not provided.
2181
+ </span> <span class='comment'># @param hook [Proc] The block to hookup if method is not provided.
2182
2182
  </span> <span class='kw'>def</span> <span class='id identifier rubyid_assign_hook'>assign_hook</span><span class='lparen'>(</span><span class='id identifier rubyid_method'>method</span><span class='comma'>,</span> <span class='op'>&amp;</span><span class='id identifier rubyid_hook'>hook</span><span class='rparen'>)</span>
2183
2183
  <span class='id identifier rubyid_assigned'>assigned</span> <span class='op'>=</span> <span class='kw'>nil</span>
2184
2184
  <span class='id identifier rubyid_assigned'>assigned</span> <span class='op'>=</span> <span class='id identifier rubyid_method'>method</span> <span class='kw'>if</span> <span class='id identifier rubyid_method'>method</span><span class='period'>.</span><span class='id identifier rubyid_is_a?'>is_a?</span><span class='lparen'>(</span><span class='op'>::</span><span class='const'>String</span><span class='rparen'>)</span> <span class='op'>||</span> <span class='id identifier rubyid_method'>method</span><span class='period'>.</span><span class='id identifier rubyid_is_a?'>is_a?</span><span class='lparen'>(</span><span class='op'>::</span><span class='const'>Symbol</span><span class='rparen'>)</span>
@@ -2647,7 +2647,7 @@
2647
2647
  <span class='comment'># Assigns a hook to a command.
2648
2648
  </span> <span class='comment'>#
2649
2649
  </span> <span class='comment'># @param method [String|Symbol|NilClass] The method of the application to hookup.
2650
- </span> <span class='comment'># @param block [Proc] The block to hookup if method is not provided.
2650
+ </span> <span class='comment'># @param hook [Proc] The block to hookup if method is not provided.
2651
2651
  </span> <span class='kw'>def</span> <span class='id identifier rubyid_assign_hook'>assign_hook</span><span class='lparen'>(</span><span class='id identifier rubyid_method'>method</span><span class='comma'>,</span> <span class='op'>&amp;</span><span class='id identifier rubyid_hook'>hook</span><span class='rparen'>)</span>
2652
2652
  <span class='id identifier rubyid_assigned'>assigned</span> <span class='op'>=</span> <span class='kw'>nil</span>
2653
2653
  <span class='id identifier rubyid_assigned'>assigned</span> <span class='op'>=</span> <span class='id identifier rubyid_method'>method</span> <span class='kw'>if</span> <span class='id identifier rubyid_method'>method</span><span class='period'>.</span><span class='id identifier rubyid_is_a?'>is_a?</span><span class='lparen'>(</span><span class='op'>::</span><span class='const'>String</span><span class='rparen'>)</span> <span class='op'>||</span> <span class='id identifier rubyid_method'>method</span><span class='period'>.</span><span class='id identifier rubyid_is_a?'>is_a?</span><span class='lparen'>(</span><span class='op'>::</span><span class='const'>Symbol</span><span class='rparen'>)</span>
@@ -3137,7 +3137,7 @@
3137
3137
  <span class='comment'># Assigns a hook to a command.
3138
3138
  </span> <span class='comment'>#
3139
3139
  </span> <span class='comment'># @param method [String|Symbol|NilClass] The method of the application to hookup.
3140
- </span> <span class='comment'># @param block [Proc] The block to hookup if method is not provided.
3140
+ </span> <span class='comment'># @param hook [Proc] The block to hookup if method is not provided.
3141
3141
  </span> <span class='kw'>def</span> <span class='id identifier rubyid_assign_hook'>assign_hook</span><span class='lparen'>(</span><span class='id identifier rubyid_method'>method</span><span class='comma'>,</span> <span class='op'>&amp;</span><span class='id identifier rubyid_hook'>hook</span><span class='rparen'>)</span>
3142
3142
  <span class='id identifier rubyid_assigned'>assigned</span> <span class='op'>=</span> <span class='kw'>nil</span>
3143
3143
  <span class='id identifier rubyid_assigned'>assigned</span> <span class='op'>=</span> <span class='id identifier rubyid_method'>method</span> <span class='kw'>if</span> <span class='id identifier rubyid_method'>method</span><span class='period'>.</span><span class='id identifier rubyid_is_a?'>is_a?</span><span class='lparen'>(</span><span class='op'>::</span><span class='const'>String</span><span class='rparen'>)</span> <span class='op'>||</span> <span class='id identifier rubyid_method'>method</span><span class='period'>.</span><span class='id identifier rubyid_is_a?'>is_a?</span><span class='lparen'>(</span><span class='op'>::</span><span class='const'>Symbol</span><span class='rparen'>)</span>
@@ -3644,7 +3644,7 @@
3644
3644
  <span class='comment'># Assigns a hook to a command.
3645
3645
  </span> <span class='comment'>#
3646
3646
  </span> <span class='comment'># @param method [String|Symbol|NilClass] The method of the application to hookup.
3647
- </span> <span class='comment'># @param block [Proc] The block to hookup if method is not provided.
3647
+ </span> <span class='comment'># @param hook [Proc] The block to hookup if method is not provided.
3648
3648
  </span> <span class='kw'>def</span> <span class='id identifier rubyid_assign_hook'>assign_hook</span><span class='lparen'>(</span><span class='id identifier rubyid_method'>method</span><span class='comma'>,</span> <span class='op'>&amp;</span><span class='id identifier rubyid_hook'>hook</span><span class='rparen'>)</span>
3649
3649
  <span class='id identifier rubyid_assigned'>assigned</span> <span class='op'>=</span> <span class='kw'>nil</span>
3650
3650
  <span class='id identifier rubyid_assigned'>assigned</span> <span class='op'>=</span> <span class='id identifier rubyid_method'>method</span> <span class='kw'>if</span> <span class='id identifier rubyid_method'>method</span><span class='period'>.</span><span class='id identifier rubyid_is_a?'>is_a?</span><span class='lparen'>(</span><span class='op'>::</span><span class='const'>String</span><span class='rparen'>)</span> <span class='op'>||</span> <span class='id identifier rubyid_method'>method</span><span class='period'>.</span><span class='id identifier rubyid_is_a?'>is_a?</span><span class='lparen'>(</span><span class='op'>::</span><span class='const'>Symbol</span><span class='rparen'>)</span>
@@ -4113,7 +4113,7 @@
4113
4113
  <span class='comment'># Assigns a hook to a command.
4114
4114
  </span> <span class='comment'>#
4115
4115
  </span> <span class='comment'># @param method [String|Symbol|NilClass] The method of the application to hookup.
4116
- </span> <span class='comment'># @param block [Proc] The block to hookup if method is not provided.
4116
+ </span> <span class='comment'># @param hook [Proc] The block to hookup if method is not provided.
4117
4117
  </span> <span class='kw'>def</span> <span class='id identifier rubyid_assign_hook'>assign_hook</span><span class='lparen'>(</span><span class='id identifier rubyid_method'>method</span><span class='comma'>,</span> <span class='op'>&amp;</span><span class='id identifier rubyid_hook'>hook</span><span class='rparen'>)</span>
4118
4118
  <span class='id identifier rubyid_assigned'>assigned</span> <span class='op'>=</span> <span class='kw'>nil</span>
4119
4119
  <span class='id identifier rubyid_assigned'>assigned</span> <span class='op'>=</span> <span class='id identifier rubyid_method'>method</span> <span class='kw'>if</span> <span class='id identifier rubyid_method'>method</span><span class='period'>.</span><span class='id identifier rubyid_is_a?'>is_a?</span><span class='lparen'>(</span><span class='op'>::</span><span class='const'>String</span><span class='rparen'>)</span> <span class='op'>||</span> <span class='id identifier rubyid_method'>method</span><span class='period'>.</span><span class='id identifier rubyid_is_a?'>is_a?</span><span class='lparen'>(</span><span class='op'>::</span><span class='const'>Symbol</span><span class='rparen'>)</span>
@@ -4603,7 +4603,7 @@
4603
4603
  <span class='comment'># Assigns a hook to a command.
4604
4604
  </span> <span class='comment'>#
4605
4605
  </span> <span class='comment'># @param method [String|Symbol|NilClass] The method of the application to hookup.
4606
- </span> <span class='comment'># @param block [Proc] The block to hookup if method is not provided.
4606
+ </span> <span class='comment'># @param hook [Proc] The block to hookup if method is not provided.
4607
4607
  </span> <span class='kw'>def</span> <span class='id identifier rubyid_assign_hook'>assign_hook</span><span class='lparen'>(</span><span class='id identifier rubyid_method'>method</span><span class='comma'>,</span> <span class='op'>&amp;</span><span class='id identifier rubyid_hook'>hook</span><span class='rparen'>)</span>
4608
4608
  <span class='id identifier rubyid_assigned'>assigned</span> <span class='op'>=</span> <span class='kw'>nil</span>
4609
4609
  <span class='id identifier rubyid_assigned'>assigned</span> <span class='op'>=</span> <span class='id identifier rubyid_method'>method</span> <span class='kw'>if</span> <span class='id identifier rubyid_method'>method</span><span class='period'>.</span><span class='id identifier rubyid_is_a?'>is_a?</span><span class='lparen'>(</span><span class='op'>::</span><span class='const'>String</span><span class='rparen'>)</span> <span class='op'>||</span> <span class='id identifier rubyid_method'>method</span><span class='period'>.</span><span class='id identifier rubyid_is_a?'>is_a?</span><span class='lparen'>(</span><span class='op'>::</span><span class='const'>Symbol</span><span class='rparen'>)</span>
@@ -5093,7 +5093,7 @@
5093
5093
  <span class='comment'># Assigns a hook to a command.
5094
5094
  </span> <span class='comment'>#
5095
5095
  </span> <span class='comment'># @param method [String|Symbol|NilClass] The method of the application to hookup.
5096
- </span> <span class='comment'># @param block [Proc] The block to hookup if method is not provided.
5096
+ </span> <span class='comment'># @param hook [Proc] The block to hookup if method is not provided.
5097
5097
  </span> <span class='kw'>def</span> <span class='id identifier rubyid_assign_hook'>assign_hook</span><span class='lparen'>(</span><span class='id identifier rubyid_method'>method</span><span class='comma'>,</span> <span class='op'>&amp;</span><span class='id identifier rubyid_hook'>hook</span><span class='rparen'>)</span>
5098
5098
  <span class='id identifier rubyid_assigned'>assigned</span> <span class='op'>=</span> <span class='kw'>nil</span>
5099
5099
  <span class='id identifier rubyid_assigned'>assigned</span> <span class='op'>=</span> <span class='id identifier rubyid_method'>method</span> <span class='kw'>if</span> <span class='id identifier rubyid_method'>method</span><span class='period'>.</span><span class='id identifier rubyid_is_a?'>is_a?</span><span class='lparen'>(</span><span class='op'>::</span><span class='const'>String</span><span class='rparen'>)</span> <span class='op'>||</span> <span class='id identifier rubyid_method'>method</span><span class='period'>.</span><span class='id identifier rubyid_is_a?'>is_a?</span><span class='lparen'>(</span><span class='op'>::</span><span class='const'>Symbol</span><span class='rparen'>)</span>
@@ -5562,7 +5562,7 @@
5562
5562
  <span class='comment'># Assigns a hook to a command.
5563
5563
  </span> <span class='comment'>#
5564
5564
  </span> <span class='comment'># @param method [String|Symbol|NilClass] The method of the application to hookup.
5565
- </span> <span class='comment'># @param block [Proc] The block to hookup if method is not provided.
5565
+ </span> <span class='comment'># @param hook [Proc] The block to hookup if method is not provided.
5566
5566
  </span> <span class='kw'>def</span> <span class='id identifier rubyid_assign_hook'>assign_hook</span><span class='lparen'>(</span><span class='id identifier rubyid_method'>method</span><span class='comma'>,</span> <span class='op'>&amp;</span><span class='id identifier rubyid_hook'>hook</span><span class='rparen'>)</span>
5567
5567
  <span class='id identifier rubyid_assigned'>assigned</span> <span class='op'>=</span> <span class='kw'>nil</span>
5568
5568
  <span class='id identifier rubyid_assigned'>assigned</span> <span class='op'>=</span> <span class='id identifier rubyid_method'>method</span> <span class='kw'>if</span> <span class='id identifier rubyid_method'>method</span><span class='period'>.</span><span class='id identifier rubyid_is_a?'>is_a?</span><span class='lparen'>(</span><span class='op'>::</span><span class='const'>String</span><span class='rparen'>)</span> <span class='op'>||</span> <span class='id identifier rubyid_method'>method</span><span class='period'>.</span><span class='id identifier rubyid_is_a?'>is_a?</span><span class='lparen'>(</span><span class='op'>::</span><span class='const'>Symbol</span><span class='rparen'>)</span>
@@ -6031,7 +6031,7 @@
6031
6031
  <span class='comment'># Assigns a hook to a command.
6032
6032
  </span> <span class='comment'>#
6033
6033
  </span> <span class='comment'># @param method [String|Symbol|NilClass] The method of the application to hookup.
6034
- </span> <span class='comment'># @param block [Proc] The block to hookup if method is not provided.
6034
+ </span> <span class='comment'># @param hook [Proc] The block to hookup if method is not provided.
6035
6035
  </span> <span class='kw'>def</span> <span class='id identifier rubyid_assign_hook'>assign_hook</span><span class='lparen'>(</span><span class='id identifier rubyid_method'>method</span><span class='comma'>,</span> <span class='op'>&amp;</span><span class='id identifier rubyid_hook'>hook</span><span class='rparen'>)</span>
6036
6036
  <span class='id identifier rubyid_assigned'>assigned</span> <span class='op'>=</span> <span class='kw'>nil</span>
6037
6037
  <span class='id identifier rubyid_assigned'>assigned</span> <span class='op'>=</span> <span class='id identifier rubyid_method'>method</span> <span class='kw'>if</span> <span class='id identifier rubyid_method'>method</span><span class='period'>.</span><span class='id identifier rubyid_is_a?'>is_a?</span><span class='lparen'>(</span><span class='op'>::</span><span class='const'>String</span><span class='rparen'>)</span> <span class='op'>||</span> <span class='id identifier rubyid_method'>method</span><span class='period'>.</span><span class='id identifier rubyid_is_a?'>is_a?</span><span class='lparen'>(</span><span class='op'>::</span><span class='const'>Symbol</span><span class='rparen'>)</span>
@@ -6521,7 +6521,7 @@
6521
6521
  <span class='comment'># Assigns a hook to a command.
6522
6522
  </span> <span class='comment'>#
6523
6523
  </span> <span class='comment'># @param method [String|Symbol|NilClass] The method of the application to hookup.
6524
- </span> <span class='comment'># @param block [Proc] The block to hookup if method is not provided.
6524
+ </span> <span class='comment'># @param hook [Proc] The block to hookup if method is not provided.
6525
6525
  </span> <span class='kw'>def</span> <span class='id identifier rubyid_assign_hook'>assign_hook</span><span class='lparen'>(</span><span class='id identifier rubyid_method'>method</span><span class='comma'>,</span> <span class='op'>&amp;</span><span class='id identifier rubyid_hook'>hook</span><span class='rparen'>)</span>
6526
6526
  <span class='id identifier rubyid_assigned'>assigned</span> <span class='op'>=</span> <span class='kw'>nil</span>
6527
6527
  <span class='id identifier rubyid_assigned'>assigned</span> <span class='op'>=</span> <span class='id identifier rubyid_method'>method</span> <span class='kw'>if</span> <span class='id identifier rubyid_method'>method</span><span class='period'>.</span><span class='id identifier rubyid_is_a?'>is_a?</span><span class='lparen'>(</span><span class='op'>::</span><span class='const'>String</span><span class='rparen'>)</span> <span class='op'>||</span> <span class='id identifier rubyid_method'>method</span><span class='period'>.</span><span class='id identifier rubyid_is_a?'>is_a?</span><span class='lparen'>(</span><span class='op'>::</span><span class='const'>Symbol</span><span class='rparen'>)</span>
@@ -7022,9 +7022,9 @@
7022
7022
  </div>
7023
7023
 
7024
7024
  <div id="footer">
7025
- Generated on Mon Sep 2 19:15:12 2013 by
7025
+ Generated on Sat Jan 25 15:49:21 2014 by
7026
7026
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
7027
- 0.8.7 (ruby-2.0.0).
7027
+ 0.8.7 (ruby-2.1.0).
7028
7028
  </div>
7029
7029
 
7030
7030
  </body>
@@ -116,9 +116,9 @@
116
116
  </div>
117
117
 
118
118
  <div id="footer">
119
- Generated on Mon Sep 2 19:15:10 2013 by
119
+ Generated on Sat Jan 25 15:49:19 2014 by
120
120
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
121
- 0.8.7 (ruby-2.0.0).
121
+ 0.8.7 (ruby-2.1.0).
122
122
  </div>
123
123
 
124
124
  </body>
@@ -1276,9 +1276,9 @@ the user inputs or the defaults values.</p>
1276
1276
  </div>
1277
1277
 
1278
1278
  <div id="footer">
1279
- Generated on Mon Sep 2 19:15:10 2013 by
1279
+ Generated on Sat Jan 25 15:49:19 2014 by
1280
1280
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1281
- 0.8.7 (ruby-2.0.0).
1281
+ 0.8.7 (ruby-2.1.0).
1282
1282
  </div>
1283
1283
 
1284
1284
  </body>
@@ -200,9 +200,9 @@
200
200
  </div>
201
201
 
202
202
  <div id="footer">
203
- Generated on Mon Sep 2 19:15:10 2013 by
203
+ Generated on Sat Jan 25 15:49:19 2014 by
204
204
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
205
- 0.8.7 (ruby-2.0.0).
205
+ 0.8.7 (ruby-2.1.0).
206
206
  </div>
207
207
 
208
208
  </body>
@@ -444,9 +444,9 @@ config.property = "VALUE"
444
444
  </div>
445
445
 
446
446
  <div id="footer">
447
- Generated on Mon Sep 2 19:15:12 2013 by
447
+ Generated on Sat Jan 25 15:49:21 2014 by
448
448
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
449
- 0.8.7 (ruby-2.0.0).
449
+ 0.8.7 (ruby-2.1.0).
450
450
  </div>
451
451
 
452
452
  </body>
@@ -760,9 +760,9 @@
760
760
  </div>
761
761
 
762
762
  <div id="footer">
763
- Generated on Mon Sep 2 19:15:12 2013 by
763
+ Generated on Sat Jan 25 15:49:21 2014 by
764
764
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
765
- 0.8.7 (ruby-2.0.0).
765
+ 0.8.7 (ruby-2.1.0).
766
766
  </div>
767
767
 
768
768
  </body>
@@ -116,9 +116,9 @@
116
116
  </div>
117
117
 
118
118
  <div id="footer">
119
- Generated on Mon Sep 2 19:15:10 2013 by
119
+ Generated on Sat Jan 25 15:49:19 2014 by
120
120
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
121
- 0.8.7 (ruby-2.0.0).
121
+ 0.8.7 (ruby-2.1.0).
122
122
  </div>
123
123
 
124
124
  </body>
@@ -558,9 +558,9 @@
558
558
  </div>
559
559
 
560
560
  <div id="footer">
561
- Generated on Mon Sep 2 19:15:10 2013 by
561
+ Generated on Sat Jan 25 15:49:20 2014 by
562
562
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
563
- 0.8.7 (ruby-2.0.0).
563
+ 0.8.7 (ruby-2.1.0).
564
564
  </div>
565
565
 
566
566
  </body>
@@ -222,9 +222,9 @@
222
222
  </div>
223
223
 
224
224
  <div id="footer">
225
- Generated on Mon Sep 2 19:15:10 2013 by
225
+ Generated on Sat Jan 25 15:49:20 2014 by
226
226
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
227
- 0.8.7 (ruby-2.0.0).
227
+ 0.8.7 (ruby-2.1.0).
228
228
  </div>
229
229
 
230
230
  </body>
@@ -2373,9 +2373,9 @@
2373
2373
  </div>
2374
2374
 
2375
2375
  <div id="footer">
2376
- Generated on Mon Sep 2 19:15:10 2013 by
2376
+ Generated on Sat Jan 25 15:49:19 2014 by
2377
2377
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2378
- 0.8.7 (ruby-2.0.0).
2378
+ 0.8.7 (ruby-2.1.0).
2379
2379
  </div>
2380
2380
 
2381
2381
  </body>
@@ -203,9 +203,9 @@
203
203
  </div>
204
204
 
205
205
  <div id="footer">
206
- Generated on Mon Sep 2 19:15:10 2013 by
206
+ Generated on Sat Jan 25 15:49:20 2014 by
207
207
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
208
- 0.8.7 (ruby-2.0.0).
208
+ 0.8.7 (ruby-2.1.0).
209
209
  </div>
210
210
 
211
211
  </body>
@@ -1228,9 +1228,9 @@
1228
1228
  </div>
1229
1229
 
1230
1230
  <div id="footer">
1231
- Generated on Mon Sep 2 19:15:10 2013 by
1231
+ Generated on Sat Jan 25 15:49:19 2014 by
1232
1232
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1233
- 0.8.7 (ruby-2.0.0).
1233
+ 0.8.7 (ruby-2.1.0).
1234
1234
  </div>
1235
1235
 
1236
1236
  </body>
@@ -265,9 +265,9 @@
265
265
  </div>
266
266
 
267
267
  <div id="footer">
268
- Generated on Mon Sep 2 19:15:10 2013 by
268
+ Generated on Sat Jan 25 15:49:19 2014 by
269
269
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
270
- 0.8.7 (ruby-2.0.0).
270
+ 0.8.7 (ruby-2.1.0).
271
271
  </div>
272
272
 
273
273
  </body>
@@ -641,9 +641,9 @@ Bovem::Console.new.replace_markers("{mark=bright bg_red}{mark=green}Hello world!
641
641
  </div>
642
642
 
643
643
  <div id="footer">
644
- Generated on Mon Sep 2 19:15:10 2013 by
644
+ Generated on Sat Jan 25 15:49:19 2014 by
645
645
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
646
- 0.8.7 (ruby-2.0.0).
646
+ 0.8.7 (ruby-2.1.0).
647
647
  </div>
648
648
 
649
649
  </body>
@@ -116,9 +116,9 @@
116
116
  </div>
117
117
 
118
118
  <div id="footer">
119
- Generated on Mon Sep 2 19:15:10 2013 by
119
+ Generated on Sat Jan 25 15:49:19 2014 by
120
120
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
121
- 0.8.7 (ruby-2.0.0).
121
+ 0.8.7 (ruby-2.1.0).
122
122
  </div>
123
123
 
124
124
  </body>
@@ -622,9 +622,9 @@
622
622
  </div>
623
623
 
624
624
  <div id="footer">
625
- Generated on Mon Sep 2 19:15:11 2013 by
625
+ Generated on Sat Jan 25 15:49:20 2014 by
626
626
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
627
- 0.8.7 (ruby-2.0.0).
627
+ 0.8.7 (ruby-2.1.0).
628
628
  </div>
629
629
 
630
630
  </body>
@@ -124,9 +124,9 @@
124
124
  </div>
125
125
 
126
126
  <div id="footer">
127
- Generated on Mon Sep 2 19:15:11 2013 by
127
+ Generated on Sat Jan 25 15:49:20 2014 by
128
128
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
129
- 0.8.7 (ruby-2.0.0).
129
+ 0.8.7 (ruby-2.1.0).
130
130
  </div>
131
131
 
132
132
  </body>
@@ -124,9 +124,9 @@
124
124
  </div>
125
125
 
126
126
  <div id="footer">
127
- Generated on Mon Sep 2 19:15:11 2013 by
127
+ Generated on Sat Jan 25 15:49:20 2014 by
128
128
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
129
- 0.8.7 (ruby-2.0.0).
129
+ 0.8.7 (ruby-2.1.0).
130
130
  </div>
131
131
 
132
132
  </body>
@@ -367,9 +367,9 @@
367
367
  </div>
368
368
 
369
369
  <div id="footer">
370
- Generated on Mon Sep 2 19:15:12 2013 by
370
+ Generated on Sat Jan 25 15:49:21 2014 by
371
371
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
372
- 0.8.7 (ruby-2.0.0).
372
+ 0.8.7 (ruby-2.1.0).
373
373
  </div>
374
374
 
375
375
  </body>
@@ -1040,9 +1040,9 @@
1040
1040
  </div>
1041
1041
 
1042
1042
  <div id="footer">
1043
- Generated on Mon Sep 2 19:15:11 2013 by
1043
+ Generated on Sat Jan 25 15:49:20 2014 by
1044
1044
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1045
- 0.8.7 (ruby-2.0.0).
1045
+ 0.8.7 (ruby-2.1.0).
1046
1046
  </div>
1047
1047
 
1048
1048
  </body>
@@ -7096,9 +7096,9 @@
7096
7096
  </div>
7097
7097
 
7098
7098
  <div id="footer">
7099
- Generated on Mon Sep 2 19:15:11 2013 by
7099
+ Generated on Sat Jan 25 15:49:20 2014 by
7100
7100
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
7101
- 0.8.7 (ruby-2.0.0).
7101
+ 0.8.7 (ruby-2.1.0).
7102
7102
  </div>
7103
7103
 
7104
7104
  </body>
@@ -267,9 +267,9 @@
267
267
  </div>
268
268
 
269
269
  <div id="footer">
270
- Generated on Mon Sep 2 19:15:10 2013 by
270
+ Generated on Sat Jan 25 15:49:20 2014 by
271
271
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
272
- 0.8.7 (ruby-2.0.0).
272
+ 0.8.7 (ruby-2.1.0).
273
273
  </div>
274
274
 
275
275
  </body>
@@ -116,9 +116,9 @@
116
116
  </div>
117
117
 
118
118
  <div id="footer">
119
- Generated on Mon Sep 2 19:15:10 2013 by
119
+ Generated on Sat Jan 25 15:49:19 2014 by
120
120
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
121
- 0.8.7 (ruby-2.0.0).
121
+ 0.8.7 (ruby-2.1.0).
122
122
  </div>
123
123
 
124
124
  </body>
@@ -125,9 +125,9 @@
125
125
  </div>
126
126
 
127
127
  <div id="footer">
128
- Generated on Mon Sep 2 19:15:10 2013 by
128
+ Generated on Sat Jan 25 15:49:19 2014 by
129
129
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
130
- 0.8.7 (ruby-2.0.0).
130
+ 0.8.7 (ruby-2.1.0).
131
131
  </div>
132
132
 
133
133
  </body>
@@ -561,9 +561,9 @@
561
561
  </div>
562
562
 
563
563
  <div id="footer">
564
- Generated on Mon Sep 2 19:15:10 2013 by
564
+ Generated on Sat Jan 25 15:49:19 2014 by
565
565
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
566
- 0.8.7 (ruby-2.0.0).
566
+ 0.8.7 (ruby-2.1.0).
567
567
  </div>
568
568
 
569
569
  </body>
@@ -493,9 +493,9 @@
493
493
  </div>
494
494
 
495
495
  <div id="footer">
496
- Generated on Mon Sep 2 19:15:10 2013 by
496
+ Generated on Sat Jan 25 15:49:20 2014 by
497
497
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
498
- 0.8.7 (ruby-2.0.0).
498
+ 0.8.7 (ruby-2.1.0).
499
499
  </div>
500
500
 
501
501
  </body>
@@ -116,9 +116,9 @@
116
116
  </div>
117
117
 
118
118
  <div id="footer">
119
- Generated on Mon Sep 2 19:15:09 2013 by
119
+ Generated on Sat Jan 25 15:49:19 2014 by
120
120
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
121
- 0.8.7 (ruby-2.0.0).
121
+ 0.8.7 (ruby-2.1.0).
122
122
  </div>
123
123
 
124
124
  </body>
@@ -473,9 +473,9 @@
473
473
  </div>
474
474
 
475
475
  <div id="footer">
476
- Generated on Mon Sep 2 19:15:10 2013 by
476
+ Generated on Sat Jan 25 15:49:19 2014 by
477
477
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
478
- 0.8.7 (ruby-2.0.0).
478
+ 0.8.7 (ruby-2.1.0).
479
479
  </div>
480
480
 
481
481
  </body>
@@ -556,9 +556,9 @@
556
556
  </div>
557
557
 
558
558
  <div id="footer">
559
- Generated on Mon Sep 2 19:15:10 2013 by
559
+ Generated on Sat Jan 25 15:49:19 2014 by
560
560
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
561
- 0.8.7 (ruby-2.0.0).
561
+ 0.8.7 (ruby-2.1.0).
562
562
  </div>
563
563
 
564
564
  </body>
@@ -551,9 +551,9 @@
551
551
  </div>
552
552
 
553
553
  <div id="footer">
554
- Generated on Mon Sep 2 19:15:09 2013 by
554
+ Generated on Sat Jan 25 15:49:19 2014 by
555
555
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
556
- 0.8.7 (ruby-2.0.0).
556
+ 0.8.7 (ruby-2.1.0).
557
557
  </div>
558
558
 
559
559
  </body>
@@ -442,9 +442,9 @@
442
442
  </div>
443
443
 
444
444
  <div id="footer">
445
- Generated on Mon Sep 2 19:15:10 2013 by
445
+ Generated on Sat Jan 25 15:49:19 2014 by
446
446
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
447
- 0.8.7 (ruby-2.0.0).
447
+ 0.8.7 (ruby-2.1.0).
448
448
  </div>
449
449
 
450
450
  </body>
@@ -665,9 +665,9 @@
665
665
  </div>
666
666
 
667
667
  <div id="footer">
668
- Generated on Mon Sep 2 19:15:10 2013 by
668
+ Generated on Sat Jan 25 15:49:19 2014 by
669
669
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
670
- 0.8.7 (ruby-2.0.0).
670
+ 0.8.7 (ruby-2.1.0).
671
671
  </div>
672
672
 
673
673
  </body>
@@ -149,7 +149,7 @@
149
149
 
150
150
  </div>
151
151
  </dt>
152
- <dd><pre class="code"><span class='int'>3</span></pre></dd>
152
+ <dd><pre class="code"><span class='int'>4</span></pre></dd>
153
153
 
154
154
  <dt id="STRING-constant" class="">STRING =
155
155
  <div class="docstring">
@@ -180,9 +180,9 @@
180
180
  </div>
181
181
 
182
182
  <div id="footer">
183
- Generated on Mon Sep 2 19:15:10 2013 by
183
+ Generated on Sat Jan 25 15:49:20 2014 by
184
184
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
185
- 0.8.7 (ruby-2.0.0).
185
+ 0.8.7 (ruby-2.1.0).
186
186
  </div>
187
187
 
188
188
  </body>
@@ -454,9 +454,9 @@
454
454
  </div>
455
455
 
456
456
  <div id="footer">
457
- Generated on Mon Sep 2 19:15:09 2013 by
457
+ Generated on Sat Jan 25 15:49:18 2014 by
458
458
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
459
- 0.8.7 (ruby-2.0.0).
459
+ 0.8.7 (ruby-2.1.0).
460
460
  </div>
461
461
 
462
462
  </body>
@@ -67,7 +67,8 @@
67
67
  <a href="https://gemnasium.com/ShogunPanda/bovem"><img src="https://gemnasium.com/ShogunPanda/bovem.png?travis" alt="Dependency Status" /></a>
68
68
  <a href="http://travis-ci.org/ShogunPanda/bovem"><img src="https://secure.travis-ci.org/ShogunPanda/bovem.png?branch=master" alt="Build Status" /></a>
69
69
  <a href="https://codeclimate.com/github/ShogunPanda/bovem"><img src="https://codeclimate.com/github/ShogunPanda/bovem.png" alt="Code Climate" /></a>
70
- <a href="https://coveralls.io/r/ShogunPanda/bovem"><img src="https://coveralls.io/repos/ShogunPanda/bovem/badge.png" alt="Coverage Status" /></a></p>
70
+ <a href="https://coveralls.io/r/ShogunPanda/bovem"><img src="https://coveralls.io/repos/ShogunPanda/bovem/badge.png" alt="Coverage Status" /></a>
71
+ <a href="https://bitdeli.com/free" title="Bitdeli Badge"><img src="https://d2weczhvl823v0.cloudfront.net/ShogunPanda/bovem/trend.png" alt="Bitdeli Trend" /></a></p>
71
72
 
72
73
  <p>A command line manager and a collection of utilities for developers.</p>
73
74
 
@@ -194,9 +195,9 @@ $ ./test help manage
194
195
  </div></div>
195
196
 
196
197
  <div id="footer">
197
- Generated on Mon Sep 2 19:15:09 2013 by
198
+ Generated on Sat Jan 25 15:49:19 2014 by
198
199
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
199
- 0.8.7 (ruby-2.0.0).
200
+ 0.8.7 (ruby-2.1.0).
200
201
  </div>
201
202
 
202
203
  </body>
@@ -67,7 +67,8 @@
67
67
  <a href="https://gemnasium.com/ShogunPanda/bovem"><img src="https://gemnasium.com/ShogunPanda/bovem.png?travis" alt="Dependency Status" /></a>
68
68
  <a href="http://travis-ci.org/ShogunPanda/bovem"><img src="https://secure.travis-ci.org/ShogunPanda/bovem.png?branch=master" alt="Build Status" /></a>
69
69
  <a href="https://codeclimate.com/github/ShogunPanda/bovem"><img src="https://codeclimate.com/github/ShogunPanda/bovem.png" alt="Code Climate" /></a>
70
- <a href="https://coveralls.io/r/ShogunPanda/bovem"><img src="https://coveralls.io/repos/ShogunPanda/bovem/badge.png" alt="Coverage Status" /></a></p>
70
+ <a href="https://coveralls.io/r/ShogunPanda/bovem"><img src="https://coveralls.io/repos/ShogunPanda/bovem/badge.png" alt="Coverage Status" /></a>
71
+ <a href="https://bitdeli.com/free" title="Bitdeli Badge"><img src="https://d2weczhvl823v0.cloudfront.net/ShogunPanda/bovem/trend.png" alt="Bitdeli Trend" /></a></p>
71
72
 
72
73
  <p>A command line manager and a collection of utilities for developers.</p>
73
74
 
@@ -194,9 +195,9 @@ $ ./test help manage
194
195
  </div></div>
195
196
 
196
197
  <div id="footer">
197
- Generated on Mon Sep 2 19:15:09 2013 by
198
+ Generated on Sat Jan 25 15:49:19 2014 by
198
199
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
199
- 0.8.7 (ruby-2.0.0).
200
+ 0.8.7 (ruby-2.1.0).
200
201
  </div>
201
202
 
202
203
  </body>
@@ -103,9 +103,9 @@
103
103
  </div>
104
104
 
105
105
  <div id="footer">
106
- Generated on Mon Sep 2 19:15:09 2013 by
106
+ Generated on Sat Jan 25 15:49:19 2014 by
107
107
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
108
- 0.8.7 (ruby-2.0.0).
108
+ 0.8.7 (ruby-2.1.0).
109
109
  </div>
110
110
 
111
111
  </body>
@@ -509,7 +509,7 @@ module Bovem
509
509
  # Assigns a hook to a command.
510
510
  #
511
511
  # @param method [String|Symbol|NilClass] The method of the application to hookup.
512
- # @param block [Proc] The block to hookup if method is not provided.
512
+ # @param hook [Proc] The block to hookup if method is not provided.
513
513
  def assign_hook(method, &hook)
514
514
  assigned = nil
515
515
  assigned = method if method.is_a?(::String) || method.is_a?(::Symbol)
@@ -17,8 +17,8 @@ module Bovem
17
17
  MINOR = 0
18
18
 
19
19
  # The patch version.
20
- PATCH = 3
21
-
20
+ PATCH = 4
21
+
22
22
  # The current version number of Bovem.
23
23
  STRING = [MAJOR, MINOR, PATCH].compact.join(".")
24
24
  end
metadata CHANGED
@@ -1,41 +1,41 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bovem
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.3
4
+ version: 3.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shogun
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-09-03 00:00:00.000000000 Z
11
+ date: 2014-01-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: lazier
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 3.3.9
19
+ version: 3.4.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ~>
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 3.3.9
26
+ version: 3.4.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: open4
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ~>
31
+ - - "~>"
32
32
  - !ruby/object:Gem::Version
33
33
  version: 1.3.0
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ~>
38
+ - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: 1.3.0
41
41
  description: A command line manager and a collection of utilities for developers.
@@ -45,10 +45,11 @@ executables: []
45
45
  extensions: []
46
46
  extra_rdoc_files: []
47
47
  files:
48
- - .gitignore
49
- - .travis-gemfile
50
- - .travis.yml
51
- - .yardopts
48
+ - ".gitignore"
49
+ - ".travis-gemfile"
50
+ - ".travis.yml"
51
+ - ".yardopts"
52
+ - CHANGELOG.md
52
53
  - Gemfile
53
54
  - README.md
54
55
  - Rakefile
@@ -128,7 +129,8 @@ files:
128
129
  - spec/coverage_helper.rb
129
130
  - spec/spec_helper.rb
130
131
  homepage: http://sw.cow.tc/bovem
131
- licenses: []
132
+ licenses:
133
+ - MIT
132
134
  metadata: {}
133
135
  post_install_message:
134
136
  rdoc_options: []
@@ -136,17 +138,17 @@ require_paths:
136
138
  - lib
137
139
  required_ruby_version: !ruby/object:Gem::Requirement
138
140
  requirements:
139
- - - '>='
141
+ - - ">="
140
142
  - !ruby/object:Gem::Version
141
143
  version: 1.9.3
142
144
  required_rubygems_version: !ruby/object:Gem::Requirement
143
145
  requirements:
144
- - - '>='
146
+ - - ">="
145
147
  - !ruby/object:Gem::Version
146
148
  version: '0'
147
149
  requirements: []
148
150
  rubyforge_project: bovem
149
- rubygems_version: 2.0.6
151
+ rubygems_version: 2.2.0
150
152
  signing_key:
151
153
  specification_version: 4
152
154
  summary: A command line manager and a collection of utilities for developers.