bovem 2.1.0 → 2.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile CHANGED
@@ -16,6 +16,6 @@ gem "rake", "~> 10.0.3"
16
16
  gem "simplecov", ">= 0.7.1"
17
17
  gem "pry", ">= 0"
18
18
  gem "yard", ">= 0.8.4"
19
- gem "redcarpet", ">= 2.2.2"
19
+ gem "kramdown", ">= 0.14.2"
20
20
  gem "github-markup", ">= 0.7.5"
21
21
 
data/Rakefile CHANGED
@@ -8,11 +8,4 @@ require "bundler/gem_tasks"
8
8
  require "rspec/core/rake_task"
9
9
 
10
10
  RSpec::Core::RakeTask.new("spec")
11
-
12
- namespace :spec do
13
- desc "Run all specs with coverage"
14
- task :coverage do
15
- ENV["BOVEM_COVERAGE"] = "TRUE"
16
- Rake::Task["spec"].invoke
17
- end
18
- end
11
+ RSpec::Core::RakeTask.new("spec:coverage") { |t| t.ruby_opts = "-r./spec/coverage_helper" }
data/bovem.gemspec CHANGED
@@ -23,6 +23,6 @@ Gem::Specification.new do |gem|
23
23
 
24
24
  gem.required_ruby_version = ">= 1.9.3"
25
25
 
26
- gem.add_dependency("lazier", "~> 2.6.3")
26
+ gem.add_dependency("lazier", "~> 2.6.4")
27
27
  gem.add_dependency("open4", "~> 1.3.0")
28
28
  end
data/doc/Bovem.html CHANGED
@@ -88,8 +88,8 @@
88
88
 
89
89
  <h2>Overview</h2><div class="docstring">
90
90
  <div class="discussion">
91
- <p>This file is part of the bovem gem. Copyright (C) 2013 and above Shogun <shogun_panda@me.com>.
92
- Licensed under the MIT license, which can be found at <a href="http://www.opensource.org/licenses/mit-license.php">http://www.opensource.org/licenses/mit-license.php</a>.</p>
91
+ <p>This file is part of the bovem gem. Copyright (C) 2013 and above Shogun &lt;shogun_panda@me.com&gt;.
92
+ Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.</p>
93
93
 
94
94
 
95
95
  </div>
@@ -158,7 +158,7 @@ Licensed under the MIT license, which can be found at <a href="http://www.openso
158
158
  </div>
159
159
 
160
160
  <div id="footer">
161
- Generated on Tue Feb 5 13:31:46 2013 by
161
+ Generated on Fri Feb 8 07:47:40 2013 by
162
162
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
163
163
  0.8.4 (ruby-1.9.3).
164
164
  </div>
@@ -110,13 +110,14 @@
110
110
  <p>Extend this class and add valid properties via <span class='object_link'><a href="#property-class_method" title="Bovem::Configuration.property (method)">property</a></span> method.
111
111
  Example:</p>
112
112
 
113
- <pre class="code ruby"><code class="ruby">class MyConfiguration &lt;&lt; Bovem::Configuration
114
- property :property, :default =&gt; &quot;VALUE&quot;
115
- end
113
+ <p>```ruby
114
+ class MyConfiguration &#171;&#160;Bovem::Configuration
115
+ property :property, :default =&gt; &#8220;VALUE&#8221;
116
+ end</p>
116
117
 
117
- # Configuration file
118
- config.property = &quot;VALUE&quot;
119
- </code></pre>
118
+ <h1 id="configuration-file">Configuration file</h1>
119
+ <p>config.property = &#8220;VALUE&#8221;
120
+ ```</p>
120
121
 
121
122
 
122
123
  </div>
@@ -454,8 +455,9 @@ config.property = &quot;VALUE&quot;
454
455
 
455
456
  <p>Example:</p>
456
457
 
457
- <pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_config'>config</span><span class='period'>.</span><span class='id identifier rubyid_property'>property</span> <span class='op'>=</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>VALUE</span><span class='tstring_end'>&quot;</span></span>
458
- </code></pre>
458
+ <p><code>ruby
459
+ config.property = "VALUE"
460
+ </code></p>
459
461
 
460
462
 
461
463
  </div>
@@ -578,7 +580,7 @@ config.property = &quot;VALUE&quot;
578
580
  </div>
579
581
 
580
582
  <div id="footer">
581
- Generated on Tue Feb 5 13:31:47 2013 by
583
+ Generated on Fri Feb 8 07:47:41 2013 by
582
584
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
583
585
  0.8.4 (ruby-1.9.3).
584
586
  </div>
@@ -760,7 +760,7 @@
760
760
  </div>
761
761
 
762
762
  <div id="footer">
763
- Generated on Tue Feb 5 13:31:47 2013 by
763
+ Generated on Fri Feb 8 07:47:41 2013 by
764
764
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
765
765
  0.8.4 (ruby-1.9.3).
766
766
  </div>
@@ -116,7 +116,7 @@
116
116
  </div>
117
117
 
118
118
  <div id="footer">
119
- Generated on Tue Feb 5 13:31:46 2013 by
119
+ Generated on Fri Feb 8 07:47:40 2013 by
120
120
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
121
121
  0.8.4 (ruby-1.9.3).
122
122
  </div>
@@ -558,7 +558,7 @@
558
558
  </div>
559
559
 
560
560
  <div id="footer">
561
- Generated on Tue Feb 5 13:31:46 2013 by
561
+ Generated on Fri Feb 8 07:47:41 2013 by
562
562
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
563
563
  0.8.4 (ruby-1.9.3).
564
564
  </div>
@@ -189,7 +189,7 @@
189
189
 
190
190
 
191
191
  &mdash;
192
- <div class='inline'><p>The command&#39;s output.</p>
192
+ <div class='inline'><p>The commands output.</p>
193
193
  </div>
194
194
 
195
195
  </li>
@@ -222,7 +222,7 @@
222
222
  </div>
223
223
 
224
224
  <div id="footer">
225
- Generated on Tue Feb 5 13:31:46 2013 by
225
+ Generated on Fri Feb 8 07:47:41 2013 by
226
226
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
227
227
  0.8.4 (ruby-1.9.3).
228
228
  </div>
@@ -2209,7 +2209,7 @@
2209
2209
  </div>
2210
2210
 
2211
2211
  <div id="footer">
2212
- Generated on Tue Feb 5 13:31:46 2013 by
2212
+ Generated on Fri Feb 8 07:47:41 2013 by
2213
2213
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2214
2214
  0.8.4 (ruby-1.9.3).
2215
2215
  </div>
@@ -203,7 +203,7 @@
203
203
  </div>
204
204
 
205
205
  <div id="footer">
206
- Generated on Tue Feb 5 13:31:46 2013 by
206
+ Generated on Fri Feb 8 07:47:41 2013 by
207
207
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
208
208
  0.8.4 (ruby-1.9.3).
209
209
  </div>
@@ -1122,7 +1122,7 @@
1122
1122
  </div>
1123
1123
 
1124
1124
  <div id="footer">
1125
- Generated on Tue Feb 5 13:31:46 2013 by
1125
+ Generated on Fri Feb 8 07:47:40 2013 by
1126
1126
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1127
1127
  0.8.4 (ruby-1.9.3).
1128
1128
  </div>
@@ -265,7 +265,7 @@
265
265
  </div>
266
266
 
267
267
  <div id="footer">
268
- Generated on Tue Feb 5 13:31:46 2013 by
268
+ Generated on Fri Feb 8 07:47:40 2013 by
269
269
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
270
270
  0.8.4 (ruby-1.9.3).
271
271
  </div>
@@ -404,9 +404,10 @@ Supported styles and colors are those in <span class='object_link'><a href="../.
404
404
 
405
405
  <p>Example:</p>
406
406
 
407
- <pre class="code ruby"><code class="ruby"><span class='const'>Bovem</span><span class='op'>::</span><span class='const'>Console</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='period'>.</span><span class='id identifier rubyid_replace_markers'>replace_markers</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>{mark=bright bg_red}{mark=green}Hello world!{/mark}{/mark}</span><span class='tstring_end'>&quot;</span></span><span class='rparen'>)</span>
408
- <span class='comment'># =&gt; &quot;\e[1m\e[41m\e[32mHello world!\e[1m\e[41m\e[0m&quot;
409
- </span></code></pre>
407
+ <p><code>ruby
408
+ Bovem::Console.new.replace_markers("{mark=bright bg_red}{mark=green}Hello world!{/mark}{/mark}")
409
+ # =&gt; "\e[1m\e[41m\e[32mHello world!\e[1m\e[41m\e[0m"
410
+ </code></p>
410
411
 
411
412
 
412
413
  </div>
@@ -644,7 +645,7 @@ Supported styles and colors are those in <span class='object_link'><a href="../.
644
645
  </div>
645
646
 
646
647
  <div id="footer">
647
- Generated on Tue Feb 5 13:31:46 2013 by
648
+ Generated on Fri Feb 8 07:47:40 2013 by
648
649
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
649
650
  0.8.4 (ruby-1.9.3).
650
651
  </div>
@@ -116,7 +116,7 @@
116
116
  </div>
117
117
 
118
118
  <div id="footer">
119
- Generated on Tue Feb 5 13:31:46 2013 by
119
+ Generated on Fri Feb 8 07:47:40 2013 by
120
120
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
121
121
  0.8.4 (ruby-1.9.3).
122
122
  </div>
@@ -124,7 +124,7 @@
124
124
  </div>
125
125
 
126
126
  <div id="footer">
127
- Generated on Tue Feb 5 13:31:47 2013 by
127
+ Generated on Fri Feb 8 07:47:41 2013 by
128
128
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
129
129
  0.8.4 (ruby-1.9.3).
130
130
  </div>
@@ -124,7 +124,7 @@
124
124
  </div>
125
125
 
126
126
  <div id="footer">
127
- Generated on Tue Feb 5 13:31:47 2013 by
127
+ Generated on Fri Feb 8 07:47:41 2013 by
128
128
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
129
129
  0.8.4 (ruby-1.9.3).
130
130
  </div>
@@ -769,7 +769,7 @@
769
769
 
770
770
 
771
771
  &mdash;
772
- <div class='inline'><p>The minimum severity to log. See <a href="http://www.ruby-doc.org/stdlib-1.9.3/libdoc/logger/rdoc/Logger.html">http://www.ruby-doc.org/stdlib-1.9.3/libdoc/logger/rdoc/Logger.html</a> for valid levels.</p>
772
+ <div class='inline'><p>The minimum severity to log. See http://www.ruby-doc.org/stdlib-1.9.3/libdoc/logger/rdoc/Logger.html for valid levels.</p>
773
773
  </div>
774
774
 
775
775
  </li>
@@ -1079,7 +1079,7 @@
1079
1079
  </div>
1080
1080
 
1081
1081
  <div id="footer">
1082
- Generated on Tue Feb 5 13:31:47 2013 by
1082
+ Generated on Fri Feb 8 07:47:41 2013 by
1083
1083
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1084
1084
  0.8.4 (ruby-1.9.3).
1085
1085
  </div>
data/doc/Bovem/Shell.html CHANGED
@@ -493,7 +493,7 @@
493
493
  </div>
494
494
 
495
495
  <div id="footer">
496
- Generated on Tue Feb 5 13:31:47 2013 by
496
+ Generated on Fri Feb 8 07:47:41 2013 by
497
497
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
498
498
  0.8.4 (ruby-1.9.3).
499
499
  </div>
@@ -116,7 +116,7 @@
116
116
  </div>
117
117
 
118
118
  <div id="footer">
119
- Generated on Tue Feb 5 13:31:46 2013 by
119
+ Generated on Fri Feb 8 07:47:40 2013 by
120
120
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
121
121
  0.8.4 (ruby-1.9.3).
122
122
  </div>
@@ -475,7 +475,7 @@
475
475
  </div>
476
476
 
477
477
  <div id="footer">
478
- Generated on Tue Feb 5 13:31:46 2013 by
478
+ Generated on Fri Feb 8 07:47:40 2013 by
479
479
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
480
480
  0.8.4 (ruby-1.9.3).
481
481
  </div>
@@ -556,7 +556,7 @@
556
556
  </div>
557
557
 
558
558
  <div id="footer">
559
- Generated on Tue Feb 5 13:31:46 2013 by
559
+ Generated on Fri Feb 8 07:47:40 2013 by
560
560
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
561
561
  0.8.4 (ruby-1.9.3).
562
562
  </div>
@@ -551,7 +551,7 @@
551
551
  </div>
552
552
 
553
553
  <div id="footer">
554
- Generated on Tue Feb 5 13:31:46 2013 by
554
+ Generated on Fri Feb 8 07:47:40 2013 by
555
555
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
556
556
  0.8.4 (ruby-1.9.3).
557
557
  </div>
@@ -181,7 +181,7 @@
181
181
  <div class="discussion">
182
182
  <p>Tests a path against a list of test.</p>
183
183
 
184
- <p>Valid tests are every method available in <a href="http://www.ruby-doc.org/core-1.9.3/FileTest.html">http://www.ruby-doc.org/core-1.9.3/FileTest.html</a> (plus <code>read</code>, <code>write</code>, <code>execute</code>, <code>exec</code>, <code>dir</code>). Trailing question mark can be omitted.</p>
184
+ <p>Valid tests are every method available in http://www.ruby-doc.org/core-1.9.3/FileTest.html (plus <code>read</code>, <code>write</code>, <code>execute</code>, <code>exec</code>, <code>dir</code>). Trailing question mark can be omitted.</p>
185
185
 
186
186
 
187
187
  </div>
@@ -442,7 +442,7 @@
442
442
  </div>
443
443
 
444
444
  <div id="footer">
445
- Generated on Tue Feb 5 13:31:46 2013 by
445
+ Generated on Fri Feb 8 07:47:40 2013 by
446
446
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
447
447
  0.8.4 (ruby-1.9.3).
448
448
  </div>
@@ -667,7 +667,7 @@
667
667
  </div>
668
668
 
669
669
  <div id="footer">
670
- Generated on Tue Feb 5 13:31:46 2013 by
670
+ Generated on Fri Feb 8 07:47:40 2013 by
671
671
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
672
672
  0.8.4 (ruby-1.9.3).
673
673
  </div>
@@ -149,7 +149,7 @@
149
149
 
150
150
  </div>
151
151
  </dt>
152
- <dd><pre class="code"><span class='int'>0</span></pre></dd>
152
+ <dd><pre class="code"><span class='int'>1</span></pre></dd>
153
153
 
154
154
  <dt id="STRING-constant" class="">STRING =
155
155
  <div class="docstring">
@@ -180,7 +180,7 @@
180
180
  </div>
181
181
 
182
182
  <div id="footer">
183
- Generated on Tue Feb 5 13:31:46 2013 by
183
+ Generated on Fri Feb 8 07:47:41 2013 by
184
184
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
185
185
  0.8.4 (ruby-1.9.3).
186
186
  </div>
data/doc/_index.html CHANGED
@@ -346,7 +346,7 @@
346
346
  </div>
347
347
 
348
348
  <div id="footer">
349
- Generated on Tue Feb 5 13:31:46 2013 by
349
+ Generated on Fri Feb 8 07:47:39 2013 by
350
350
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
351
351
  0.8.4 (ruby-1.9.3).
352
352
  </div>
data/doc/file.README.html CHANGED
@@ -61,45 +61,45 @@
61
61
 
62
62
  <iframe id="search_frame"></iframe>
63
63
 
64
- <div id="content"><div id='filecontents'><h1>bovem</h1>
64
+ <div id="content"><div id='filecontents'><h1 id="bovem">bovem</h1>
65
65
 
66
- <p><a href="http://travis-ci.org/ShogunPanda/bovem"><img src="https://secure.travis-ci.org/ShogunPanda/bovem.png?branch=master" alt="Build Status"></a>
67
- <a href="https://gemnasium.com/ShogunPanda/bovem"><img src="https://gemnasium.com/ShogunPanda/bovem.png?travis" alt="Dependency Status"></a>
68
- <a href="https://codeclimate.com/github/ShogunPanda/bovem"><img src="https://codeclimate.com/github/ShogunPanda/bovem.png" alt="Code Climate"></a></p>
66
+ <p><a href="http://travis-ci.org/ShogunPanda/bovem"><img src="https://secure.travis-ci.org/ShogunPanda/bovem.png?branch=master" alt="Build Status" /></a>
67
+ <a href="https://gemnasium.com/ShogunPanda/bovem"><img src="https://gemnasium.com/ShogunPanda/bovem.png?travis" alt="Dependency Status" /></a>
68
+ <a href="https://codeclimate.com/github/ShogunPanda/bovem"><img src="https://codeclimate.com/github/ShogunPanda/bovem.png" alt="Code Climate" /></a></p>
69
69
 
70
70
  <p>A collection of utilities for developers.</p>
71
71
 
72
- <p><a href="http://sw.cow.tc/bovem">http://sw.cow.tc/bovem</a></p>
72
+ <p>http://sw.cow.tc/bovem</p>
73
73
 
74
- <p><a href="http://rdoc.info/gems/bovem">http://rdoc.info/gems/bovem</a></p>
74
+ <p>http://rdoc.info/gems/bovem</p>
75
75
 
76
- <h2>Description</h2>
76
+ <h2 id="description">Description</h2>
77
77
 
78
78
  <p>Bovem is a small set of utilities for Ruby developers.</p>
79
79
 
80
80
  <p>See the documentation for more informations.</p>
81
81
 
82
- <h2>Contributing to bovem</h2>
82
+ <h2 id="contributing-to-bovem">Contributing to bovem</h2>
83
83
 
84
84
  <ul>
85
- <li>Check out the latest master to make sure the feature hasn&#39;t been implemented or the bug hasn&#39;t been fixed yet.</li>
86
- <li>Check out the issue tracker to make sure someone already hasn&#39;t requested it and/or contributed it.</li>
87
- <li>Fork the project.</li>
88
- <li>Start a feature/bugfix branch.</li>
89
- <li>Commit and push until you are happy with your contribution.</li>
90
- <li>Make sure to add tests for it. This is important so I don&#39;t break it in a future version unintentionally.</li>
91
- <li>Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.</li>
85
+ <li>Check out the latest master to make sure the feature hasn&#8217;t been implemented or the bug hasn&#8217;t been fixed yet.</li>
86
+ <li>Check out the issue tracker to make sure someone already hasn&#8217;t requested it and/or contributed it.</li>
87
+ <li>Fork the project.</li>
88
+ <li>Start a feature/bugfix branch.</li>
89
+ <li>Commit and push until you are happy with your contribution.</li>
90
+ <li>Make sure to add tests for it. This is important so I don&#8217;t break it in a future version unintentionally.</li>
91
+ <li>Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.</li>
92
92
  </ul>
93
93
 
94
- <h2>Copyright</h2>
94
+ <h2 id="copyright">Copyright</h2>
95
95
 
96
- <p>Copyright (C) 2013 and above Shogun (<a href="mailto:shogun_panda@me.com">shogun_panda@me.com</a>).</p>
96
+ <p>Copyright (C) 2013 and above Shogun (shogun_panda@me.com).</p>
97
97
 
98
98
  <p>Licensed under the MIT license, which can be found at <a href="http://www.opensource.org/licenses/mit-license.php">http://www.opensource.org/licenses/mit-license.php</a>.</p>
99
99
  </div></div>
100
100
 
101
101
  <div id="footer">
102
- Generated on Tue Feb 5 13:31:46 2013 by
102
+ Generated on Fri Feb 8 07:47:40 2013 by
103
103
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
104
104
  0.8.4 (ruby-1.9.3).
105
105
  </div>
data/doc/index.html CHANGED
@@ -61,45 +61,45 @@
61
61
 
62
62
  <iframe id="search_frame"></iframe>
63
63
 
64
- <div id="content"><div id='filecontents'><h1>bovem</h1>
64
+ <div id="content"><div id='filecontents'><h1 id="bovem">bovem</h1>
65
65
 
66
- <p><a href="http://travis-ci.org/ShogunPanda/bovem"><img src="https://secure.travis-ci.org/ShogunPanda/bovem.png?branch=master" alt="Build Status"></a>
67
- <a href="https://gemnasium.com/ShogunPanda/bovem"><img src="https://gemnasium.com/ShogunPanda/bovem.png?travis" alt="Dependency Status"></a>
68
- <a href="https://codeclimate.com/github/ShogunPanda/bovem"><img src="https://codeclimate.com/github/ShogunPanda/bovem.png" alt="Code Climate"></a></p>
66
+ <p><a href="http://travis-ci.org/ShogunPanda/bovem"><img src="https://secure.travis-ci.org/ShogunPanda/bovem.png?branch=master" alt="Build Status" /></a>
67
+ <a href="https://gemnasium.com/ShogunPanda/bovem"><img src="https://gemnasium.com/ShogunPanda/bovem.png?travis" alt="Dependency Status" /></a>
68
+ <a href="https://codeclimate.com/github/ShogunPanda/bovem"><img src="https://codeclimate.com/github/ShogunPanda/bovem.png" alt="Code Climate" /></a></p>
69
69
 
70
70
  <p>A collection of utilities for developers.</p>
71
71
 
72
- <p><a href="http://sw.cow.tc/bovem">http://sw.cow.tc/bovem</a></p>
72
+ <p>http://sw.cow.tc/bovem</p>
73
73
 
74
- <p><a href="http://rdoc.info/gems/bovem">http://rdoc.info/gems/bovem</a></p>
74
+ <p>http://rdoc.info/gems/bovem</p>
75
75
 
76
- <h2>Description</h2>
76
+ <h2 id="description">Description</h2>
77
77
 
78
78
  <p>Bovem is a small set of utilities for Ruby developers.</p>
79
79
 
80
80
  <p>See the documentation for more informations.</p>
81
81
 
82
- <h2>Contributing to bovem</h2>
82
+ <h2 id="contributing-to-bovem">Contributing to bovem</h2>
83
83
 
84
84
  <ul>
85
- <li>Check out the latest master to make sure the feature hasn&#39;t been implemented or the bug hasn&#39;t been fixed yet.</li>
86
- <li>Check out the issue tracker to make sure someone already hasn&#39;t requested it and/or contributed it.</li>
87
- <li>Fork the project.</li>
88
- <li>Start a feature/bugfix branch.</li>
89
- <li>Commit and push until you are happy with your contribution.</li>
90
- <li>Make sure to add tests for it. This is important so I don&#39;t break it in a future version unintentionally.</li>
91
- <li>Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.</li>
85
+ <li>Check out the latest master to make sure the feature hasn&#8217;t been implemented or the bug hasn&#8217;t been fixed yet.</li>
86
+ <li>Check out the issue tracker to make sure someone already hasn&#8217;t requested it and/or contributed it.</li>
87
+ <li>Fork the project.</li>
88
+ <li>Start a feature/bugfix branch.</li>
89
+ <li>Commit and push until you are happy with your contribution.</li>
90
+ <li>Make sure to add tests for it. This is important so I don&#8217;t break it in a future version unintentionally.</li>
91
+ <li>Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.</li>
92
92
  </ul>
93
93
 
94
- <h2>Copyright</h2>
94
+ <h2 id="copyright">Copyright</h2>
95
95
 
96
- <p>Copyright (C) 2013 and above Shogun (<a href="mailto:shogun_panda@me.com">shogun_panda@me.com</a>).</p>
96
+ <p>Copyright (C) 2013 and above Shogun (shogun_panda@me.com).</p>
97
97
 
98
98
  <p>Licensed under the MIT license, which can be found at <a href="http://www.opensource.org/licenses/mit-license.php">http://www.opensource.org/licenses/mit-license.php</a>.</p>
99
99
  </div></div>
100
100
 
101
101
  <div id="footer">
102
- Generated on Tue Feb 5 13:31:46 2013 by
102
+ Generated on Fri Feb 8 07:47:40 2013 by
103
103
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
104
104
  0.8.4 (ruby-1.9.3).
105
105
  </div>
@@ -103,7 +103,7 @@
103
103
  </div>
104
104
 
105
105
  <div id="footer">
106
- Generated on Tue Feb 5 13:31:46 2013 by
106
+ Generated on Fri Feb 8 07:47:40 2013 by
107
107
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
108
108
  0.8.4 (ruby-1.9.3).
109
109
  </div>
data/lib/bovem/version.rb CHANGED
@@ -17,7 +17,7 @@ module Bovem
17
17
  MINOR = 1
18
18
 
19
19
  # The patch version.
20
- PATCH = 0
20
+ PATCH = 1
21
21
 
22
22
  # The current version number of Bovem.
23
23
  STRING = [MAJOR, MINOR, PATCH].compact.join(".")
@@ -5,16 +5,13 @@
5
5
  #
6
6
 
7
7
  require "pathname"
8
+ require "simplecov"
8
9
 
9
- if ENV["BOVEM_COVERAGE"] == "TRUE" && RUBY_VERSION >= "1.9" then
10
- require "simplecov"
11
-
10
+ SimpleCov.start do
12
11
  root = Pathname.new(File.dirname(__FILE__)) + ".."
13
12
 
14
- SimpleCov.start do
15
- add_filter do |src_file|
16
- path = Pathname.new(src_file.filename).relative_path_from(root).to_s
17
- path !~ /^(bin|lib)/
18
- end
13
+ add_filter do |src_file|
14
+ path = Pathname.new(src_file.filename).relative_path_from(root).to_s
15
+ path !~ /^(bin|lib)/
19
16
  end
20
17
  end
data/spec/spec_helper.rb CHANGED
@@ -6,7 +6,6 @@
6
6
 
7
7
  require "rubygems"
8
8
  require "bundler/setup"
9
- require "coverage_helper"
10
9
  require "bovem"
11
10
 
12
11
  RSpec.configure do |config|
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bovem
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-05 00:00:00.000000000 Z
12
+ date: 2013-02-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: lazier
@@ -18,7 +18,7 @@ dependencies:
18
18
  requirements:
19
19
  - - ~>
20
20
  - !ruby/object:Gem::Version
21
- version: 2.6.3
21
+ version: 2.6.4
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ~>
28
28
  - !ruby/object:Gem::Version
29
- version: 2.6.3
29
+ version: 2.6.4
30
30
  - !ruby/object:Gem::Dependency
31
31
  name: open4
32
32
  requirement: !ruby/object:Gem::Requirement
@@ -128,9 +128,12 @@ required_rubygems_version: !ruby/object:Gem::Requirement
128
128
  - - ! '>='
129
129
  - !ruby/object:Gem::Version
130
130
  version: '0'
131
+ segments:
132
+ - 0
133
+ hash: -3791849156335256256
131
134
  requirements: []
132
135
  rubyforge_project: bovem
133
- rubygems_version: 1.8.24
136
+ rubygems_version: 1.8.25
134
137
  signing_key:
135
138
  specification_version: 3
136
139
  summary: A collection of utilities for developers.