lazier 4.2.1 → 4.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +1 -0
  3. data/.rubocop.yml +6 -1
  4. data/.travis-gemfile +4 -5
  5. data/.travis.yml +5 -3
  6. data/.yardopts +1 -1
  7. data/Gemfile +6 -6
  8. data/README.md +7 -5
  9. data/{doc → docs}/Lazier.html +83 -83
  10. data/{doc → docs}/Lazier/Boolean.html +49 -46
  11. data/{doc → docs}/Lazier/Configuration.html +51 -48
  12. data/{doc → docs}/Lazier/DateTime.html +51 -48
  13. data/{doc → docs}/Lazier/DateTime/ClassMethods.html +52 -50
  14. data/{doc → docs}/Lazier/Exceptions.html +39 -37
  15. data/{doc → docs}/Lazier/Exceptions/Debug.html +45 -42
  16. data/{doc → docs}/Lazier/Exceptions/MissingTranslation.html +48 -45
  17. data/{doc → docs}/Lazier/Exceptions/TranslationExceptionHandler.html +48 -45
  18. data/{doc → docs}/Lazier/Hash.html +61 -60
  19. data/{doc → docs}/Lazier/I18n.html +72 -72
  20. data/{doc → docs}/Lazier/Math.html +44 -41
  21. data/{doc → docs}/Lazier/Math/ClassMethods.html +44 -42
  22. data/{doc → docs}/Lazier/Object.html +106 -105
  23. data/{doc → docs}/Lazier/Pathname.html +47 -44
  24. data/{doc → docs}/Lazier/Settings.html +72 -69
  25. data/{doc → docs}/Lazier/String.html +55 -52
  26. data/{doc → docs}/Lazier/TimeZone.html +78 -77
  27. data/{doc → docs}/Lazier/TimeZone/ClassMethods.html +54 -52
  28. data/docs/Lazier/Version.html +189 -0
  29. data/{doc → docs}/_index.html +29 -30
  30. data/docs/class_list.html +51 -0
  31. data/{doc → docs}/css/common.css +0 -0
  32. data/{doc → docs}/css/full_list.css +32 -31
  33. data/{doc → docs}/css/style.css +220 -78
  34. data/{doc → docs}/file.README.html +35 -34
  35. data/docs/file_list.html +56 -0
  36. data/docs/frames.html +17 -0
  37. data/{doc → docs}/index.html +35 -34
  38. data/{doc → docs}/js/app.js +100 -76
  39. data/docs/js/full_list.js +216 -0
  40. data/{doc → docs}/js/jquery.js +0 -0
  41. data/docs/method_list.html +883 -0
  42. data/docs/top-level-namespace.html +112 -0
  43. data/lazier.gemspec +5 -5
  44. data/lib/lazier/version.rb +1 -1
  45. metadata +42 -43
  46. data/doc/Lazier/Version.html +0 -189
  47. data/doc/class_list.html +0 -58
  48. data/doc/file_list.html +0 -60
  49. data/doc/frames.html +0 -26
  50. data/doc/js/full_list.js +0 -181
  51. data/doc/method_list.html +0 -681
  52. data/doc/top-level-namespace.html +0 -112
@@ -1,12 +1,12 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
1
+ <!DOCTYPE html>
2
+ <html>
4
3
  <head>
5
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
6
  <title>
7
7
  Module: Lazier::DateTime::ClassMethods
8
8
 
9
- &mdash; Documentation by YARD 0.8.7.6
9
+ &mdash; Documentation by YARD 0.9.5
10
10
 
11
11
  </title>
12
12
 
@@ -15,9 +15,8 @@
15
15
  <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
16
16
 
17
17
  <script type="text/javascript" charset="utf-8">
18
- hasFrames = window.top.frames.main ? true : false;
18
+ pathId = "Lazier::DateTime::ClassMethods";
19
19
  relpath = '../../';
20
- framesUrl = "../../frames.html#!Lazier/DateTime/ClassMethods.html";
21
20
  </script>
22
21
 
23
22
 
@@ -28,61 +27,63 @@
28
27
 
29
28
  </head>
30
29
  <body>
31
- <div id="header">
32
- <div id="menu">
30
+ <div class="nav_wrap">
31
+ <iframe id="nav" src="../../class_list.html"></iframe>
32
+ <div id="resizer"></div>
33
+ </div>
34
+
35
+ <div id="main" tabindex="-1">
36
+ <div id="header">
37
+ <div id="menu">
33
38
 
34
39
  <a href="../../_index.html">Index (C)</a> &raquo;
35
40
  <span class='title'><span class='object_link'><a href="../../Lazier.html" title="Lazier (module)">Lazier</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../DateTime.html" title="Lazier::DateTime (module)">DateTime</a></span></span>
36
41
  &raquo;
37
42
  <span class="title">ClassMethods</span>
38
43
 
39
-
40
- <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
41
44
  </div>
42
45
 
43
- <div id="search">
46
+ <div id="search">
44
47
 
45
48
  <a class="full_list_link" id="class_list_link"
46
49
  href="../../class_list.html">
47
- Class List
48
- </a>
49
-
50
- <a class="full_list_link" id="method_list_link"
51
- href="../../method_list.html">
52
- Method List
53
- </a>
54
-
55
- <a class="full_list_link" id="file_list_link"
56
- href="../../file_list.html">
57
- File List
50
+
51
+ <svg width="24" height="24">
52
+ <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
53
+ <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
54
+ <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
55
+ </svg>
58
56
  </a>
59
57
 
60
58
  </div>
61
- <div class="clear"></div>
62
- </div>
59
+ <div class="clear"></div>
60
+ </div>
63
61
 
64
- <iframe id="search_frame"></iframe>
62
+ <iframe id="search_frame" src="../../class_list.html"></iframe>
65
63
 
66
- <div id="content"><h1>Module: Lazier::DateTime::ClassMethods
64
+ <div id="content"><h1>Module: Lazier::DateTime::ClassMethods
67
65
 
68
66
 
69
67
 
70
68
  </h1>
69
+ <div class="box_info">
70
+
71
71
 
72
- <dl class="box">
73
72
 
74
73
 
75
-
76
74
 
77
-
78
75
 
79
76
 
77
+
78
+
79
+
80
80
 
81
- <dt class="r1 last">Defined in:</dt>
82
- <dd class="r1 last">lib/lazier/datetime.rb</dd>
81
+ <dl>
82
+ <dt>Defined in:</dt>
83
+ <dd>lib/lazier/datetime.rb</dd>
84
+ </dl>
83
85
 
84
- </dl>
85
- <div class="clear"></div>
86
+ </div>
86
87
 
87
88
  <h2>Overview</h2><div class="docstring">
88
89
  <div class="discussion">
@@ -104,7 +105,7 @@
104
105
 
105
106
  <h2>
106
107
  Instance Method Summary
107
- <small>(<a href="#" class="summary_toggle">collapse</a>)</small>
108
+ <small><a href="#" class="summary_toggle">collapse</a></small>
108
109
  </h2>
109
110
 
110
111
  <ul class="summary">
@@ -112,7 +113,7 @@
112
113
  <li class="public ">
113
114
  <span class="summary_signature">
114
115
 
115
- <a href="#custom_format-instance_method" title="#custom_format (instance method)">- (String) <strong>custom_format</strong>(key) </a>
116
+ <a href="#custom_format-instance_method" title="#custom_format (instance method)">#<strong>custom_format</strong>(key) &#x21d2; String </a>
116
117
 
117
118
 
118
119
 
@@ -135,7 +136,7 @@
135
136
  <li class="public ">
136
137
  <span class="summary_signature">
137
138
 
138
- <a href="#days-instance_method" title="#days (instance method)">- (Array) <strong>days</strong>(short = true) </a>
139
+ <a href="#days-instance_method" title="#days (instance method)">#<strong>days</strong>(short = true) &#x21d2; Array </a>
139
140
 
140
141
 
141
142
 
@@ -158,7 +159,7 @@
158
159
  <li class="public ">
159
160
  <span class="summary_signature">
160
161
 
161
- <a href="#easter-instance_method" title="#easter (instance method)">- (Date) <strong>easter</strong>(year = nil) </a>
162
+ <a href="#easter-instance_method" title="#easter (instance method)">#<strong>easter</strong>(year = nil) &#x21d2; Date </a>
162
163
 
163
164
 
164
165
 
@@ -181,7 +182,7 @@
181
182
  <li class="public ">
182
183
  <span class="summary_signature">
183
184
 
184
- <a href="#months-instance_method" title="#months (instance method)">- (Array) <strong>months</strong>(short = true) </a>
185
+ <a href="#months-instance_method" title="#months (instance method)">#<strong>months</strong>(short = true) &#x21d2; Array </a>
185
186
 
186
187
 
187
188
 
@@ -204,7 +205,7 @@
204
205
  <li class="public ">
205
206
  <span class="summary_signature">
206
207
 
207
- <a href="#valid%3F-instance_method" title="#valid? (instance method)">- (Boolean) <strong>valid?</strong>(value, format = &quot;%F %T&quot;) </a>
208
+ <a href="#valid%3F-instance_method" title="#valid? (instance method)">#<strong>valid?</strong>(value, format = &quot;%F %T&quot;) &#x21d2; Boolean </a>
208
209
 
209
210
 
210
211
 
@@ -227,7 +228,7 @@
227
228
  <li class="public ">
228
229
  <span class="summary_signature">
229
230
 
230
- <a href="#years-instance_method" title="#years (instance method)">- (Array) <strong>years</strong>(offset: 10, also_future: true, reference: nil, as_objects: false) </a>
231
+ <a href="#years-instance_method" title="#years (instance method)">#<strong>years</strong>(offset: 10, also_future: true, reference: nil, as_objects: false) &#x21d2; Array </a>
231
232
 
232
233
 
233
234
 
@@ -259,7 +260,7 @@
259
260
  <div class="method_details first">
260
261
  <h3 class="signature first" id="custom_format-instance_method">
261
262
 
262
- - (<tt><span class='object_link'><a href="../String.html" title="Lazier::String (module)">String</a></span></tt>) <strong>custom_format</strong>(key)
263
+ #<strong>custom_format</strong>(key) &#x21d2; <tt><span class='object_link'><a href="../String.html" title="Lazier::String (module)">String</a></span></tt>
263
264
 
264
265
 
265
266
 
@@ -342,7 +343,7 @@
342
343
  <div class="method_details ">
343
344
  <h3 class="signature " id="days-instance_method">
344
345
 
345
- - (<tt>Array</tt>) <strong>days</strong>(short = true)
346
+ #<strong>days</strong>(short = true) &#x21d2; <tt>Array</tt>
346
347
 
347
348
 
348
349
 
@@ -431,7 +432,7 @@
431
432
  <div class="method_details ">
432
433
  <h3 class="signature " id="easter-instance_method">
433
434
 
434
- - (<tt>Date</tt>) <strong>easter</strong>(year = nil)
435
+ #<strong>easter</strong>(year = nil) &#x21d2; <tt>Date</tt>
435
436
 
436
437
 
437
438
 
@@ -534,7 +535,7 @@
534
535
  <div class="method_details ">
535
536
  <h3 class="signature " id="months-instance_method">
536
537
 
537
- - (<tt>Array</tt>) <strong>months</strong>(short = true)
538
+ #<strong>months</strong>(short = true) &#x21d2; <tt>Array</tt>
538
539
 
539
540
 
540
541
 
@@ -623,7 +624,7 @@
623
624
  <div class="method_details ">
624
625
  <h3 class="signature " id="valid?-instance_method">
625
626
 
626
- - (<tt><span class='object_link'><a href="../Boolean.html" title="Lazier::Boolean (module)">Boolean</a></span></tt>) <strong>valid?</strong>(value, format = &quot;%F %T&quot;)
627
+ #<strong>valid?</strong>(value, format = &quot;%F %T&quot;) &#x21d2; <tt><span class='object_link'><a href="../Boolean.html" title="Lazier::Boolean (module)">Boolean</a></span></tt>
627
628
 
628
629
 
629
630
 
@@ -729,7 +730,7 @@
729
730
  <div class="method_details ">
730
731
  <h3 class="signature " id="years-instance_method">
731
732
 
732
- - (<tt>Array</tt>) <strong>years</strong>(offset: 10, also_future: true, reference: nil, as_objects: false)
733
+ #<strong>years</strong>(offset: 10, also_future: true, reference: nil, as_objects: false) &#x21d2; <tt>Array</tt>
733
734
 
734
735
 
735
736
 
@@ -863,11 +864,12 @@ Date.years(1, true, 2010, true)
863
864
 
864
865
  </div>
865
866
 
866
- <div id="footer">
867
- Generated on Tue Mar 29 11:11:37 2016 by
867
+ <div id="footer">
868
+ Generated on Thu Nov 10 11:39:24 2016 by
868
869
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
869
- 0.8.7.6 (ruby-2.3.0).
870
+ 0.9.5 (ruby-2.3.0).
870
871
  </div>
871
872
 
873
+ </div>
872
874
  </body>
873
875
  </html>
@@ -1,12 +1,12 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
1
+ <!DOCTYPE html>
2
+ <html>
4
3
  <head>
5
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
6
  <title>
7
7
  Module: Lazier::Exceptions
8
8
 
9
- &mdash; Documentation by YARD 0.8.7.6
9
+ &mdash; Documentation by YARD 0.9.5
10
10
 
11
11
  </title>
12
12
 
@@ -15,9 +15,8 @@
15
15
  <link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" />
16
16
 
17
17
  <script type="text/javascript" charset="utf-8">
18
- hasFrames = window.top.frames.main ? true : false;
18
+ pathId = "Lazier::Exceptions";
19
19
  relpath = '../';
20
- framesUrl = "../frames.html#!Lazier/Exceptions.html";
21
20
  </script>
22
21
 
23
22
 
@@ -28,61 +27,63 @@
28
27
 
29
28
  </head>
30
29
  <body>
31
- <div id="header">
32
- <div id="menu">
30
+ <div class="nav_wrap">
31
+ <iframe id="nav" src="../class_list.html"></iframe>
32
+ <div id="resizer"></div>
33
+ </div>
34
+
35
+ <div id="main" tabindex="-1">
36
+ <div id="header">
37
+ <div id="menu">
33
38
 
34
39
  <a href="../_index.html">Index (E)</a> &raquo;
35
40
  <span class='title'><span class='object_link'><a href="../Lazier.html" title="Lazier (module)">Lazier</a></span></span>
36
41
  &raquo;
37
42
  <span class="title">Exceptions</span>
38
43
 
39
-
40
- <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
41
44
  </div>
42
45
 
43
- <div id="search">
46
+ <div id="search">
44
47
 
45
48
  <a class="full_list_link" id="class_list_link"
46
49
  href="../class_list.html">
47
- Class List
48
- </a>
49
-
50
- <a class="full_list_link" id="method_list_link"
51
- href="../method_list.html">
52
- Method List
53
- </a>
54
-
55
- <a class="full_list_link" id="file_list_link"
56
- href="../file_list.html">
57
- File List
50
+
51
+ <svg width="24" height="24">
52
+ <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
53
+ <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
54
+ <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
55
+ </svg>
58
56
  </a>
59
57
 
60
58
  </div>
61
- <div class="clear"></div>
62
- </div>
59
+ <div class="clear"></div>
60
+ </div>
63
61
 
64
- <iframe id="search_frame"></iframe>
62
+ <iframe id="search_frame" src="../class_list.html"></iframe>
65
63
 
66
- <div id="content"><h1>Module: Lazier::Exceptions
64
+ <div id="content"><h1>Module: Lazier::Exceptions
67
65
 
68
66
 
69
67
 
70
68
  </h1>
69
+ <div class="box_info">
70
+
71
71
 
72
- <dl class="box">
73
72
 
74
73
 
75
-
76
74
 
77
-
78
75
 
79
76
 
77
+
78
+
79
+
80
80
 
81
- <dt class="r1 last">Defined in:</dt>
82
- <dd class="r1 last">lib/lazier/exceptions.rb</dd>
81
+ <dl>
82
+ <dt>Defined in:</dt>
83
+ <dd>lib/lazier/exceptions.rb</dd>
84
+ </dl>
83
85
 
84
- </dl>
85
- <div class="clear"></div>
86
+ </div>
86
87
 
87
88
  <h2>Overview</h2><div class="docstring">
88
89
  <div class="discussion">
@@ -115,11 +116,12 @@
115
116
 
116
117
  </div>
117
118
 
118
- <div id="footer">
119
- Generated on Tue Mar 29 11:11:37 2016 by
119
+ <div id="footer">
120
+ Generated on Thu Nov 10 11:39:24 2016 by
120
121
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
121
- 0.8.7.6 (ruby-2.3.0).
122
+ 0.9.5 (ruby-2.3.0).
122
123
  </div>
123
124
 
125
+ </div>
124
126
  </body>
125
127
  </html>
@@ -1,12 +1,12 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
1
+ <!DOCTYPE html>
2
+ <html>
4
3
  <head>
5
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4
+ <meta charset="utf-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
6
  <title>
7
7
  Exception: Lazier::Exceptions::Debug
8
8
 
9
- &mdash; Documentation by YARD 0.8.7.6
9
+ &mdash; Documentation by YARD 0.9.5
10
10
 
11
11
  </title>
12
12
 
@@ -15,9 +15,8 @@
15
15
  <link rel="stylesheet" href="../../css/common.css" type="text/css" charset="utf-8" />
16
16
 
17
17
  <script type="text/javascript" charset="utf-8">
18
- hasFrames = window.top.frames.main ? true : false;
18
+ pathId = "Lazier::Exceptions::Debug";
19
19
  relpath = '../../';
20
- framesUrl = "../../frames.html#!Lazier/Exceptions/Debug.html";
21
20
  </script>
22
21
 
23
22
 
@@ -28,51 +27,50 @@
28
27
 
29
28
  </head>
30
29
  <body>
31
- <div id="header">
32
- <div id="menu">
30
+ <div class="nav_wrap">
31
+ <iframe id="nav" src="../../class_list.html"></iframe>
32
+ <div id="resizer"></div>
33
+ </div>
34
+
35
+ <div id="main" tabindex="-1">
36
+ <div id="header">
37
+ <div id="menu">
33
38
 
34
39
  <a href="../../_index.html">Index (D)</a> &raquo;
35
40
  <span class='title'><span class='object_link'><a href="../../Lazier.html" title="Lazier (module)">Lazier</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../Exceptions.html" title="Lazier::Exceptions (module)">Exceptions</a></span></span>
36
41
  &raquo;
37
42
  <span class="title">Debug</span>
38
43
 
39
-
40
- <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
41
44
  </div>
42
45
 
43
- <div id="search">
46
+ <div id="search">
44
47
 
45
48
  <a class="full_list_link" id="class_list_link"
46
49
  href="../../class_list.html">
47
- Class List
48
- </a>
49
-
50
- <a class="full_list_link" id="method_list_link"
51
- href="../../method_list.html">
52
- Method List
53
- </a>
54
-
55
- <a class="full_list_link" id="file_list_link"
56
- href="../../file_list.html">
57
- File List
50
+
51
+ <svg width="24" height="24">
52
+ <rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
53
+ <rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
54
+ <rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
55
+ </svg>
58
56
  </a>
59
57
 
60
58
  </div>
61
- <div class="clear"></div>
62
- </div>
59
+ <div class="clear"></div>
60
+ </div>
63
61
 
64
- <iframe id="search_frame"></iframe>
62
+ <iframe id="search_frame" src="../../class_list.html"></iframe>
65
63
 
66
- <div id="content"><h1>Exception: Lazier::Exceptions::Debug
64
+ <div id="content"><h1>Exception: Lazier::Exceptions::Debug
67
65
 
68
66
 
69
67
 
70
68
  </h1>
71
-
72
- <dl class="box">
69
+ <div class="box_info">
73
70
 
74
- <dt class="r1">Inherits:</dt>
75
- <dd class="r1">
71
+ <dl>
72
+ <dt>Inherits:</dt>
73
+ <dd>
76
74
  <span class="inheritName">RuntimeError</span>
77
75
 
78
76
  <ul class="fullTree">
@@ -85,21 +83,25 @@
85
83
  </ul>
86
84
  <a href="#" class="inheritanceTree">show all</a>
87
85
 
88
- </dd>
89
-
86
+ </dd>
87
+ </dl>
88
+
89
+
90
+
90
91
 
91
92
 
92
-
93
93
 
94
-
95
94
 
95
+
96
96
 
97
+
97
98
 
98
- <dt class="r2 last">Defined in:</dt>
99
- <dd class="r2 last">lib/lazier/exceptions.rb</dd>
99
+ <dl>
100
+ <dt>Defined in:</dt>
101
+ <dd>lib/lazier/exceptions.rb</dd>
102
+ </dl>
100
103
 
101
- </dl>
102
- <div class="clear"></div>
104
+ </div>
103
105
 
104
106
  <h2>Overview</h2><div class="docstring">
105
107
  <div class="discussion">
@@ -123,11 +125,12 @@
123
125
 
124
126
  </div>
125
127
 
126
- <div id="footer">
127
- Generated on Tue Mar 29 11:11:37 2016 by
128
+ <div id="footer">
129
+ Generated on Thu Nov 10 11:39:24 2016 by
128
130
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
129
- 0.8.7.6 (ruby-2.3.0).
131
+ 0.9.5 (ruby-2.3.0).
130
132
  </div>
131
133
 
134
+ </div>
132
135
  </body>
133
136
  </html>