lazier 2.6.2 → 2.6.3

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.
@@ -6,12 +6,8 @@
6
6
 
7
7
  source "http://rubygems.org"
8
8
 
9
- # Required gems
10
- gem "json", "~> 1.7.6"
11
- gem "actionpack", ">= 3.2.11"
12
- gem "tzinfo", "~> 0.3.35"
13
- gem "r18n-desktop", "~> 1.1.3"
9
+ gemspec
14
10
 
15
- # Testing gems
11
+ # Testing
16
12
  gem "rspec", "~> 2.12.0"
17
13
  gem "rake", "~> 10.0.3"
data/Gemfile CHANGED
@@ -7,3 +7,14 @@
7
7
  source "http://rubygems.org"
8
8
 
9
9
  gemspec
10
+
11
+ # Testing
12
+ gem "rspec", "~> 2.12.0"
13
+ gem "rake", "~> 10.0.3"
14
+
15
+ # Documentation
16
+ gem "simplecov", ">= 0.7.1"
17
+ gem "pry", ">= 0"
18
+ gem "yard", ">= 0.8.4"
19
+ gem "redcarpet", ">= 2.2.2"
20
+ gem "github-markup", ">= 0.7.5"
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Lazier
8
8
 
9
- &mdash; Documentation by YARD 0.8.3
9
+ &mdash; Documentation by YARD 0.8.4
10
10
 
11
11
  </title>
12
12
 
@@ -838,9 +838,9 @@ Licensed under the MIT license, which can be found at <a href="http://www.openso
838
838
  </div>
839
839
 
840
840
  <div id="footer">
841
- Generated on Mon Feb 4 20:46:36 2013 by
841
+ Generated on Tue Feb 5 10:05:04 2013 by
842
842
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
843
- 0.8.3 (ruby-1.9.3).
843
+ 0.8.4 (ruby-1.9.3).
844
844
  </div>
845
845
 
846
846
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Lazier::Boolean
8
8
 
9
- &mdash; Documentation by YARD 0.8.3
9
+ &mdash; Documentation by YARD 0.8.4
10
10
 
11
11
  </title>
12
12
 
@@ -288,9 +288,9 @@
288
288
  </div>
289
289
 
290
290
  <div id="footer">
291
- Generated on Mon Feb 4 20:46:37 2013 by
291
+ Generated on Tue Feb 5 10:05:04 2013 by
292
292
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
293
- 0.8.3 (ruby-1.9.3).
293
+ 0.8.4 (ruby-1.9.3).
294
294
  </div>
295
295
 
296
296
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Lazier::DateTime
8
8
 
9
- &mdash; Documentation by YARD 0.8.3
9
+ &mdash; Documentation by YARD 0.8.4
10
10
 
11
11
  </title>
12
12
 
@@ -284,7 +284,7 @@
284
284
  <div class="discussion">
285
285
  <p>Returns the number of months passed between the beginning of the base year and the current date.</p>
286
286
 
287
- <pre class="code ruby"><code><span class='const'>DateTime</span><span class='period'>.</span><span class='id identifier rubyid_civil'>civil</span><span class='lparen'>(</span><span class='int'>2013</span><span class='comma'>,</span> <span class='int'>6</span><span class='comma'>,</span> <span class='int'>1</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_in_months'>in_months</span><span class='lparen'>(</span><span class='int'>2011</span><span class='rparen'>)</span>
287
+ <pre class="code ruby"><code class="ruby"><span class='const'>DateTime</span><span class='period'>.</span><span class='id identifier rubyid_civil'>civil</span><span class='lparen'>(</span><span class='int'>2013</span><span class='comma'>,</span> <span class='int'>6</span><span class='comma'>,</span> <span class='int'>1</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_in_months'>in_months</span><span class='lparen'>(</span><span class='int'>2011</span><span class='rparen'>)</span>
288
288
  <span class='comment'># =&gt; 18
289
289
  </span></code></pre>
290
290
 
@@ -724,9 +724,9 @@
724
724
  </div>
725
725
 
726
726
  <div id="footer">
727
- Generated on Mon Feb 4 20:46:37 2013 by
727
+ Generated on Tue Feb 5 10:05:04 2013 by
728
728
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
729
- 0.8.3 (ruby-1.9.3).
729
+ 0.8.4 (ruby-1.9.3).
730
730
  </div>
731
731
 
732
732
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Lazier::DateTime::ClassMethods
8
8
 
9
- &mdash; Documentation by YARD 0.8.3
9
+ &mdash; Documentation by YARD 0.8.4
10
10
 
11
11
  </title>
12
12
 
@@ -1087,7 +1087,7 @@
1087
1087
  <div class="discussion">
1088
1088
  <p>Returns a string representation of a timezone.</p>
1089
1089
 
1090
- <pre class="code ruby"><code><span class='const'>DateTime</span><span class='period'>.</span><span class='id identifier rubyid_parameterize_zone'>parameterize_zone</span><span class='lparen'>(</span><span class='const'>ActiveSupport</span><span class='op'>::</span><span class='const'>TimeZone</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>Pacific Time (US &amp; Canada)</span><span class='tstring_end'>&quot;</span></span><span class='rbracket'>]</span><span class='rparen'>)</span>
1090
+ <pre class="code ruby"><code class="ruby"><span class='const'>DateTime</span><span class='period'>.</span><span class='id identifier rubyid_parameterize_zone'>parameterize_zone</span><span class='lparen'>(</span><span class='const'>ActiveSupport</span><span class='op'>::</span><span class='const'>TimeZone</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>Pacific Time (US &amp; Canada)</span><span class='tstring_end'>&quot;</span></span><span class='rbracket'>]</span><span class='rparen'>)</span>
1091
1091
  <span class='comment'># =&gt; &quot;-0800@pacific-time-us-canada&quot;
1092
1092
  </span></code></pre>
1093
1093
 
@@ -1434,11 +1434,11 @@
1434
1434
  <div class="discussion">
1435
1435
  <p>Returns a range of years.</p>
1436
1436
 
1437
- <pre class="code ruby"><code><span class='const'>Date</span><span class='period'>.</span><span class='id identifier rubyid_years'>years</span><span class='lparen'>(</span><span class='int'>3</span><span class='comma'>,</span> <span class='kw'>false</span><span class='comma'>,</span> <span class='int'>2010</span><span class='rparen'>)</span>
1437
+ <pre class="code ruby"><code class="ruby"><span class='const'>Date</span><span class='period'>.</span><span class='id identifier rubyid_years'>years</span><span class='lparen'>(</span><span class='int'>3</span><span class='comma'>,</span> <span class='kw'>false</span><span class='comma'>,</span> <span class='int'>2010</span><span class='rparen'>)</span>
1438
1438
  <span class='comment'># =&gt; [2007, 2008, 2009, 2010]
1439
1439
  </span></code></pre>
1440
1440
 
1441
- <pre class="code ruby"><code><span class='const'>Date</span><span class='period'>.</span><span class='id identifier rubyid_years'>years</span><span class='lparen'>(</span><span class='int'>1</span><span class='comma'>,</span> <span class='kw'>true</span><span class='comma'>,</span> <span class='int'>2010</span><span class='comma'>,</span> <span class='kw'>true</span><span class='rparen'>)</span>
1441
+ <pre class="code ruby"><code class="ruby"><span class='const'>Date</span><span class='period'>.</span><span class='id identifier rubyid_years'>years</span><span class='lparen'>(</span><span class='int'>1</span><span class='comma'>,</span> <span class='kw'>true</span><span class='comma'>,</span> <span class='int'>2010</span><span class='comma'>,</span> <span class='kw'>true</span><span class='rparen'>)</span>
1442
1442
  <span class='comment'># =&gt; [{:value=&gt;2009, :label=&gt;2009}, {:value=&gt;2010, :label=&gt;2010}, {:value=&gt;2011, :label=&gt;2011}]
1443
1443
  </span></code></pre>
1444
1444
 
@@ -1565,9 +1565,9 @@
1565
1565
  </div>
1566
1566
 
1567
1567
  <div id="footer">
1568
- Generated on Mon Feb 4 20:46:37 2013 by
1568
+ Generated on Tue Feb 5 10:05:04 2013 by
1569
1569
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1570
- 0.8.3 (ruby-1.9.3).
1570
+ 0.8.4 (ruby-1.9.3).
1571
1571
  </div>
1572
1572
 
1573
1573
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Lazier::Exceptions
8
8
 
9
- &mdash; Documentation by YARD 0.8.3
9
+ &mdash; Documentation by YARD 0.8.4
10
10
 
11
11
  </title>
12
12
 
@@ -116,9 +116,9 @@
116
116
  </div>
117
117
 
118
118
  <div id="footer">
119
- Generated on Mon Feb 4 20:46:37 2013 by
119
+ Generated on Tue Feb 5 10:05:04 2013 by
120
120
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
121
- 0.8.3 (ruby-1.9.3).
121
+ 0.8.4 (ruby-1.9.3).
122
122
  </div>
123
123
 
124
124
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Exception: Lazier::Exceptions::Dump
8
8
 
9
- &mdash; Documentation by YARD 0.8.3
9
+ &mdash; Documentation by YARD 0.8.4
10
10
 
11
11
  </title>
12
12
 
@@ -124,9 +124,9 @@
124
124
  </div>
125
125
 
126
126
  <div id="footer">
127
- Generated on Mon Feb 4 20:46:37 2013 by
127
+ Generated on Tue Feb 5 10:05:05 2013 by
128
128
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
129
- 0.8.3 (ruby-1.9.3).
129
+ 0.8.4 (ruby-1.9.3).
130
130
  </div>
131
131
 
132
132
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Exception: Lazier::Exceptions::MissingTranslation
8
8
 
9
- &mdash; Documentation by YARD 0.8.3
9
+ &mdash; Documentation by YARD 0.8.4
10
10
 
11
11
  </title>
12
12
 
@@ -238,9 +238,9 @@
238
238
  </div>
239
239
 
240
240
  <div id="footer">
241
- Generated on Mon Feb 4 20:46:37 2013 by
241
+ Generated on Tue Feb 5 10:05:05 2013 by
242
242
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
243
- 0.8.3 (ruby-1.9.3).
243
+ 0.8.4 (ruby-1.9.3).
244
244
  </div>
245
245
 
246
246
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Lazier::Hash
8
8
 
9
- &mdash; Documentation by YARD 0.8.3
9
+ &mdash; Documentation by YARD 0.8.4
10
10
 
11
11
  </title>
12
12
 
@@ -384,9 +384,9 @@
384
384
  </div>
385
385
 
386
386
  <div id="footer">
387
- Generated on Mon Feb 4 20:46:36 2013 by
387
+ Generated on Tue Feb 5 10:05:04 2013 by
388
388
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
389
- 0.8.3 (ruby-1.9.3).
389
+ 0.8.4 (ruby-1.9.3).
390
390
  </div>
391
391
 
392
392
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Lazier::I18n
8
8
 
9
- &mdash; Documentation by YARD 0.8.3
9
+ &mdash; Documentation by YARD 0.8.4
10
10
 
11
11
  </title>
12
12
 
@@ -405,9 +405,9 @@
405
405
  </div>
406
406
 
407
407
  <div id="footer">
408
- Generated on Mon Feb 4 20:46:36 2013 by
408
+ Generated on Tue Feb 5 10:05:04 2013 by
409
409
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
410
- 0.8.3 (ruby-1.9.3).
410
+ 0.8.4 (ruby-1.9.3).
411
411
  </div>
412
412
 
413
413
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Lazier::Math
8
8
 
9
- &mdash; Documentation by YARD 0.8.3
9
+ &mdash; Documentation by YARD 0.8.4
10
10
 
11
11
  </title>
12
12
 
@@ -121,9 +121,9 @@
121
121
  </div>
122
122
 
123
123
  <div id="footer">
124
- Generated on Mon Feb 4 20:46:36 2013 by
124
+ Generated on Tue Feb 5 10:05:04 2013 by
125
125
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
126
- 0.8.3 (ruby-1.9.3).
126
+ 0.8.4 (ruby-1.9.3).
127
127
  </div>
128
128
 
129
129
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Lazier::Math::ClassMethods
8
8
 
9
- &mdash; Documentation by YARD 0.8.3
9
+ &mdash; Documentation by YARD 0.8.4
10
10
 
11
11
  </title>
12
12
 
@@ -321,9 +321,9 @@
321
321
  </div>
322
322
 
323
323
  <div id="footer">
324
- Generated on Mon Feb 4 20:46:36 2013 by
324
+ Generated on Tue Feb 5 10:05:04 2013 by
325
325
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
326
- 0.8.3 (ruby-1.9.3).
326
+ 0.8.4 (ruby-1.9.3).
327
327
  </div>
328
328
 
329
329
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Lazier::Object
8
8
 
9
- &mdash; Documentation by YARD 0.8.3
9
+ &mdash; Documentation by YARD 0.8.4
10
10
 
11
11
  </title>
12
12
 
@@ -1586,9 +1586,9 @@
1586
1586
  </div>
1587
1587
 
1588
1588
  <div id="footer">
1589
- Generated on Mon Feb 4 20:46:37 2013 by
1589
+ Generated on Tue Feb 5 10:05:04 2013 by
1590
1590
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1591
- 0.8.3 (ruby-1.9.3).
1591
+ 0.8.4 (ruby-1.9.3).
1592
1592
  </div>
1593
1593
 
1594
1594
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Lazier::Pathname
8
8
 
9
- &mdash; Documentation by YARD 0.8.3
9
+ &mdash; Documentation by YARD 0.8.4
10
10
 
11
11
  </title>
12
12
 
@@ -159,7 +159,7 @@
159
159
  <div class="discussion">
160
160
  <p>Returns all the components that are included in this path.</p>
161
161
 
162
- <pre class="code ruby"><code><span class='const'>Pathname</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>/usr/bin/ruby</span><span class='tstring_end'>&quot;</span></span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_components'>components</span>
162
+ <pre class="code ruby"><code class="ruby"><span class='const'>Pathname</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>/usr/bin/ruby</span><span class='tstring_end'>&quot;</span></span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_components'>components</span>
163
163
  <span class='comment'># =&gt; [&quot;usr&quot;, &quot;bin&quot;, &quot;ruby&quot;]
164
164
  </span></code></pre>
165
165
 
@@ -216,9 +216,9 @@
216
216
  </div>
217
217
 
218
218
  <div id="footer">
219
- Generated on Mon Feb 4 20:46:37 2013 by
219
+ Generated on Tue Feb 5 10:05:04 2013 by
220
220
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
221
- 0.8.3 (ruby-1.9.3).
221
+ 0.8.4 (ruby-1.9.3).
222
222
  </div>
223
223
 
224
224
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Class: Lazier::Settings
8
8
 
9
- &mdash; Documentation by YARD 0.8.3
9
+ &mdash; Documentation by YARD 0.8.4
10
10
 
11
11
  </title>
12
12
 
@@ -2496,9 +2496,9 @@
2496
2496
  </div>
2497
2497
 
2498
2498
  <div id="footer">
2499
- Generated on Mon Feb 4 20:46:37 2013 by
2499
+ Generated on Tue Feb 5 10:05:05 2013 by
2500
2500
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2501
- 0.8.3 (ruby-1.9.3).
2501
+ 0.8.4 (ruby-1.9.3).
2502
2502
  </div>
2503
2503
 
2504
2504
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Lazier::String
8
8
 
9
- &mdash; Documentation by YARD 0.8.3
9
+ &mdash; Documentation by YARD 0.8.4
10
10
 
11
11
  </title>
12
12
 
@@ -228,7 +228,7 @@
228
228
  <div class="discussion">
229
229
  <p>Removes accents from the string, normalizing to the normal letter.</p>
230
230
 
231
- <pre class="code ruby"><code><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>èòàù</span><span class='tstring_end'>&quot;</span></span><span class='period'>.</span><span class='id identifier rubyid_remove_accents'>remove_accents</span>
231
+ <pre class="code ruby"><code class="ruby"><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>èòàù</span><span class='tstring_end'>&quot;</span></span><span class='period'>.</span><span class='id identifier rubyid_remove_accents'>remove_accents</span>
232
232
  <span class='comment'># =&gt; &quot;eoau&quot;
233
233
  </span></code></pre>
234
234
 
@@ -352,7 +352,7 @@
352
352
 
353
353
  <p>The string is downcased and spaces are substituted with <code>-</code>.</p>
354
354
 
355
- <pre class="code ruby"><code><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>ABC cde</span><span class='tstring_end'>&quot;</span></span><span class='period'>.</span><span class='id identifier rubyid_untitleize'>untitleize</span>
355
+ <pre class="code ruby"><code class="ruby"><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>ABC cde</span><span class='tstring_end'>&quot;</span></span><span class='period'>.</span><span class='id identifier rubyid_untitleize'>untitleize</span>
356
356
  <span class='comment'># =&gt; &quot;abc-cde&quot;
357
357
  </span></code></pre>
358
358
 
@@ -462,9 +462,9 @@
462
462
  </div>
463
463
 
464
464
  <div id="footer">
465
- Generated on Mon Feb 4 20:46:37 2013 by
465
+ Generated on Tue Feb 5 10:05:04 2013 by
466
466
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
467
- 0.8.3 (ruby-1.9.3).
467
+ 0.8.4 (ruby-1.9.3).
468
468
  </div>
469
469
 
470
470
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Lazier::TimeZone
8
8
 
9
- &mdash; Documentation by YARD 0.8.3
9
+ &mdash; Documentation by YARD 0.8.4
10
10
 
11
11
  </title>
12
12
 
@@ -1697,9 +1697,9 @@
1697
1697
  </div>
1698
1698
 
1699
1699
  <div id="footer">
1700
- Generated on Mon Feb 4 20:46:37 2013 by
1700
+ Generated on Tue Feb 5 10:05:04 2013 by
1701
1701
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1702
- 0.8.3 (ruby-1.9.3).
1702
+ 0.8.4 (ruby-1.9.3).
1703
1703
  </div>
1704
1704
 
1705
1705
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Lazier::TimeZone::ClassMethods
8
8
 
9
- &mdash; Documentation by YARD 0.8.3
9
+ &mdash; Documentation by YARD 0.8.4
10
10
 
11
11
  </title>
12
12
 
@@ -696,7 +696,7 @@
696
696
  <div class="discussion">
697
697
  <p>Returns a string representation of a timezone.</p>
698
698
 
699
- <pre class="code ruby"><code><span class='const'>DateTime</span><span class='period'>.</span><span class='id identifier rubyid_parameterize_zone'>parameterize_zone</span><span class='lparen'>(</span><span class='const'>ActiveSupport</span><span class='op'>::</span><span class='const'>TimeZone</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>Pacific Time (US &amp; Canada)</span><span class='tstring_end'>&quot;</span></span><span class='rbracket'>]</span><span class='rparen'>)</span>
699
+ <pre class="code ruby"><code class="ruby"><span class='const'>DateTime</span><span class='period'>.</span><span class='id identifier rubyid_parameterize_zone'>parameterize_zone</span><span class='lparen'>(</span><span class='const'>ActiveSupport</span><span class='op'>::</span><span class='const'>TimeZone</span><span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>Pacific Time (US &amp; Canada)</span><span class='tstring_end'>&quot;</span></span><span class='rbracket'>]</span><span class='rparen'>)</span>
700
700
  <span class='comment'># =&gt; &quot;-0800@pacific-time-us-canada&quot;
701
701
  </span></code></pre>
702
702
 
@@ -1022,9 +1022,9 @@
1022
1022
  </div>
1023
1023
 
1024
1024
  <div id="footer">
1025
- Generated on Mon Feb 4 20:46:37 2013 by
1025
+ Generated on Tue Feb 5 10:05:04 2013 by
1026
1026
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1027
- 0.8.3 (ruby-1.9.3).
1027
+ 0.8.4 (ruby-1.9.3).
1028
1028
  </div>
1029
1029
 
1030
1030
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Module: Lazier::Version
8
8
 
9
- &mdash; Documentation by YARD 0.8.3
9
+ &mdash; Documentation by YARD 0.8.4
10
10
 
11
11
  </title>
12
12
 
@@ -149,7 +149,7 @@
149
149
 
150
150
  </div>
151
151
  </dt>
152
- <dd><pre class="code"><span class='int'>2</span></pre></dd>
152
+ <dd><pre class="code"><span class='int'>3</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 Feb 4 20:46:37 2013 by
183
+ Generated on Tue Feb 5 10:05:04 2013 by
184
184
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
185
- 0.8.3 (ruby-1.9.3).
185
+ 0.8.4 (ruby-1.9.3).
186
186
  </div>
187
187
 
188
188
  </body>
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
6
  <title>
7
- Documentation by YARD 0.8.3
7
+ Documentation by YARD 0.8.4
8
8
 
9
9
  </title>
10
10
 
@@ -56,7 +56,7 @@
56
56
 
57
57
  <iframe id="search_frame"></iframe>
58
58
 
59
- <div id="content"><h1 class="noborder title">Documentation by YARD 0.8.3</h1>
59
+ <div id="content"><h1 class="noborder title">Documentation by YARD 0.8.4</h1>
60
60
  <div id="listing">
61
61
  <h1 class="alphaindex">Alphabetic Index</h1>
62
62
 
@@ -319,9 +319,9 @@
319
319
  </div>
320
320
 
321
321
  <div id="footer">
322
- Generated on Mon Feb 4 20:46:36 2013 by
322
+ Generated on Tue Feb 5 10:05:04 2013 by
323
323
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
324
- 0.8.3 (ruby-1.9.3).
324
+ 0.8.4 (ruby-1.9.3).
325
325
  </div>
326
326
 
327
327
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  File: README
8
8
 
9
- &mdash; Documentation by YARD 0.8.3
9
+ &mdash; Documentation by YARD 0.8.4
10
10
 
11
11
  </title>
12
12
 
@@ -75,7 +75,7 @@
75
75
 
76
76
  <h2>Usage</h2>
77
77
 
78
- <pre class="code ruby"><code><span class='id identifier rubyid_require'>require</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>lazier</span><span class='tstring_end'>&quot;</span></span>
78
+ <pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_require'>require</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>lazier</span><span class='tstring_end'>&quot;</span></span>
79
79
  <span class='const'>Lazier</span><span class='period'>.</span><span class='id identifier rubyid_load!'>load!</span>
80
80
  </code></pre>
81
81
 
@@ -102,9 +102,9 @@ See documentation for more informations.</p>
102
102
  </div></div>
103
103
 
104
104
  <div id="footer">
105
- Generated on Mon Feb 4 20:46:36 2013 by
105
+ Generated on Tue Feb 5 10:05:04 2013 by
106
106
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
107
- 0.8.3 (ruby-1.9.3).
107
+ 0.8.4 (ruby-1.9.3).
108
108
  </div>
109
109
 
110
110
  </body>
@@ -4,7 +4,7 @@
4
4
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
5
  <head>
6
6
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
7
- <title>Documentation by YARD 0.8.3</title>
7
+ <title>Documentation by YARD 0.8.4</title>
8
8
  </head>
9
9
  <script type="text/javascript" charset="utf-8">
10
10
  window.onload = function() {
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  File: README
8
8
 
9
- &mdash; Documentation by YARD 0.8.3
9
+ &mdash; Documentation by YARD 0.8.4
10
10
 
11
11
  </title>
12
12
 
@@ -75,7 +75,7 @@
75
75
 
76
76
  <h2>Usage</h2>
77
77
 
78
- <pre class="code ruby"><code><span class='id identifier rubyid_require'>require</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>lazier</span><span class='tstring_end'>&quot;</span></span>
78
+ <pre class="code ruby"><code class="ruby"><span class='id identifier rubyid_require'>require</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>lazier</span><span class='tstring_end'>&quot;</span></span>
79
79
  <span class='const'>Lazier</span><span class='period'>.</span><span class='id identifier rubyid_load!'>load!</span>
80
80
  </code></pre>
81
81
 
@@ -102,9 +102,9 @@ See documentation for more informations.</p>
102
102
  </div></div>
103
103
 
104
104
  <div id="footer">
105
- Generated on Mon Feb 4 20:46:36 2013 by
105
+ Generated on Tue Feb 5 10:05:04 2013 by
106
106
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
107
- 0.8.3 (ruby-1.9.3).
107
+ 0.8.4 (ruby-1.9.3).
108
108
  </div>
109
109
 
110
110
  </body>
@@ -6,7 +6,7 @@
6
6
  <title>
7
7
  Top Level Namespace
8
8
 
9
- &mdash; Documentation by YARD 0.8.3
9
+ &mdash; Documentation by YARD 0.8.4
10
10
 
11
11
  </title>
12
12
 
@@ -103,9 +103,9 @@
103
103
  </div>
104
104
 
105
105
  <div id="footer">
106
- Generated on Mon Feb 4 20:46:36 2013 by
106
+ Generated on Tue Feb 5 10:05:04 2013 by
107
107
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
108
- 0.8.3 (ruby-1.9.3).
108
+ 0.8.4 (ruby-1.9.3).
109
109
  </div>
110
110
 
111
111
  </body>
@@ -28,12 +28,4 @@ Gem::Specification.new do |gem|
28
28
  gem.add_dependency("actionpack", ">= 3.2.11") # We don't use ~> to enable use with 4.0
29
29
  gem.add_dependency("tzinfo", "~> 0.3.35")
30
30
  gem.add_dependency("r18n-desktop", "~> 1.1.3")
31
-
32
- gem.add_development_dependency("rspec", "~> 2.12.0")
33
- gem.add_development_dependency("rake", "~> 10.0.3")
34
- gem.add_development_dependency("simplecov", "~> 0.7.1")
35
- gem.add_development_dependency("pry", ">= 0")
36
- gem.add_development_dependency("yard", "~> 0.8.3")
37
- gem.add_development_dependency("redcarpet", "~> 2.2.2")
38
- gem.add_development_dependency("github-markup", "~> 0.7.5")
39
31
  end
@@ -16,7 +16,7 @@ module Lazier
16
16
  MINOR = 6
17
17
 
18
18
  # The patch version.
19
- PATCH = 2
19
+ PATCH = 3
20
20
 
21
21
  # The current version of lazier.
22
22
  STRING = [MAJOR, MINOR, PATCH].compact.join(".")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lazier
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.6.2
4
+ version: 2.6.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -75,118 +75,6 @@ dependencies:
75
75
  - - ~>
76
76
  - !ruby/object:Gem::Version
77
77
  version: 1.1.3
78
- - !ruby/object:Gem::Dependency
79
- name: rspec
80
- requirement: !ruby/object:Gem::Requirement
81
- none: false
82
- requirements:
83
- - - ~>
84
- - !ruby/object:Gem::Version
85
- version: 2.12.0
86
- type: :development
87
- prerelease: false
88
- version_requirements: !ruby/object:Gem::Requirement
89
- none: false
90
- requirements:
91
- - - ~>
92
- - !ruby/object:Gem::Version
93
- version: 2.12.0
94
- - !ruby/object:Gem::Dependency
95
- name: rake
96
- requirement: !ruby/object:Gem::Requirement
97
- none: false
98
- requirements:
99
- - - ~>
100
- - !ruby/object:Gem::Version
101
- version: 10.0.3
102
- type: :development
103
- prerelease: false
104
- version_requirements: !ruby/object:Gem::Requirement
105
- none: false
106
- requirements:
107
- - - ~>
108
- - !ruby/object:Gem::Version
109
- version: 10.0.3
110
- - !ruby/object:Gem::Dependency
111
- name: simplecov
112
- requirement: !ruby/object:Gem::Requirement
113
- none: false
114
- requirements:
115
- - - ~>
116
- - !ruby/object:Gem::Version
117
- version: 0.7.1
118
- type: :development
119
- prerelease: false
120
- version_requirements: !ruby/object:Gem::Requirement
121
- none: false
122
- requirements:
123
- - - ~>
124
- - !ruby/object:Gem::Version
125
- version: 0.7.1
126
- - !ruby/object:Gem::Dependency
127
- name: pry
128
- requirement: !ruby/object:Gem::Requirement
129
- none: false
130
- requirements:
131
- - - ! '>='
132
- - !ruby/object:Gem::Version
133
- version: '0'
134
- type: :development
135
- prerelease: false
136
- version_requirements: !ruby/object:Gem::Requirement
137
- none: false
138
- requirements:
139
- - - ! '>='
140
- - !ruby/object:Gem::Version
141
- version: '0'
142
- - !ruby/object:Gem::Dependency
143
- name: yard
144
- requirement: !ruby/object:Gem::Requirement
145
- none: false
146
- requirements:
147
- - - ~>
148
- - !ruby/object:Gem::Version
149
- version: 0.8.3
150
- type: :development
151
- prerelease: false
152
- version_requirements: !ruby/object:Gem::Requirement
153
- none: false
154
- requirements:
155
- - - ~>
156
- - !ruby/object:Gem::Version
157
- version: 0.8.3
158
- - !ruby/object:Gem::Dependency
159
- name: redcarpet
160
- requirement: !ruby/object:Gem::Requirement
161
- none: false
162
- requirements:
163
- - - ~>
164
- - !ruby/object:Gem::Version
165
- version: 2.2.2
166
- type: :development
167
- prerelease: false
168
- version_requirements: !ruby/object:Gem::Requirement
169
- none: false
170
- requirements:
171
- - - ~>
172
- - !ruby/object:Gem::Version
173
- version: 2.2.2
174
- - !ruby/object:Gem::Dependency
175
- name: github-markup
176
- requirement: !ruby/object:Gem::Requirement
177
- none: false
178
- requirements:
179
- - - ~>
180
- - !ruby/object:Gem::Version
181
- version: 0.7.5
182
- type: :development
183
- prerelease: false
184
- version_requirements: !ruby/object:Gem::Requirement
185
- none: false
186
- requirements:
187
- - - ~>
188
- - !ruby/object:Gem::Version
189
- version: 0.7.5
190
78
  description: Several Ruby object enhancements.
191
79
  email:
192
80
  - shogun_panda@me.com
@@ -199,7 +87,6 @@ files:
199
87
  - .travis.yml
200
88
  - .yardopts
201
89
  - Gemfile
202
- - Gemfile.lock
203
90
  - README.md
204
91
  - Rakefile
205
92
  - doc/Lazier.html