lazier 3.2.0 → 3.2.1
Sign up to get free protection for your applications and to get access to all the features.
- data/doc/Lazier.html +1 -1
- data/doc/Lazier/Boolean.html +1 -1
- data/doc/Lazier/Configuration.html +7 -5
- data/doc/Lazier/DateTime.html +1 -1
- data/doc/Lazier/DateTime/ClassMethods.html +1 -1
- data/doc/Lazier/Exceptions.html +1 -1
- data/doc/Lazier/Exceptions/Debug.html +3 -3
- data/doc/Lazier/Exceptions/MissingTranslation.html +3 -3
- data/doc/Lazier/Hash.html +1 -1
- data/doc/Lazier/I18n.html +1 -1
- data/doc/Lazier/Localizer.html +1 -1
- data/doc/Lazier/Math.html +1 -1
- data/doc/Lazier/Math/ClassMethods.html +1 -1
- data/doc/Lazier/Object.html +1 -1
- data/doc/Lazier/Pathname.html +1 -1
- data/doc/Lazier/Settings.html +1 -1
- data/doc/Lazier/String.html +1 -1
- data/doc/Lazier/TimeZone.html +1 -1
- data/doc/Lazier/TimeZone/ClassMethods.html +1 -1
- data/doc/Lazier/Version.html +2 -2
- data/doc/_index.html +1 -1
- data/doc/class_list.html +1 -1
- data/doc/file.README.html +1 -1
- data/doc/index.html +1 -1
- data/doc/top-level-namespace.html +1 -1
- data/lib/lazier/configuration.rb +4 -3
- data/lib/lazier/exceptions.rb +2 -2
- data/lib/lazier/version.rb +1 -1
- metadata +2 -2
data/doc/Lazier.html
CHANGED
@@ -969,7 +969,7 @@ Licensed under the MIT license, which can be found at http://www.opensource.org/
|
|
969
969
|
</div>
|
970
970
|
|
971
971
|
<div id="footer">
|
972
|
-
Generated on Sun Jul 14
|
972
|
+
Generated on Sun Jul 14 14:23:55 2013 by
|
973
973
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
974
974
|
0.8.6.2 (ruby-1.9.3).
|
975
975
|
</div>
|
data/doc/Lazier/Boolean.html
CHANGED
@@ -288,7 +288,7 @@
|
|
288
288
|
</div>
|
289
289
|
|
290
290
|
<div id="footer">
|
291
|
-
Generated on Sun Jul 14
|
291
|
+
Generated on Sun Jul 14 14:23:55 2013 by
|
292
292
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
293
293
|
0.8.6.2 (ruby-1.9.3).
|
294
294
|
</div>
|
@@ -259,12 +259,14 @@
|
|
259
259
|
15
|
260
260
|
16
|
261
261
|
17
|
262
|
-
18
|
262
|
+
18
|
263
|
+
19</pre>
|
263
264
|
</td>
|
264
265
|
<td>
|
265
266
|
<pre class="code"><span class="info file"># File 'lib/lazier/configuration.rb', line 15</span>
|
266
267
|
|
267
268
|
<span class='kw'>def</span> <span class='id identifier rubyid_initialize'>initialize</span><span class='lparen'>(</span><span class='id identifier rubyid_attributes'>attributes</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='comma'>,</span> <span class='op'>&</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
|
269
|
+
<span class='ivar'>@lazier_i18n</span> <span class='op'>=</span> <span class='const'>Lazier</span><span class='op'>::</span><span class='const'>Localizer</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='symbol'>:lazier</span><span class='comma'>,</span> <span class='op'>::</span><span class='const'>File</span><span class='period'>.</span><span class='id identifier rubyid_absolute_path'>absolute_path</span><span class='lparen'>(</span><span class='op'>::</span><span class='const'>Pathname</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='op'>::</span><span class='const'>File</span><span class='period'>.</span><span class='id identifier rubyid_dirname'>dirname</span><span class='lparen'>(</span><span class='kw'>__FILE__</span><span class='rparen'>)</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_to_s'>to_s</span> <span class='op'>+</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>/../../locales/</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_i18n'>i18n</span>
|
268
270
|
<span class='id identifier rubyid_i18n_setup'>i18n_setup</span><span class='lparen'>(</span><span class='symbol'>:lazier</span><span class='comma'>,</span> <span class='op'>::</span><span class='const'>File</span><span class='period'>.</span><span class='id identifier rubyid_absolute_path'>absolute_path</span><span class='lparen'>(</span><span class='op'>::</span><span class='const'>Pathname</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='op'>::</span><span class='const'>File</span><span class='period'>.</span><span class='id identifier rubyid_dirname'>dirname</span><span class='lparen'>(</span><span class='kw'>__FILE__</span><span class='rparen'>)</span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_to_s'>to_s</span> <span class='op'>+</span> <span class='tstring'><span class='tstring_beg'>"</span><span class='tstring_content'>/../../locales/</span><span class='tstring_end'>"</span></span><span class='rparen'>)</span><span class='rparen'>)</span>
|
269
271
|
<span class='kw'>super</span><span class='lparen'>(</span><span class='id identifier rubyid_attributes'>attributes</span><span class='comma'>,</span> <span class='op'>&</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
|
270
272
|
<span class='kw'>end</span></pre>
|
@@ -348,7 +350,6 @@ Options are as follows:</p>
|
|
348
350
|
<pre class="lines">
|
349
351
|
|
350
352
|
|
351
|
-
29
|
352
353
|
30
|
353
354
|
31
|
354
355
|
32
|
@@ -358,10 +359,11 @@ Options are as follows:</p>
|
|
358
359
|
36
|
359
360
|
37
|
360
361
|
38
|
361
|
-
39
|
362
|
+
39
|
363
|
+
40</pre>
|
362
364
|
</td>
|
363
365
|
<td>
|
364
|
-
<pre class="code"><span class="info file"># File 'lib/lazier/configuration.rb', line
|
366
|
+
<pre class="code"><span class="info file"># File 'lib/lazier/configuration.rb', line 30</span>
|
365
367
|
|
366
368
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_property'>property</span><span class='lparen'>(</span><span class='id identifier rubyid_property_name'>property_name</span><span class='comma'>,</span> <span class='id identifier rubyid_options'>options</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='rparen'>)</span>
|
367
369
|
<span class='kw'>super</span><span class='lparen'>(</span><span class='id identifier rubyid_property_name'>property_name</span><span class='comma'>,</span> <span class='id identifier rubyid_options'>options</span><span class='rparen'>)</span>
|
@@ -384,7 +386,7 @@ Options are as follows:</p>
|
|
384
386
|
</div>
|
385
387
|
|
386
388
|
<div id="footer">
|
387
|
-
Generated on Sun Jul 14
|
389
|
+
Generated on Sun Jul 14 14:23:56 2013 by
|
388
390
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
389
391
|
0.8.6.2 (ruby-1.9.3).
|
390
392
|
</div>
|
data/doc/Lazier/DateTime.html
CHANGED
@@ -721,7 +721,7 @@ DateTime.civil(2013, 6, 1).in_months(2011)
|
|
721
721
|
</div>
|
722
722
|
|
723
723
|
<div id="footer">
|
724
|
-
Generated on Sun Jul 14
|
724
|
+
Generated on Sun Jul 14 14:23:55 2013 by
|
725
725
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
726
726
|
0.8.6.2 (ruby-1.9.3).
|
727
727
|
</div>
|
@@ -1542,7 +1542,7 @@ Date.years(1, true, 2010, true)
|
|
1542
1542
|
</div>
|
1543
1543
|
|
1544
1544
|
<div id="footer">
|
1545
|
-
Generated on Sun Jul 14
|
1545
|
+
Generated on Sun Jul 14 14:23:56 2013 by
|
1546
1546
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1547
1547
|
0.8.6.2 (ruby-1.9.3).
|
1548
1548
|
</div>
|
data/doc/Lazier/Exceptions.html
CHANGED
@@ -116,7 +116,7 @@
|
|
116
116
|
</div>
|
117
117
|
|
118
118
|
<div id="footer">
|
119
|
-
Generated on Sun Jul 14
|
119
|
+
Generated on Sun Jul 14 14:23:56 2013 by
|
120
120
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
121
121
|
0.8.6.2 (ruby-1.9.3).
|
122
122
|
</div>
|
@@ -73,12 +73,12 @@
|
|
73
73
|
|
74
74
|
<dt class="r1">Inherits:</dt>
|
75
75
|
<dd class="r1">
|
76
|
-
<span class="inheritName">
|
76
|
+
<span class="inheritName">RuntimeError</span>
|
77
77
|
|
78
78
|
<ul class="fullTree">
|
79
79
|
<li>Object</li>
|
80
80
|
|
81
|
-
<li class="next">
|
81
|
+
<li class="next">RuntimeError</li>
|
82
82
|
|
83
83
|
<li class="next">Lazier::Exceptions::Debug</li>
|
84
84
|
|
@@ -124,7 +124,7 @@
|
|
124
124
|
</div>
|
125
125
|
|
126
126
|
<div id="footer">
|
127
|
-
Generated on Sun Jul 14
|
127
|
+
Generated on Sun Jul 14 14:23:56 2013 by
|
128
128
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
129
129
|
0.8.6.2 (ruby-1.9.3).
|
130
130
|
</div>
|
@@ -73,12 +73,12 @@
|
|
73
73
|
|
74
74
|
<dt class="r1">Inherits:</dt>
|
75
75
|
<dd class="r1">
|
76
|
-
<span class="inheritName">
|
76
|
+
<span class="inheritName">RuntimeError</span>
|
77
77
|
|
78
78
|
<ul class="fullTree">
|
79
79
|
<li>Object</li>
|
80
80
|
|
81
|
-
<li class="next">
|
81
|
+
<li class="next">RuntimeError</li>
|
82
82
|
|
83
83
|
<li class="next">Lazier::Exceptions::MissingTranslation</li>
|
84
84
|
|
@@ -238,7 +238,7 @@
|
|
238
238
|
</div>
|
239
239
|
|
240
240
|
<div id="footer">
|
241
|
-
Generated on Sun Jul 14
|
241
|
+
Generated on Sun Jul 14 14:23:56 2013 by
|
242
242
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
243
243
|
0.8.6.2 (ruby-1.9.3).
|
244
244
|
</div>
|
data/doc/Lazier/Hash.html
CHANGED
@@ -111,7 +111,7 @@
|
|
111
111
|
</div>
|
112
112
|
|
113
113
|
<div id="footer">
|
114
|
-
Generated on Sun Jul 14
|
114
|
+
Generated on Sun Jul 14 14:23:55 2013 by
|
115
115
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
116
116
|
0.8.6.2 (ruby-1.9.3).
|
117
117
|
</div>
|
data/doc/Lazier/I18n.html
CHANGED
@@ -1056,7 +1056,7 @@
|
|
1056
1056
|
</div>
|
1057
1057
|
|
1058
1058
|
<div id="footer">
|
1059
|
-
Generated on Sun Jul 14
|
1059
|
+
Generated on Sun Jul 14 14:23:55 2013 by
|
1060
1060
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1061
1061
|
0.8.6.2 (ruby-1.9.3).
|
1062
1062
|
</div>
|
data/doc/Lazier/Localizer.html
CHANGED
@@ -536,7 +536,7 @@
|
|
536
536
|
</div>
|
537
537
|
|
538
538
|
<div id="footer">
|
539
|
-
Generated on Sun Jul 14
|
539
|
+
Generated on Sun Jul 14 14:23:56 2013 by
|
540
540
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
541
541
|
0.8.6.2 (ruby-1.9.3).
|
542
542
|
</div>
|
data/doc/Lazier/Math.html
CHANGED
@@ -121,7 +121,7 @@
|
|
121
121
|
</div>
|
122
122
|
|
123
123
|
<div id="footer">
|
124
|
-
Generated on Sun Jul 14
|
124
|
+
Generated on Sun Jul 14 14:23:55 2013 by
|
125
125
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
126
126
|
0.8.6.2 (ruby-1.9.3).
|
127
127
|
</div>
|
@@ -321,7 +321,7 @@
|
|
321
321
|
</div>
|
322
322
|
|
323
323
|
<div id="footer">
|
324
|
-
Generated on Sun Jul 14
|
324
|
+
Generated on Sun Jul 14 14:23:55 2013 by
|
325
325
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
326
326
|
0.8.6.2 (ruby-1.9.3).
|
327
327
|
</div>
|
data/doc/Lazier/Object.html
CHANGED
@@ -2039,7 +2039,7 @@
|
|
2039
2039
|
</div>
|
2040
2040
|
|
2041
2041
|
<div id="footer">
|
2042
|
-
Generated on Sun Jul 14
|
2042
|
+
Generated on Sun Jul 14 14:23:55 2013 by
|
2043
2043
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
2044
2044
|
0.8.6.2 (ruby-1.9.3).
|
2045
2045
|
</div>
|
data/doc/Lazier/Pathname.html
CHANGED
@@ -213,7 +213,7 @@ Pathname.new("/usr/bin/ruby").components
|
|
213
213
|
</div>
|
214
214
|
|
215
215
|
<div id="footer">
|
216
|
-
Generated on Sun Jul 14
|
216
|
+
Generated on Sun Jul 14 14:23:56 2013 by
|
217
217
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
218
218
|
0.8.6.2 (ruby-1.9.3).
|
219
219
|
</div>
|
data/doc/Lazier/Settings.html
CHANGED
@@ -2405,7 +2405,7 @@
|
|
2405
2405
|
</div>
|
2406
2406
|
|
2407
2407
|
<div id="footer">
|
2408
|
-
Generated on Sun Jul 14
|
2408
|
+
Generated on Sun Jul 14 14:23:56 2013 by
|
2409
2409
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
2410
2410
|
0.8.6.2 (ruby-1.9.3).
|
2411
2411
|
</div>
|
data/doc/Lazier/String.html
CHANGED
@@ -563,7 +563,7 @@
|
|
563
563
|
</div>
|
564
564
|
|
565
565
|
<div id="footer">
|
566
|
-
Generated on Sun Jul 14
|
566
|
+
Generated on Sun Jul 14 14:23:55 2013 by
|
567
567
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
568
568
|
0.8.6.2 (ruby-1.9.3).
|
569
569
|
</div>
|
data/doc/Lazier/TimeZone.html
CHANGED
@@ -1663,7 +1663,7 @@
|
|
1663
1663
|
</div>
|
1664
1664
|
|
1665
1665
|
<div id="footer">
|
1666
|
-
Generated on Sun Jul 14
|
1666
|
+
Generated on Sun Jul 14 14:23:56 2013 by
|
1667
1667
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1668
1668
|
0.8.6.2 (ruby-1.9.3).
|
1669
1669
|
</div>
|
@@ -1015,7 +1015,7 @@ DateTime.parameterize_zone(ActiveSupport::TimeZone["Pacific Time (US & Canad
|
|
1015
1015
|
</div>
|
1016
1016
|
|
1017
1017
|
<div id="footer">
|
1018
|
-
Generated on Sun Jul 14
|
1018
|
+
Generated on Sun Jul 14 14:23:56 2013 by
|
1019
1019
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1020
1020
|
0.8.6.2 (ruby-1.9.3).
|
1021
1021
|
</div>
|
data/doc/Lazier/Version.html
CHANGED
@@ -149,7 +149,7 @@
|
|
149
149
|
|
150
150
|
</div>
|
151
151
|
</dt>
|
152
|
-
<dd><pre class="code"><span class='int'>
|
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 Sun Jul 14
|
183
|
+
Generated on Sun Jul 14 14:23:55 2013 by
|
184
184
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
185
185
|
0.8.6.2 (ruby-1.9.3).
|
186
186
|
</div>
|
data/doc/_index.html
CHANGED
@@ -333,7 +333,7 @@
|
|
333
333
|
</div>
|
334
334
|
|
335
335
|
<div id="footer">
|
336
|
-
Generated on Sun Jul 14
|
336
|
+
Generated on Sun Jul 14 14:23:54 2013 by
|
337
337
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
338
338
|
0.8.6.2 (ruby-1.9.3).
|
339
339
|
</div>
|
data/doc/class_list.html
CHANGED
@@ -46,7 +46,7 @@
|
|
46
46
|
|
47
47
|
<ul id="full_list" class="class">
|
48
48
|
<li><span class='object_link'><a href="top-level-namespace.html" title="Top Level Namespace (root)">Top Level Namespace</a></span></li>
|
49
|
-
<li><a class='toggle'></a> <span class='object_link'><a href="Lazier.html" title="Lazier (module)">Lazier</a></span><small class='search_info'>Top Level Namespace</small></li><ul><li><span class='object_link'><a href="Lazier/Boolean.html" title="Lazier::Boolean (module)">Boolean</a></span><small class='search_info'>Lazier</small></li><li><span class='object_link'><a href="Lazier/Configuration.html" title="Lazier::Configuration (class)">Configuration</a></span> < Dash<small class='search_info'>Lazier</small></li><li><a class='toggle'></a> <span class='object_link'><a href="Lazier/DateTime.html" title="Lazier::DateTime (module)">DateTime</a></span><small class='search_info'>Lazier</small></li><ul><li><span class='object_link'><a href="Lazier/DateTime/ClassMethods.html" title="Lazier::DateTime::ClassMethods (module)">ClassMethods</a></span><small class='search_info'>Lazier::DateTime</small></li></ul><li><a class='toggle'></a> <span class='object_link'><a href="Lazier/Exceptions.html" title="Lazier::Exceptions (module)">Exceptions</a></span><small class='search_info'>Lazier</small></li><ul><li><span class='object_link'><a href="Lazier/Exceptions/Debug.html" title="Lazier::Exceptions::Debug (class)">Debug</a></span> <
|
49
|
+
<li><a class='toggle'></a> <span class='object_link'><a href="Lazier.html" title="Lazier (module)">Lazier</a></span><small class='search_info'>Top Level Namespace</small></li><ul><li><span class='object_link'><a href="Lazier/Boolean.html" title="Lazier::Boolean (module)">Boolean</a></span><small class='search_info'>Lazier</small></li><li><span class='object_link'><a href="Lazier/Configuration.html" title="Lazier::Configuration (class)">Configuration</a></span> < Dash<small class='search_info'>Lazier</small></li><li><a class='toggle'></a> <span class='object_link'><a href="Lazier/DateTime.html" title="Lazier::DateTime (module)">DateTime</a></span><small class='search_info'>Lazier</small></li><ul><li><span class='object_link'><a href="Lazier/DateTime/ClassMethods.html" title="Lazier::DateTime::ClassMethods (module)">ClassMethods</a></span><small class='search_info'>Lazier::DateTime</small></li></ul><li><a class='toggle'></a> <span class='object_link'><a href="Lazier/Exceptions.html" title="Lazier::Exceptions (module)">Exceptions</a></span><small class='search_info'>Lazier</small></li><ul><li><span class='object_link'><a href="Lazier/Exceptions/Debug.html" title="Lazier::Exceptions::Debug (class)">Debug</a></span> < RuntimeError<small class='search_info'>Lazier::Exceptions</small></li><li><span class='object_link'><a href="Lazier/Exceptions/MissingTranslation.html" title="Lazier::Exceptions::MissingTranslation (class)">MissingTranslation</a></span> < RuntimeError<small class='search_info'>Lazier::Exceptions</small></li></ul><li><span class='object_link'><a href="Lazier/Hash.html" title="Lazier::Hash (module)">Hash</a></span><small class='search_info'>Lazier</small></li><li><span class='object_link'><a href="Lazier/I18n.html" title="Lazier::I18n (module)">I18n</a></span><small class='search_info'>Lazier</small></li><li><span class='object_link'><a href="Lazier/Localizer.html" title="Lazier::Localizer (class)">Localizer</a></span> < Object<small class='search_info'>Lazier</small></li><li><a class='toggle'></a> <span class='object_link'><a href="Lazier/Math.html" title="Lazier::Math (module)">Math</a></span><small class='search_info'>Lazier</small></li><ul><li><span class='object_link'><a href="Lazier/Math/ClassMethods.html" title="Lazier::Math::ClassMethods (module)">ClassMethods</a></span><small class='search_info'>Lazier::Math</small></li></ul><li><span class='object_link'><a href="Lazier/Object.html" title="Lazier::Object (module)">Object</a></span><small class='search_info'>Lazier</small></li><li><span class='object_link'><a href="Lazier/Pathname.html" title="Lazier::Pathname (module)">Pathname</a></span><small class='search_info'>Lazier</small></li><li><span class='object_link'><a href="Lazier/Settings.html" title="Lazier::Settings (class)">Settings</a></span> < Object<small class='search_info'>Lazier</small></li><li><span class='object_link'><a href="Lazier/String.html" title="Lazier::String (module)">String</a></span><small class='search_info'>Lazier</small></li><li><a class='toggle'></a> <span class='object_link'><a href="Lazier/TimeZone.html" title="Lazier::TimeZone (module)">TimeZone</a></span><small class='search_info'>Lazier</small></li><ul><li><span class='object_link'><a href="Lazier/TimeZone/ClassMethods.html" title="Lazier::TimeZone::ClassMethods (module)">ClassMethods</a></span><small class='search_info'>Lazier::TimeZone</small></li></ul><li><span class='object_link'><a href="Lazier/Version.html" title="Lazier::Version (module)">Version</a></span><small class='search_info'>Lazier</small></li></ul>
|
50
50
|
|
51
51
|
</ul>
|
52
52
|
</div>
|
data/doc/file.README.html
CHANGED
@@ -105,7 +105,7 @@ See documentation for more informations.</p>
|
|
105
105
|
</div></div>
|
106
106
|
|
107
107
|
<div id="footer">
|
108
|
-
Generated on Sun Jul 14
|
108
|
+
Generated on Sun Jul 14 14:23:54 2013 by
|
109
109
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
110
110
|
0.8.6.2 (ruby-1.9.3).
|
111
111
|
</div>
|
data/doc/index.html
CHANGED
@@ -105,7 +105,7 @@ See documentation for more informations.</p>
|
|
105
105
|
</div></div>
|
106
106
|
|
107
107
|
<div id="footer">
|
108
|
-
Generated on Sun Jul 14
|
108
|
+
Generated on Sun Jul 14 14:23:54 2013 by
|
109
109
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
110
110
|
0.8.6.2 (ruby-1.9.3).
|
111
111
|
</div>
|
@@ -103,7 +103,7 @@
|
|
103
103
|
</div>
|
104
104
|
|
105
105
|
<div id="footer">
|
106
|
-
Generated on Sun Jul 14
|
106
|
+
Generated on Sun Jul 14 14:23:54 2013 by
|
107
107
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
108
108
|
0.8.6.2 (ruby-1.9.3).
|
109
109
|
</div>
|
data/lib/lazier/configuration.rb
CHANGED
@@ -13,6 +13,7 @@ module Lazier
|
|
13
13
|
#
|
14
14
|
# @param attributes [Hash] The initial values of properties of this configuration.
|
15
15
|
def initialize(attributes = {}, &block)
|
16
|
+
@lazier_i18n = Lazier::Localizer.new(:lazier, ::File.absolute_path(::Pathname.new(::File.dirname(__FILE__)).to_s + "/../../locales/")).i18n
|
16
17
|
i18n_setup(:lazier, ::File.absolute_path(::Pathname.new(::File.dirname(__FILE__)).to_s + "/../../locales/"))
|
17
18
|
super(attributes, &block)
|
18
19
|
end
|
@@ -43,21 +44,21 @@ module Lazier
|
|
43
44
|
#
|
44
45
|
# @param property [String|Symbol] The property to check.
|
45
46
|
def assert_property_exists!(property)
|
46
|
-
raise ArgumentError.new(
|
47
|
+
raise ArgumentError.new(@lazier_i18n.configuration.not_found(property, self.class.name)) if !self.class.property?(property)
|
47
48
|
end
|
48
49
|
|
49
50
|
# Checks if a property has been set.
|
50
51
|
#
|
51
52
|
# @param property [String|Symbol] The property to check.
|
52
53
|
def assert_property_set!(property)
|
53
|
-
raise ArgumentError.new(
|
54
|
+
raise ArgumentError.new(@lazier_i18n.configuration.required(property, self.class.name)) if send(property).nil?
|
54
55
|
end
|
55
56
|
|
56
57
|
# Checks if a property is required.
|
57
58
|
#
|
58
59
|
# @param property [String|Symbol] The property to check.
|
59
60
|
def assert_property_required!(property, value)
|
60
|
-
raise ArgumentError.new(
|
61
|
+
raise ArgumentError.new(@lazier_i18n.configuration.required(property, self.class.name)) if self.class.required?(property) && value.nil?
|
61
62
|
end
|
62
63
|
end
|
63
64
|
end
|
data/lib/lazier/exceptions.rb
CHANGED
@@ -8,11 +8,11 @@ module Lazier
|
|
8
8
|
# Exceptions for lazier.
|
9
9
|
module Exceptions
|
10
10
|
# This exception is raised to debug code.
|
11
|
-
class Debug < ::
|
11
|
+
class Debug < ::RuntimeError
|
12
12
|
end
|
13
13
|
|
14
14
|
# This exception is raised from {I18n I18n} if no valid translation are found in the specified path.
|
15
|
-
class MissingTranslation <
|
15
|
+
class MissingTranslation < RuntimeError
|
16
16
|
# Creates a new missing translation exception.
|
17
17
|
#
|
18
18
|
# @param locales [Array] The locales that was requested to load.
|
data/lib/lazier/version.rb
CHANGED
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: 3.2.
|
4
|
+
version: 3.2.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -191,7 +191,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
191
191
|
version: '0'
|
192
192
|
segments:
|
193
193
|
- 0
|
194
|
-
hash:
|
194
|
+
hash: 2257871254539181173
|
195
195
|
requirements: []
|
196
196
|
rubyforge_project: lazier
|
197
197
|
rubygems_version: 1.8.25
|