lazier 1.0.0 → 1.0.1
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.
- data/Gemfile +1 -1
- data/README.md +1 -1
- data/Rakefile +1 -1
- data/doc/Lazier.html +2 -2
- data/doc/Lazier/Boolean.html +1 -1
- 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/Dump.html +1 -1
- data/doc/Lazier/Hash.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/file.README.html +2 -2
- data/doc/index.html +2 -2
- data/doc/top-level-namespace.html +1 -1
- data/lazier.gemspec +1 -1
- data/lib/lazier.rb +1 -1
- data/lib/lazier/boolean.rb +1 -1
- data/lib/lazier/datetime.rb +1 -1
- data/lib/lazier/exceptions.rb +1 -1
- data/lib/lazier/hash.rb +1 -1
- data/lib/lazier/math.rb +1 -1
- data/lib/lazier/object.rb +1 -1
- data/lib/lazier/pathname.rb +1 -1
- data/lib/lazier/settings.rb +1 -1
- data/lib/lazier/string.rb +1 -1
- data/lib/lazier/version.rb +2 -2
- data/spec/coverage_helper.rb +1 -1
- data/spec/cowtech-extensions/boolean_spec.rb +1 -1
- data/spec/cowtech-extensions/datetime_spec.rb +1 -1
- data/spec/cowtech-extensions/hash_spec.rb +1 -1
- data/spec/cowtech-extensions/math_spec.rb +1 -1
- data/spec/cowtech-extensions/object_spec.rb +1 -1
- data/spec/cowtech-extensions/pathname_spec.rb +1 -1
- data/spec/cowtech-extensions/settings_spec.rb +1 -1
- data/spec/cowtech-extensions/string_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +146 -155
data/Gemfile
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# encoding: utf-8
|
|
2
2
|
#
|
|
3
|
-
# This file is part of the lazier gem. Copyright (C)
|
|
3
|
+
# This file is part of the lazier gem. Copyright (C) 2012 and above Shogun <shogun_panda@me.com>.
|
|
4
4
|
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
|
|
5
5
|
#
|
|
6
6
|
|
data/README.md
CHANGED
|
@@ -29,5 +29,5 @@ See documentation for more informations.
|
|
|
29
29
|
|
|
30
30
|
## Copyright
|
|
31
31
|
|
|
32
|
-
Copyright (C)
|
|
32
|
+
Copyright (C) 2012 and above Shogun <shogun_panda@me.com>.
|
|
33
33
|
Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
|
data/Rakefile
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# encoding: utf-8
|
|
2
2
|
#
|
|
3
|
-
# This file is part of the lazier gem. Copyright (C)
|
|
3
|
+
# This file is part of the lazier gem. Copyright (C) 2012 and above Shogun <shogun_panda@me.com>.
|
|
4
4
|
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
|
|
5
5
|
#
|
|
6
6
|
|
data/doc/Lazier.html
CHANGED
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
|
|
89
89
|
<h2>Overview</h2><div class="docstring">
|
|
90
90
|
<div class="discussion">
|
|
91
|
-
<p>This file is part of the lazier gem. Copyright (C)
|
|
91
|
+
<p>This file is part of the lazier gem. Copyright (C) 2012 and above Shogun <shogun_panda@me.com>.
|
|
92
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>
|
|
93
93
|
|
|
94
94
|
|
|
@@ -548,7 +548,7 @@ Licensed under the MIT license, which can be found at <a href="http://www.openso
|
|
|
548
548
|
</div>
|
|
549
549
|
|
|
550
550
|
<div id="footer">
|
|
551
|
-
Generated on Wed Aug 1
|
|
551
|
+
Generated on Wed Aug 1 10:01:58 2012 by
|
|
552
552
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
553
553
|
0.8.2.1 (ruby-1.9.2).
|
|
554
554
|
</div>
|
data/doc/Lazier/Boolean.html
CHANGED
|
@@ -288,7 +288,7 @@
|
|
|
288
288
|
</div>
|
|
289
289
|
|
|
290
290
|
<div id="footer">
|
|
291
|
-
Generated on Wed Aug 1
|
|
291
|
+
Generated on Wed Aug 1 10:01:58 2012 by
|
|
292
292
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
293
293
|
0.8.2.1 (ruby-1.9.2).
|
|
294
294
|
</div>
|
data/doc/Lazier/DateTime.html
CHANGED
|
@@ -778,7 +778,7 @@
|
|
|
778
778
|
</div>
|
|
779
779
|
|
|
780
780
|
<div id="footer">
|
|
781
|
-
Generated on Wed Aug 1
|
|
781
|
+
Generated on Wed Aug 1 10:01:58 2012 by
|
|
782
782
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
783
783
|
0.8.2.1 (ruby-1.9.2).
|
|
784
784
|
</div>
|
|
@@ -1583,7 +1583,7 @@
|
|
|
1583
1583
|
</div>
|
|
1584
1584
|
|
|
1585
1585
|
<div id="footer">
|
|
1586
|
-
Generated on Wed Aug 1
|
|
1586
|
+
Generated on Wed Aug 1 10:01:58 2012 by
|
|
1587
1587
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
1588
1588
|
0.8.2.1 (ruby-1.9.2).
|
|
1589
1589
|
</div>
|
data/doc/Lazier/Exceptions.html
CHANGED
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
</div>
|
|
117
117
|
|
|
118
118
|
<div id="footer">
|
|
119
|
-
Generated on Wed Aug 1
|
|
119
|
+
Generated on Wed Aug 1 10:01:58 2012 by
|
|
120
120
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
121
121
|
0.8.2.1 (ruby-1.9.2).
|
|
122
122
|
</div>
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
</div>
|
|
125
125
|
|
|
126
126
|
<div id="footer">
|
|
127
|
-
Generated on Wed Aug 1
|
|
127
|
+
Generated on Wed Aug 1 10:01:58 2012 by
|
|
128
128
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
129
129
|
0.8.2.1 (ruby-1.9.2).
|
|
130
130
|
</div>
|
data/doc/Lazier/Hash.html
CHANGED
|
@@ -384,7 +384,7 @@
|
|
|
384
384
|
</div>
|
|
385
385
|
|
|
386
386
|
<div id="footer">
|
|
387
|
-
Generated on Wed Aug 1
|
|
387
|
+
Generated on Wed Aug 1 10:01:58 2012 by
|
|
388
388
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
389
389
|
0.8.2.1 (ruby-1.9.2).
|
|
390
390
|
</div>
|
data/doc/Lazier/Math.html
CHANGED
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
</div>
|
|
122
122
|
|
|
123
123
|
<div id="footer">
|
|
124
|
-
Generated on Wed Aug 1
|
|
124
|
+
Generated on Wed Aug 1 10:01:58 2012 by
|
|
125
125
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
126
126
|
0.8.2.1 (ruby-1.9.2).
|
|
127
127
|
</div>
|
|
@@ -353,7 +353,7 @@
|
|
|
353
353
|
</div>
|
|
354
354
|
|
|
355
355
|
<div id="footer">
|
|
356
|
-
Generated on Wed Aug 1
|
|
356
|
+
Generated on Wed Aug 1 10:01:58 2012 by
|
|
357
357
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
358
358
|
0.8.2.1 (ruby-1.9.2).
|
|
359
359
|
</div>
|
data/doc/Lazier/Object.html
CHANGED
|
@@ -1556,7 +1556,7 @@
|
|
|
1556
1556
|
</div>
|
|
1557
1557
|
|
|
1558
1558
|
<div id="footer">
|
|
1559
|
-
Generated on Wed Aug 1
|
|
1559
|
+
Generated on Wed Aug 1 10:01:58 2012 by
|
|
1560
1560
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
1561
1561
|
0.8.2.1 (ruby-1.9.2).
|
|
1562
1562
|
</div>
|
data/doc/Lazier/Pathname.html
CHANGED
|
@@ -216,7 +216,7 @@
|
|
|
216
216
|
</div>
|
|
217
217
|
|
|
218
218
|
<div id="footer">
|
|
219
|
-
Generated on Wed Aug 1
|
|
219
|
+
Generated on Wed Aug 1 10:01:58 2012 by
|
|
220
220
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
221
221
|
0.8.2.1 (ruby-1.9.2).
|
|
222
222
|
</div>
|
data/doc/Lazier/Settings.html
CHANGED
|
@@ -1240,7 +1240,7 @@
|
|
|
1240
1240
|
</div>
|
|
1241
1241
|
|
|
1242
1242
|
<div id="footer">
|
|
1243
|
-
Generated on Wed Aug 1
|
|
1243
|
+
Generated on Wed Aug 1 10:01:58 2012 by
|
|
1244
1244
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
1245
1245
|
0.8.2.1 (ruby-1.9.2).
|
|
1246
1246
|
</div>
|
data/doc/Lazier/String.html
CHANGED
|
@@ -462,7 +462,7 @@
|
|
|
462
462
|
</div>
|
|
463
463
|
|
|
464
464
|
<div id="footer">
|
|
465
|
-
Generated on Wed Aug 1
|
|
465
|
+
Generated on Wed Aug 1 10:01:58 2012 by
|
|
466
466
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
467
467
|
0.8.2.1 (ruby-1.9.2).
|
|
468
468
|
</div>
|
data/doc/Lazier/TimeZone.html
CHANGED
|
@@ -1666,7 +1666,7 @@
|
|
|
1666
1666
|
</div>
|
|
1667
1667
|
|
|
1668
1668
|
<div id="footer">
|
|
1669
|
-
Generated on Wed Aug 1
|
|
1669
|
+
Generated on Wed Aug 1 10:01:58 2012 by
|
|
1670
1670
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
1671
1671
|
0.8.2.1 (ruby-1.9.2).
|
|
1672
1672
|
</div>
|
|
@@ -1046,7 +1046,7 @@
|
|
|
1046
1046
|
</div>
|
|
1047
1047
|
|
|
1048
1048
|
<div id="footer">
|
|
1049
|
-
Generated on Wed Aug 1
|
|
1049
|
+
Generated on Wed Aug 1 10:01:58 2012 by
|
|
1050
1050
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
1051
1051
|
0.8.2.1 (ruby-1.9.2).
|
|
1052
1052
|
</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 Wed Aug 1
|
|
183
|
+
Generated on Wed Aug 1 10:01:58 2012 by
|
|
184
184
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
185
185
|
0.8.2.1 (ruby-1.9.2).
|
|
186
186
|
</div>
|
data/doc/_index.html
CHANGED
|
@@ -297,7 +297,7 @@
|
|
|
297
297
|
</div>
|
|
298
298
|
|
|
299
299
|
<div id="footer">
|
|
300
|
-
Generated on Wed Aug 1
|
|
300
|
+
Generated on Wed Aug 1 10:01:58 2012 by
|
|
301
301
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
302
302
|
0.8.2.1 (ruby-1.9.2).
|
|
303
303
|
</div>
|
data/doc/file.README.html
CHANGED
|
@@ -93,12 +93,12 @@ See documentation for more informations.</p>
|
|
|
93
93
|
|
|
94
94
|
<h2>Copyright</h2>
|
|
95
95
|
|
|
96
|
-
<p>Copyright (C)
|
|
96
|
+
<p>Copyright (C) 2012 and above Shogun <shogun_panda@me.com>.
|
|
97
97
|
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>
|
|
98
98
|
</div></div>
|
|
99
99
|
|
|
100
100
|
<div id="footer">
|
|
101
|
-
Generated on Wed Aug 1
|
|
101
|
+
Generated on Wed Aug 1 10:01:58 2012 by
|
|
102
102
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
103
103
|
0.8.2.1 (ruby-1.9.2).
|
|
104
104
|
</div>
|
data/doc/index.html
CHANGED
|
@@ -93,12 +93,12 @@ See documentation for more informations.</p>
|
|
|
93
93
|
|
|
94
94
|
<h2>Copyright</h2>
|
|
95
95
|
|
|
96
|
-
<p>Copyright (C)
|
|
96
|
+
<p>Copyright (C) 2012 and above Shogun <shogun_panda@me.com>.
|
|
97
97
|
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>
|
|
98
98
|
</div></div>
|
|
99
99
|
|
|
100
100
|
<div id="footer">
|
|
101
|
-
Generated on Wed Aug 1
|
|
101
|
+
Generated on Wed Aug 1 10:01:58 2012 by
|
|
102
102
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
103
103
|
0.8.2.1 (ruby-1.9.2).
|
|
104
104
|
</div>
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
</div>
|
|
104
104
|
|
|
105
105
|
<div id="footer">
|
|
106
|
-
Generated on Wed Aug 1
|
|
106
|
+
Generated on Wed Aug 1 10:01:58 2012 by
|
|
107
107
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
|
108
108
|
0.8.2.1 (ruby-1.9.2).
|
|
109
109
|
</div>
|
data/lazier.gemspec
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# encoding: utf-8
|
|
2
2
|
#
|
|
3
|
-
# This file is part of the lazier gem. Copyright (C)
|
|
3
|
+
# This file is part of the lazier gem. Copyright (C) 2012 and above Shogun <shogun_panda@me.com>.
|
|
4
4
|
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
|
|
5
5
|
#
|
|
6
6
|
|
data/lib/lazier.rb
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# encoding: utf-8
|
|
2
2
|
#
|
|
3
|
-
# This file is part of the lazier gem. Copyright (C)
|
|
3
|
+
# This file is part of the lazier gem. Copyright (C) 2012 and above Shogun <shogun_panda@me.com>.
|
|
4
4
|
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
|
|
5
5
|
#
|
|
6
6
|
|
data/lib/lazier/boolean.rb
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# encoding: utf-8
|
|
2
2
|
#
|
|
3
|
-
# This file is part of the lazier gem. Copyright (C)
|
|
3
|
+
# This file is part of the lazier gem. Copyright (C) 2012 and above Shogun <shogun_panda@me.com>.
|
|
4
4
|
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
|
|
5
5
|
#
|
|
6
6
|
|
data/lib/lazier/datetime.rb
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# encoding: utf-8
|
|
2
2
|
#
|
|
3
|
-
# This file is part of the lazier gem. Copyright (C)
|
|
3
|
+
# This file is part of the lazier gem. Copyright (C) 2012 and above Shogun <shogun_panda@me.com>.
|
|
4
4
|
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
|
|
5
5
|
#
|
|
6
6
|
|
data/lib/lazier/exceptions.rb
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# encoding: utf-8
|
|
2
2
|
#
|
|
3
|
-
# This file is part of the lazier gem. Copyright (C)
|
|
3
|
+
# This file is part of the lazier gem. Copyright (C) 2012 and above Shogun <shogun_panda@me.com>.
|
|
4
4
|
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
|
|
5
5
|
#
|
|
6
6
|
|
data/lib/lazier/hash.rb
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# encoding: utf-8
|
|
2
2
|
#
|
|
3
|
-
# This file is part of the lazier gem. Copyright (C)
|
|
3
|
+
# This file is part of the lazier gem. Copyright (C) 2012 and above Shogun <shogun_panda@me.com>.
|
|
4
4
|
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
|
|
5
5
|
#
|
|
6
6
|
|
data/lib/lazier/math.rb
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# encoding: utf-8
|
|
2
2
|
#
|
|
3
|
-
# This file is part of the lazier gem. Copyright (C)
|
|
3
|
+
# This file is part of the lazier gem. Copyright (C) 2012 and above Shogun <shogun_panda@me.com>.
|
|
4
4
|
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
|
|
5
5
|
#
|
|
6
6
|
|
data/lib/lazier/object.rb
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# encoding: utf-8
|
|
2
2
|
#
|
|
3
|
-
# This file is part of the lazier gem. Copyright (C)
|
|
3
|
+
# This file is part of the lazier gem. Copyright (C) 2012 and above Shogun <shogun_panda@me.com>.
|
|
4
4
|
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
|
|
5
5
|
#
|
|
6
6
|
|
data/lib/lazier/pathname.rb
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# encoding: utf-8
|
|
2
2
|
#
|
|
3
|
-
# This file is part of the lazier gem. Copyright (C)
|
|
3
|
+
# This file is part of the lazier gem. Copyright (C) 2012 and above Shogun <shogun_panda@me.com>.
|
|
4
4
|
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
|
|
5
5
|
#
|
|
6
6
|
|
data/lib/lazier/settings.rb
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# encoding: utf-8
|
|
2
2
|
#
|
|
3
|
-
# This file is part of the lazier gem. Copyright (C)
|
|
3
|
+
# This file is part of the lazier gem. Copyright (C) 2012 and above Shogun <shogun_panda@me.com>.
|
|
4
4
|
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
|
|
5
5
|
#
|
|
6
6
|
|
data/lib/lazier/string.rb
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# encoding: utf-8
|
|
2
2
|
#
|
|
3
|
-
# This file is part of the lazier gem. Copyright (C)
|
|
3
|
+
# This file is part of the lazier gem. Copyright (C) 2012 and above Shogun <shogun_panda@me.com>.
|
|
4
4
|
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
|
|
5
5
|
#
|
|
6
6
|
|
data/lib/lazier/version.rb
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# encoding: utf-8
|
|
2
2
|
#
|
|
3
|
-
# This file is part of the lazier gem. Copyright (C)
|
|
3
|
+
# This file is part of the lazier gem. Copyright (C) 2012 and above Shogun <shogun_panda@me.com>.
|
|
4
4
|
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
|
|
5
5
|
#
|
|
6
6
|
|
|
@@ -16,7 +16,7 @@ module Lazier
|
|
|
16
16
|
MINOR = 0
|
|
17
17
|
|
|
18
18
|
# The patch version.
|
|
19
|
-
PATCH =
|
|
19
|
+
PATCH = 1
|
|
20
20
|
|
|
21
21
|
# The current version of lazier.
|
|
22
22
|
STRING = [MAJOR, MINOR, PATCH].compact.join(".")
|
data/spec/coverage_helper.rb
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# encoding: utf-8
|
|
2
2
|
#
|
|
3
|
-
# This file is part of the lazier gem. Copyright (C)
|
|
3
|
+
# This file is part of the lazier gem. Copyright (C) 2012 and above Shogun <shogun_panda@me.com>.
|
|
4
4
|
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
|
|
5
5
|
#
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# encoding: utf-8
|
|
2
2
|
#
|
|
3
|
-
# This file is part of the lazier gem. Copyright (C)
|
|
3
|
+
# This file is part of the lazier gem. Copyright (C) 2012 and above Shogun <shogun_panda@me.com>.
|
|
4
4
|
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
|
|
5
5
|
#
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# encoding: utf-8
|
|
2
2
|
#
|
|
3
|
-
# This file is part of the lazier gem. Copyright (C)
|
|
3
|
+
# This file is part of the lazier gem. Copyright (C) 2012 and above Shogun <shogun_panda@me.com>.
|
|
4
4
|
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
|
|
5
5
|
#
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# encoding: utf-8
|
|
2
2
|
#
|
|
3
|
-
# This file is part of the lazier gem. Copyright (C)
|
|
3
|
+
# This file is part of the lazier gem. Copyright (C) 2012 and above Shogun <shogun_panda@me.com>.
|
|
4
4
|
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
|
|
5
5
|
#
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# encoding: utf-8
|
|
2
2
|
#
|
|
3
|
-
# This file is part of the lazier gem. Copyright (C)
|
|
3
|
+
# This file is part of the lazier gem. Copyright (C) 2012 and above Shogun <shogun_panda@me.com>.
|
|
4
4
|
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
|
|
5
5
|
#
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# encoding: utf-8
|
|
2
2
|
#
|
|
3
|
-
# This file is part of the lazier gem. Copyright (C)
|
|
3
|
+
# This file is part of the lazier gem. Copyright (C) 2012 and above Shogun <shogun_panda@me.com>.
|
|
4
4
|
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
|
|
5
5
|
#
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# encoding: utf-8
|
|
2
2
|
#
|
|
3
|
-
# This file is part of the lazier gem. Copyright (C)
|
|
3
|
+
# This file is part of the lazier gem. Copyright (C) 2012 and above Shogun <shogun_panda@me.com>.
|
|
4
4
|
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
|
|
5
5
|
#
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# encoding: utf-8
|
|
2
2
|
#
|
|
3
|
-
# This file is part of the lazier gem. Copyright (C)
|
|
3
|
+
# This file is part of the lazier gem. Copyright (C) 2012 and above Shogun <shogun_panda@me.com>.
|
|
4
4
|
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
|
|
5
5
|
#
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# encoding: utf-8
|
|
2
2
|
#
|
|
3
|
-
# This file is part of the lazier gem. Copyright (C)
|
|
3
|
+
# This file is part of the lazier gem. Copyright (C) 2012 and above Shogun <shogun_panda@me.com>.
|
|
4
4
|
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
|
|
5
5
|
#
|
|
6
6
|
|
data/spec/spec_helper.rb
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# encoding: utf-8
|
|
2
2
|
#
|
|
3
|
-
# This file is part of the lazier gem. Copyright (C)
|
|
3
|
+
# This file is part of the lazier gem. Copyright (C) 2012 and above Shogun <shogun_panda@me.com>.
|
|
4
4
|
# Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
|
|
5
5
|
#
|
|
6
6
|
|
metadata
CHANGED
|
@@ -1,189 +1,183 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lazier
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
prerelease:
|
|
6
|
-
segments:
|
|
7
|
-
- 1
|
|
8
|
-
- 0
|
|
9
|
-
- 0
|
|
10
|
-
version: 1.0.0
|
|
11
6
|
platform: ruby
|
|
12
|
-
authors:
|
|
7
|
+
authors:
|
|
13
8
|
- Shogun
|
|
14
9
|
autorequire:
|
|
15
10
|
bindir: bin
|
|
16
11
|
cert_chain: []
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
12
|
+
date: 2012-08-01 00:00:00.000000000 Z
|
|
13
|
+
dependencies:
|
|
14
|
+
- !ruby/object:Gem::Dependency
|
|
15
|
+
name: json
|
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
|
22
17
|
none: false
|
|
23
|
-
requirements:
|
|
18
|
+
requirements:
|
|
24
19
|
- - ~>
|
|
25
|
-
- !ruby/object:Gem::Version
|
|
26
|
-
hash: 11
|
|
27
|
-
segments:
|
|
28
|
-
- 1
|
|
29
|
-
- 7
|
|
30
|
-
- 0
|
|
20
|
+
- !ruby/object:Gem::Version
|
|
31
21
|
version: 1.7.0
|
|
32
|
-
prerelease: false
|
|
33
22
|
type: :runtime
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
- !ruby/object:Gem::Dependency
|
|
37
|
-
version_requirements: &id002 !ruby/object:Gem::Requirement
|
|
23
|
+
prerelease: false
|
|
24
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
38
25
|
none: false
|
|
39
|
-
requirements:
|
|
26
|
+
requirements:
|
|
40
27
|
- - ~>
|
|
41
|
-
- !ruby/object:Gem::Version
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
- 3
|
|
45
|
-
- 0
|
|
46
|
-
version: "3.0"
|
|
47
|
-
prerelease: false
|
|
48
|
-
type: :runtime
|
|
28
|
+
- !ruby/object:Gem::Version
|
|
29
|
+
version: 1.7.0
|
|
30
|
+
- !ruby/object:Gem::Dependency
|
|
49
31
|
name: actionpack
|
|
50
|
-
requirement:
|
|
51
|
-
- !ruby/object:Gem::Dependency
|
|
52
|
-
version_requirements: &id003 !ruby/object:Gem::Requirement
|
|
32
|
+
requirement: !ruby/object:Gem::Requirement
|
|
53
33
|
none: false
|
|
54
|
-
requirements:
|
|
34
|
+
requirements:
|
|
55
35
|
- - ~>
|
|
56
|
-
- !ruby/object:Gem::Version
|
|
57
|
-
|
|
58
|
-
segments:
|
|
59
|
-
- 0
|
|
60
|
-
- 3
|
|
61
|
-
- 0
|
|
62
|
-
version: 0.3.0
|
|
63
|
-
prerelease: false
|
|
36
|
+
- !ruby/object:Gem::Version
|
|
37
|
+
version: '3.0'
|
|
64
38
|
type: :runtime
|
|
39
|
+
prerelease: false
|
|
40
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
41
|
+
none: false
|
|
42
|
+
requirements:
|
|
43
|
+
- - ~>
|
|
44
|
+
- !ruby/object:Gem::Version
|
|
45
|
+
version: '3.0'
|
|
46
|
+
- !ruby/object:Gem::Dependency
|
|
65
47
|
name: tzinfo
|
|
66
|
-
requirement:
|
|
67
|
-
- !ruby/object:Gem::Dependency
|
|
68
|
-
version_requirements: &id004 !ruby/object:Gem::Requirement
|
|
48
|
+
requirement: !ruby/object:Gem::Requirement
|
|
69
49
|
none: false
|
|
70
|
-
requirements:
|
|
50
|
+
requirements:
|
|
71
51
|
- - ~>
|
|
72
|
-
- !ruby/object:Gem::Version
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
- 2
|
|
76
|
-
- 11
|
|
77
|
-
- 0
|
|
78
|
-
version: 2.11.0
|
|
52
|
+
- !ruby/object:Gem::Version
|
|
53
|
+
version: 0.3.0
|
|
54
|
+
type: :runtime
|
|
79
55
|
prerelease: false
|
|
80
|
-
|
|
56
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
57
|
+
none: false
|
|
58
|
+
requirements:
|
|
59
|
+
- - ~>
|
|
60
|
+
- !ruby/object:Gem::Version
|
|
61
|
+
version: 0.3.0
|
|
62
|
+
- !ruby/object:Gem::Dependency
|
|
81
63
|
name: rspec
|
|
82
|
-
requirement:
|
|
83
|
-
- !ruby/object:Gem::Dependency
|
|
84
|
-
version_requirements: &id005 !ruby/object:Gem::Requirement
|
|
64
|
+
requirement: !ruby/object:Gem::Requirement
|
|
85
65
|
none: false
|
|
86
|
-
requirements:
|
|
66
|
+
requirements:
|
|
87
67
|
- - ~>
|
|
88
|
-
- !ruby/object:Gem::Version
|
|
89
|
-
|
|
90
|
-
segments:
|
|
91
|
-
- 0
|
|
92
|
-
- 9
|
|
93
|
-
- 0
|
|
94
|
-
version: 0.9.0
|
|
95
|
-
prerelease: false
|
|
68
|
+
- !ruby/object:Gem::Version
|
|
69
|
+
version: 2.11.0
|
|
96
70
|
type: :development
|
|
71
|
+
prerelease: false
|
|
72
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
73
|
+
none: false
|
|
74
|
+
requirements:
|
|
75
|
+
- - ~>
|
|
76
|
+
- !ruby/object:Gem::Version
|
|
77
|
+
version: 2.11.0
|
|
78
|
+
- !ruby/object:Gem::Dependency
|
|
97
79
|
name: rake
|
|
98
|
-
requirement:
|
|
99
|
-
- !ruby/object:Gem::Dependency
|
|
100
|
-
version_requirements: &id006 !ruby/object:Gem::Requirement
|
|
80
|
+
requirement: !ruby/object:Gem::Requirement
|
|
101
81
|
none: false
|
|
102
|
-
requirements:
|
|
82
|
+
requirements:
|
|
103
83
|
- - ~>
|
|
104
|
-
- !ruby/object:Gem::Version
|
|
105
|
-
|
|
106
|
-
segments:
|
|
107
|
-
- 0
|
|
108
|
-
- 6
|
|
109
|
-
- 0
|
|
110
|
-
version: 0.6.0
|
|
111
|
-
prerelease: false
|
|
84
|
+
- !ruby/object:Gem::Version
|
|
85
|
+
version: 0.9.0
|
|
112
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: 0.9.0
|
|
94
|
+
- !ruby/object:Gem::Dependency
|
|
113
95
|
name: simplecov
|
|
114
|
-
requirement:
|
|
115
|
-
- !ruby/object:Gem::Dependency
|
|
116
|
-
version_requirements: &id007 !ruby/object:Gem::Requirement
|
|
96
|
+
requirement: !ruby/object:Gem::Requirement
|
|
117
97
|
none: false
|
|
118
|
-
requirements:
|
|
119
|
-
- -
|
|
120
|
-
- !ruby/object:Gem::Version
|
|
121
|
-
|
|
122
|
-
segments:
|
|
123
|
-
- 0
|
|
124
|
-
version: "0"
|
|
125
|
-
prerelease: false
|
|
98
|
+
requirements:
|
|
99
|
+
- - ~>
|
|
100
|
+
- !ruby/object:Gem::Version
|
|
101
|
+
version: 0.6.0
|
|
126
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: 0.6.0
|
|
110
|
+
- !ruby/object:Gem::Dependency
|
|
127
111
|
name: pry
|
|
128
|
-
requirement:
|
|
129
|
-
|
|
130
|
-
|
|
112
|
+
requirement: !ruby/object:Gem::Requirement
|
|
113
|
+
none: false
|
|
114
|
+
requirements:
|
|
115
|
+
- - ! '>='
|
|
116
|
+
- !ruby/object:Gem::Version
|
|
117
|
+
version: '0'
|
|
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'
|
|
126
|
+
- !ruby/object:Gem::Dependency
|
|
127
|
+
name: yard
|
|
128
|
+
requirement: !ruby/object:Gem::Requirement
|
|
131
129
|
none: false
|
|
132
|
-
requirements:
|
|
130
|
+
requirements:
|
|
133
131
|
- - ~>
|
|
134
|
-
- !ruby/object:Gem::Version
|
|
135
|
-
hash: 63
|
|
136
|
-
segments:
|
|
137
|
-
- 0
|
|
138
|
-
- 8
|
|
139
|
-
- 0
|
|
132
|
+
- !ruby/object:Gem::Version
|
|
140
133
|
version: 0.8.0
|
|
141
|
-
prerelease: false
|
|
142
134
|
type: :development
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
135
|
+
prerelease: false
|
|
136
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
137
|
+
none: false
|
|
138
|
+
requirements:
|
|
139
|
+
- - ~>
|
|
140
|
+
- !ruby/object:Gem::Version
|
|
141
|
+
version: 0.8.0
|
|
142
|
+
- !ruby/object:Gem::Dependency
|
|
143
|
+
name: redcarpet
|
|
144
|
+
requirement: !ruby/object:Gem::Requirement
|
|
147
145
|
none: false
|
|
148
|
-
requirements:
|
|
146
|
+
requirements:
|
|
149
147
|
- - ~>
|
|
150
|
-
- !ruby/object:Gem::Version
|
|
151
|
-
hash: 11
|
|
152
|
-
segments:
|
|
153
|
-
- 2
|
|
154
|
-
- 1
|
|
155
|
-
- 0
|
|
148
|
+
- !ruby/object:Gem::Version
|
|
156
149
|
version: 2.1.0
|
|
157
|
-
prerelease: false
|
|
158
150
|
type: :development
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
151
|
+
prerelease: false
|
|
152
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
153
|
+
none: false
|
|
154
|
+
requirements:
|
|
155
|
+
- - ~>
|
|
156
|
+
- !ruby/object:Gem::Version
|
|
157
|
+
version: 2.1.0
|
|
158
|
+
- !ruby/object:Gem::Dependency
|
|
159
|
+
name: github-markup
|
|
160
|
+
requirement: !ruby/object:Gem::Requirement
|
|
163
161
|
none: false
|
|
164
|
-
requirements:
|
|
162
|
+
requirements:
|
|
165
163
|
- - ~>
|
|
166
|
-
- !ruby/object:Gem::Version
|
|
167
|
-
hash: 3
|
|
168
|
-
segments:
|
|
169
|
-
- 0
|
|
170
|
-
- 7
|
|
171
|
-
- 0
|
|
164
|
+
- !ruby/object:Gem::Version
|
|
172
165
|
version: 0.7.0
|
|
173
|
-
prerelease: false
|
|
174
166
|
type: :development
|
|
175
|
-
|
|
176
|
-
|
|
167
|
+
prerelease: false
|
|
168
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
169
|
+
none: false
|
|
170
|
+
requirements:
|
|
171
|
+
- - ~>
|
|
172
|
+
- !ruby/object:Gem::Version
|
|
173
|
+
version: 0.7.0
|
|
177
174
|
description: Several Ruby object enhancements.
|
|
178
|
-
email:
|
|
175
|
+
email:
|
|
179
176
|
- shogun_panda@me.com
|
|
180
177
|
executables: []
|
|
181
|
-
|
|
182
178
|
extensions: []
|
|
183
|
-
|
|
184
179
|
extra_rdoc_files: []
|
|
185
|
-
|
|
186
|
-
files:
|
|
180
|
+
files:
|
|
187
181
|
- .gitignore
|
|
188
182
|
- .travis.yml
|
|
189
183
|
- .yardopts
|
|
@@ -246,38 +240,35 @@ files:
|
|
|
246
240
|
- spec/spec_helper.rb
|
|
247
241
|
homepage: http://github.com/ShogunPanda/lazier
|
|
248
242
|
licenses: []
|
|
249
|
-
|
|
250
243
|
post_install_message:
|
|
251
244
|
rdoc_options: []
|
|
252
|
-
|
|
253
|
-
require_paths:
|
|
245
|
+
require_paths:
|
|
254
246
|
- lib
|
|
255
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
247
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
256
248
|
none: false
|
|
257
|
-
requirements:
|
|
258
|
-
- -
|
|
259
|
-
- !ruby/object:Gem::Version
|
|
260
|
-
|
|
261
|
-
segments:
|
|
249
|
+
requirements:
|
|
250
|
+
- - ! '>='
|
|
251
|
+
- !ruby/object:Gem::Version
|
|
252
|
+
version: '0'
|
|
253
|
+
segments:
|
|
262
254
|
- 0
|
|
263
|
-
|
|
264
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
255
|
+
hash: -702967981256888408
|
|
256
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
265
257
|
none: false
|
|
266
|
-
requirements:
|
|
267
|
-
- -
|
|
268
|
-
- !ruby/object:Gem::Version
|
|
269
|
-
|
|
270
|
-
segments:
|
|
258
|
+
requirements:
|
|
259
|
+
- - ! '>='
|
|
260
|
+
- !ruby/object:Gem::Version
|
|
261
|
+
version: '0'
|
|
262
|
+
segments:
|
|
271
263
|
- 0
|
|
272
|
-
|
|
264
|
+
hash: -702967981256888408
|
|
273
265
|
requirements: []
|
|
274
|
-
|
|
275
266
|
rubyforge_project: lazier
|
|
276
267
|
rubygems_version: 1.8.24
|
|
277
268
|
signing_key:
|
|
278
269
|
specification_version: 3
|
|
279
270
|
summary: Several Ruby object enhancements.
|
|
280
|
-
test_files:
|
|
271
|
+
test_files:
|
|
281
272
|
- spec/coverage_helper.rb
|
|
282
273
|
- spec/cowtech-extensions/boolean_spec.rb
|
|
283
274
|
- spec/cowtech-extensions/datetime_spec.rb
|