lazier 3.5.3 → 3.5.4

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7779705919def4862c0a567879aa043fe53ab1ec
4
- data.tar.gz: 5405184c6d034fcb6b04344a36f881d7dfe64804
3
+ metadata.gz: 5a630626b78ea06031e1d7b7bec441e5684ee528
4
+ data.tar.gz: 5c4c21394b4feb0fce73dd8ec482f773f5a54a26
5
5
  SHA512:
6
- metadata.gz: 2775839fd317547ab0c54479084dba15cb6f3186f2e40b5cebe783d609397b0024dbb36fecbc0acf1617453e94de3bf95c790a721bfff06466e6e2a226440d52
7
- data.tar.gz: 77f81a235944326a32af060d6c789bf32d5ee23ad6badc2667065b9540c3d86dae9e195861e663605b10d02977b9c08a84c58001dc5823513224b7fd14316eaa
6
+ metadata.gz: 881b45b9c0a80bd56991acb887adde931c0b0e96e658183e578ab1b162ff2bd783eee7b2f9b27cb012add81e5533604ccd6952ab7c2e3226eec3b45a6ee11613
7
+ data.tar.gz: 9eb95281443ad5d1025e31fbd50131a555e325c522b3eeac192a516792c5b2c4c823b9c93d4995f299f157d6ec78bc36f1b5f3f335145ef7b3d439a502cb21fe
data/.travis.yml CHANGED
@@ -1,10 +1,8 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 1.9.3
4
- - 2.0.0
5
- - 2.1.0
6
- - jruby-19mode
7
- - rbx
3
+ - 2.1.2
4
+ - jruby-head
5
+ - rbx-2.2.6
8
6
  script: bundle exec rake spec:coverage
9
7
  gemfile: .travis-gemfile
10
8
  notifications:
data/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ### 3.5.4 / 2014-04-11
2
+
3
+ * Dropped support for Ruby < 2.1, even though the code is compatible yet.
4
+
5
+ ### 3.5.3 / 2014-04-10
6
+
7
+ * Code style fixes.
8
+
1
9
  ### 3.5.2 / 2014-04-27
2
10
 
3
11
  * Added `Lazier::Object#is_numeric?`.
data/doc/Lazier.html CHANGED
@@ -1154,7 +1154,7 @@ Otherwise the class of the object will returned.</p>
1154
1154
  </div>
1155
1155
 
1156
1156
  <div id="footer">
1157
- Generated on Sat May 10 10:54:35 2014 by
1157
+ Generated on Sun May 11 14:22:29 2014 by
1158
1158
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1159
1159
  0.8.7.4 (ruby-2.1.0).
1160
1160
  </div>
@@ -288,7 +288,7 @@
288
288
  </div>
289
289
 
290
290
  <div id="footer">
291
- Generated on Sat May 10 10:54:36 2014 by
291
+ Generated on Sun May 11 14:22:29 2014 by
292
292
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
293
293
  0.8.7.4 (ruby-2.1.0).
294
294
  </div>
@@ -386,7 +386,7 @@ Options are as follows:</p>
386
386
  </div>
387
387
 
388
388
  <div id="footer">
389
- Generated on Sat May 10 10:54:37 2014 by
389
+ Generated on Sun May 11 14:22:30 2014 by
390
390
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
391
391
  0.8.7.4 (ruby-2.1.0).
392
392
  </div>
@@ -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 Sat May 10 10:54:36 2014 by
724
+ Generated on Sun May 11 14:22:29 2014 by
725
725
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
726
726
  0.8.7.4 (ruby-2.1.0).
727
727
  </div>
@@ -1554,7 +1554,7 @@ Date.years(1, true, 2010, true)
1554
1554
  </div>
1555
1555
 
1556
1556
  <div id="footer">
1557
- Generated on Sat May 10 10:54:36 2014 by
1557
+ Generated on Sun May 11 14:22:30 2014 by
1558
1558
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1559
1559
  0.8.7.4 (ruby-2.1.0).
1560
1560
  </div>
@@ -116,7 +116,7 @@
116
116
  </div>
117
117
 
118
118
  <div id="footer">
119
- Generated on Sat May 10 10:54:36 2014 by
119
+ Generated on Sun May 11 14:22:30 2014 by
120
120
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
121
121
  0.8.7.4 (ruby-2.1.0).
122
122
  </div>
@@ -124,7 +124,7 @@
124
124
  </div>
125
125
 
126
126
  <div id="footer">
127
- Generated on Sat May 10 10:54:37 2014 by
127
+ Generated on Sun May 11 14:22:30 2014 by
128
128
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
129
129
  0.8.7.4 (ruby-2.1.0).
130
130
  </div>
@@ -238,7 +238,7 @@
238
238
  </div>
239
239
 
240
240
  <div id="footer">
241
- Generated on Sat May 10 10:54:37 2014 by
241
+ Generated on Sun May 11 14:22:30 2014 by
242
242
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
243
243
  0.8.7.4 (ruby-2.1.0).
244
244
  </div>
data/doc/Lazier/Hash.html CHANGED
@@ -688,7 +688,7 @@
688
688
  </div>
689
689
 
690
690
  <div id="footer">
691
- Generated on Sat May 10 10:54:35 2014 by
691
+ Generated on Sun May 11 14:22:29 2014 by
692
692
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
693
693
  0.8.7.4 (ruby-2.1.0).
694
694
  </div>
data/doc/Lazier/I18n.html CHANGED
@@ -1076,7 +1076,7 @@
1076
1076
  </div>
1077
1077
 
1078
1078
  <div id="footer">
1079
- Generated on Sat May 10 10:54:36 2014 by
1079
+ Generated on Sun May 11 14:22:29 2014 by
1080
1080
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1081
1081
  0.8.7.4 (ruby-2.1.0).
1082
1082
  </div>
@@ -536,7 +536,7 @@
536
536
  </div>
537
537
 
538
538
  <div id="footer">
539
- Generated on Sat May 10 10:54:37 2014 by
539
+ Generated on Sun May 11 14:22:30 2014 by
540
540
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
541
541
  0.8.7.4 (ruby-2.1.0).
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 Sat May 10 10:54:36 2014 by
124
+ Generated on Sun May 11 14:22:29 2014 by
125
125
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
126
126
  0.8.7.4 (ruby-2.1.0).
127
127
  </div>
@@ -321,7 +321,7 @@
321
321
  </div>
322
322
 
323
323
  <div id="footer">
324
- Generated on Sat May 10 10:54:36 2014 by
324
+ Generated on Sun May 11 14:22:29 2014 by
325
325
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
326
326
  0.8.7.4 (ruby-2.1.0).
327
327
  </div>
@@ -2317,7 +2317,7 @@ Passing <code>nil</code> is equal to pass an empty Hash.</p>
2317
2317
  </div>
2318
2318
 
2319
2319
  <div id="footer">
2320
- Generated on Sat May 10 10:54:36 2014 by
2320
+ Generated on Sun May 11 14:22:29 2014 by
2321
2321
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2322
2322
  0.8.7.4 (ruby-2.1.0).
2323
2323
  </div>
@@ -213,7 +213,7 @@ Pathname.new("/usr/bin/ruby").components
213
213
  </div>
214
214
 
215
215
  <div id="footer">
216
- Generated on Sat May 10 10:54:36 2014 by
216
+ Generated on Sun May 11 14:22:30 2014 by
217
217
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
218
218
  0.8.7.4 (ruby-2.1.0).
219
219
  </div>
@@ -2429,7 +2429,7 @@
2429
2429
  </div>
2430
2430
 
2431
2431
  <div id="footer">
2432
- Generated on Sat May 10 10:54:36 2014 by
2432
+ Generated on Sun May 11 14:22:30 2014 by
2433
2433
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2434
2434
  0.8.7.4 (ruby-2.1.0).
2435
2435
  </div>
@@ -723,7 +723,7 @@
723
723
  </div>
724
724
 
725
725
  <div id="footer">
726
- Generated on Sat May 10 10:54:36 2014 by
726
+ Generated on Sun May 11 14:22:29 2014 by
727
727
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
728
728
  0.8.7.4 (ruby-2.1.0).
729
729
  </div>
@@ -1663,7 +1663,7 @@
1663
1663
  </div>
1664
1664
 
1665
1665
  <div id="footer">
1666
- Generated on Sat May 10 10:54:36 2014 by
1666
+ Generated on Sun May 11 14:22:29 2014 by
1667
1667
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1668
1668
  0.8.7.4 (ruby-2.1.0).
1669
1669
  </div>
@@ -1013,7 +1013,7 @@ DateTime.parameterize_zone(ActiveSupport::TimeZone["Pacific Time (US &amp; Canad
1013
1013
  </div>
1014
1014
 
1015
1015
  <div id="footer">
1016
- Generated on Sat May 10 10:54:36 2014 by
1016
+ Generated on Sun May 11 14:22:29 2014 by
1017
1017
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1018
1018
  0.8.7.4 (ruby-2.1.0).
1019
1019
  </div>
@@ -149,7 +149,7 @@
149
149
 
150
150
  </div>
151
151
  </dt>
152
- <dd><pre class="code"><span class='int'>3</span></pre></dd>
152
+ <dd><pre class="code"><span class='int'>4</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 Sat May 10 10:54:36 2014 by
183
+ Generated on Sun May 11 14:22:29 2014 by
184
184
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
185
185
  0.8.7.4 (ruby-2.1.0).
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 Sat May 10 10:54:35 2014 by
336
+ Generated on Sun May 11 14:22:29 2014 by
337
337
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
338
338
  0.8.7.4 (ruby-2.1.0).
339
339
  </div>
data/doc/file.README.html CHANGED
@@ -106,7 +106,7 @@ See documentation for more informations.</p>
106
106
  </div></div>
107
107
 
108
108
  <div id="footer">
109
- Generated on Sat May 10 10:54:35 2014 by
109
+ Generated on Sun May 11 14:22:29 2014 by
110
110
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
111
111
  0.8.7.4 (ruby-2.1.0).
112
112
  </div>
data/doc/index.html CHANGED
@@ -106,7 +106,7 @@ See documentation for more informations.</p>
106
106
  </div></div>
107
107
 
108
108
  <div id="footer">
109
- Generated on Sat May 10 10:54:35 2014 by
109
+ Generated on Sun May 11 14:22:29 2014 by
110
110
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
111
111
  0.8.7.4 (ruby-2.1.0).
112
112
  </div>
@@ -103,7 +103,7 @@
103
103
  </div>
104
104
 
105
105
  <div id="footer">
106
- Generated on Sat May 10 10:54:35 2014 by
106
+ Generated on Sun May 11 14:22:29 2014 by
107
107
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
108
108
  0.8.7.4 (ruby-2.1.0).
109
109
  </div>
@@ -16,7 +16,7 @@ module Lazier
16
16
  MINOR = 5
17
17
 
18
18
  # The patch version.
19
- PATCH = 3
19
+ PATCH = 4
20
20
 
21
21
  # The current version of lazier.
22
22
  STRING = [MAJOR, MINOR, PATCH].compact.join(".")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lazier
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.5.3
4
+ version: 3.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shogun
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-10 00:00:00.000000000 Z
11
+ date: 2014-05-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json