lazier 4.2.2 → 4.2.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1f65c5409fa2f96712509a043fdc0b31b1964201
4
- data.tar.gz: 286e4328ba2c0762d073050bf6703e9d31cc835a
3
+ metadata.gz: 88b0d00b74958f4033b918bee769cf3d4a8e314e
4
+ data.tar.gz: e7cc6259d9a3e1f8be4eac673ff0e31a88181dd2
5
5
  SHA512:
6
- metadata.gz: 72d76c42a070c9b7ae8ce33856ac99d17d37658a9b1d2f7e393337ed9a807e9635bfce0c59f5f8a15a016cb8f1d07e2f384bcf00b8a09db5a5cd73cdd9146bc4
7
- data.tar.gz: eeddf143eeb03af3966549020d0d0da4d946f9d2f9fe0877054cb919ac48c89257fa3fbb387c98e5d83082a02b5d3f766e568decae4937e26d13a5edb3db42c9
6
+ metadata.gz: dfd598d9e6e4d2895bec1fe77426c143ea78231b5ca52c841ed80eec79858238fc8da6cba960d91d34686f0143a27fe62bf315cc3eacbfb02622e27513acd253
7
+ data.tar.gz: 2c64930bdf85770c940b7b98123bcf1832d3751d5d6daa7b684cb9416c513f5f4271a321aff541d2d20e973a6166781b90225fb0565c538a6c8cfb7f81e51cb5
@@ -1,6 +1,6 @@
1
1
  #
2
2
  # This file is part of the lazier gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
3
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
3
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
4
4
  #
5
5
 
6
6
  AllCops:
@@ -1,6 +1,6 @@
1
1
  #
2
2
  # This file is part of the lazier gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
3
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
3
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
4
4
  #
5
5
 
6
6
  source "http://rubygems.org"
@@ -1,6 +1,6 @@
1
1
  #
2
2
  # This file is part of the lazier gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
3
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
3
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
4
4
  #
5
5
 
6
6
  language: ruby
@@ -1,3 +1,56 @@
1
+ ### 2018-04-22 / 4.2.3
2
+
3
+ * Version 3.5.6.
4
+ * Updated CHANGELOG.md.
5
+ * Updated license links and badges.
6
+ * Updated CHANGELOG.
7
+
8
+ ### 2018-04-22 / 3.5.6
9
+
10
+ * Updated license links and badges.
11
+ * Updated CHANGELOG.
12
+ * Version 4.2.2
13
+ * Version 4.2.2.
14
+ * Updated dependencies.
15
+ * Updated docs location.
16
+ * Updated docs.
17
+ * Added missing copyright notes.
18
+ * Updated Travis Gemfile.
19
+ * Typo fix.
20
+ * Version 4.2.1
21
+ * Version 4.2.0
22
+ * Updated dependencies and linted code.
23
+ * Version 4.2.0
24
+ * Improved documentation.
25
+ * Added Lazier::String#ensure_url_with_scheme
26
+ * Version 4.1.0
27
+ * Prepare for version 4.1.0.
28
+ * Version 4.0.6
29
+ * Prepare for version 4.0.6.
30
+ * Fixed URL.
31
+ * Version 4.0.5
32
+ * Save alias upon timezone finding.
33
+ * Version 4.0.4
34
+ * Version 4.0.3
35
+ * System locale detection fix.
36
+ * Version 4.0.2
37
+ * Don't force locales validation.
38
+ * Version 4.0.1
39
+ * Typo fix.
40
+ * Fixed specs.
41
+ * Fixed spec.
42
+ * Fixed spec.
43
+ * Update dependency.
44
+ * Dependencies fix.
45
+ * Version 4.0.0
46
+ * Fixed Travis build.
47
+ * Added missing file.
48
+ * Prepare for release 4.0.0.
49
+
50
+ ### 4.2.2 / 2016-11-10
51
+
52
+ * Updated dependencies.
53
+
1
54
  ### 4.2.1 / 2016-03-29
2
55
 
3
56
  * Updated dependencies and linted code.
@@ -149,4 +202,4 @@
149
202
  ### 3.3.10 / 2013-12-02
150
203
 
151
204
  * Fixed boolean conversion.
152
- * Do not load hash method access by default.
205
+ * Do not load hash method access by default.
data/Gemfile CHANGED
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the lazier gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  source "http://rubygems.org"
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (C) 2018 and above Shogun <shogun@cowtech.it>
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
data/README.md CHANGED
@@ -1,10 +1,9 @@
1
1
  # lazier
2
2
 
3
- [![Gem Version](https://badge.fury.io/rb/lazier.png)](http://badge.fury.io/rb/lazier)
4
- [![Dependency Status](https://gemnasium.com/ShogunPanda/lazier.png?travis)](https://gemnasium.com/ShogunPanda/lazier)
5
- [![Build Status](https://secure.travis-ci.org/ShogunPanda/lazier.png?branch=master)](http://travis-ci.org/ShogunPanda/lazier)
6
- [![Code Climate](https://codeclimate.com/github/ShogunPanda/lazier.png)](https://codeclimate.com/github/ShogunPanda/lazier)
7
- [![Coverage Status](https://coveralls.io/repos/github/ShogunPanda/lazier/badge.svg?branch=master)](https://coveralls.io/github/ShogunPanda/lazier?branch=master)
3
+ [![Gem Version](https://img.shields.io/gem/v/lazier.svg)](https://rubygems.org/gems/lazier)
4
+ [![Dependency Status](https://img.shields.io/gemnasium/ShogunPanda/lazier.svg)](https://gemnasium.com/ShogunPanda/lazier)
5
+ [![Build Status](https://img.shields.io/travis/ShogunPanda/lazier.svg)](http://travis-ci.org/ShogunPanda/lazier)
6
+ [![Coverage Status](https://img.shields.io/coveralls/github/ShogunPanda/lazier.svg)](https://coveralls.io/github/ShogunPanda/lazier)
8
7
 
9
8
  Several Ruby object enhancements.
10
9
 
@@ -42,4 +41,4 @@ The API documentation can be found [here](https://sw.cowtech.it/lazier/docs).
42
41
 
43
42
  Copyright (C) 2013 and above Shogun (shogun@cowtech.it).
44
43
 
45
- Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
44
+ Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
data/Rakefile CHANGED
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the lazier gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  require "bundler/gem_tasks"
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the lazier gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  require File.expand_path("../lib/lazier/version", __FILE__)
@@ -1,6 +1,6 @@
1
1
  #
2
2
  # This file is part of the lazier gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
3
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
3
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
4
4
  #
5
5
 
6
6
  # PI: Ignore flog on this file.
@@ -1,6 +1,6 @@
1
1
  #
2
2
  # This file is part of the lazier gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
3
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
3
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
4
4
  #
5
5
 
6
6
  module Lazier
@@ -1,6 +1,6 @@
1
1
  #
2
2
  # This file is part of the lazier gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
3
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
3
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
4
4
  #
5
5
 
6
6
  module Lazier
@@ -1,6 +1,6 @@
1
1
  #
2
2
  # This file is part of the lazier gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
3
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
3
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
4
4
  #
5
5
 
6
6
  module Lazier
@@ -1,6 +1,6 @@
1
1
  #
2
2
  # This file is part of the lazier gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
3
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
3
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
4
4
  #
5
5
 
6
6
  module Lazier
@@ -1,6 +1,6 @@
1
1
  #
2
2
  # This file is part of the lazier gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
3
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
3
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
4
4
  #
5
5
 
6
6
  module Lazier
@@ -1,6 +1,6 @@
1
1
  #
2
2
  # This file is part of the lazier gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
3
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
3
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
4
4
  #
5
5
 
6
6
  module Lazier
@@ -1,6 +1,6 @@
1
1
  #
2
2
  # This file is part of the lazier gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
3
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
3
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
4
4
  #
5
5
 
6
6
  module Lazier
@@ -1,6 +1,6 @@
1
1
  #
2
2
  # This file is part of the lazier gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
3
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
3
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
4
4
  #
5
5
 
6
6
  module Lazier
@@ -1,6 +1,6 @@
1
1
  #
2
2
  # This file is part of the lazier gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
3
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
3
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
4
4
  #
5
5
 
6
6
  module Lazier
@@ -1,6 +1,6 @@
1
1
  #
2
2
  # This file is part of the lazier gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
3
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
3
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
4
4
  #
5
5
 
6
6
  module Lazier
@@ -1,6 +1,6 @@
1
1
  #
2
2
  # This file is part of the lazier gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
3
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
3
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
4
4
  #
5
5
 
6
6
  module Lazier
@@ -1,6 +1,6 @@
1
1
  #
2
2
  # This file is part of the lazier gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
3
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
3
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
4
4
  #
5
5
 
6
6
  module Lazier
@@ -1,6 +1,6 @@
1
1
  #
2
2
  # This file is part of the lazier gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
3
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
3
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
4
4
  #
5
5
 
6
6
  module Lazier
@@ -15,7 +15,7 @@ module Lazier
15
15
  MINOR = 2
16
16
 
17
17
  # The patch version.
18
- PATCH = 2
18
+ PATCH = 3
19
19
 
20
20
  # The current version of lazier.
21
21
  STRING = [MAJOR, MINOR, PATCH].compact.join(".")
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the lazier gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  ---
@@ -1,7 +1,7 @@
1
1
  # encoding: utf-8
2
2
  #
3
3
  # This file is part of the lazier gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
4
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
4
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
5
5
  #
6
6
 
7
7
  ---
@@ -1,6 +1,6 @@
1
1
  #
2
2
  # This file is part of the lazier gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
3
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
3
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
4
4
  #
5
5
 
6
6
  require "spec_helper"
@@ -1,6 +1,6 @@
1
1
  #
2
2
  # This file is part of the lazier gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
3
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
3
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
4
4
  #
5
5
 
6
6
  require "spec_helper"
@@ -1,6 +1,6 @@
1
1
  #
2
2
  # This file is part of the lazier gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
3
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
3
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
4
4
  #
5
5
 
6
6
  require "spec_helper"
@@ -1,6 +1,6 @@
1
1
  #
2
2
  # This file is part of the lazier gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
3
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
3
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
4
4
  #
5
5
 
6
6
  require "spec_helper"
@@ -1,6 +1,6 @@
1
1
  #
2
2
  # This file is part of the lazier gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
3
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
3
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
4
4
  #
5
5
 
6
6
  require "spec_helper"
@@ -1,6 +1,6 @@
1
1
  #
2
2
  # This file is part of the lazier gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
3
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
3
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
4
4
  #
5
5
 
6
6
  require "spec_helper"
@@ -1,6 +1,6 @@
1
1
  #
2
2
  # This file is part of the lazier gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
3
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
3
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
4
4
  #
5
5
 
6
6
  require "spec_helper"
@@ -1,6 +1,6 @@
1
1
  #
2
2
  # This file is part of the lazier gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
3
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
3
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
4
4
  #
5
5
 
6
6
  require "spec_helper"
@@ -1,6 +1,6 @@
1
1
  #
2
2
  # This file is part of the lazier gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
3
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
3
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
4
4
  #
5
5
 
6
6
  require "spec_helper"
@@ -1,6 +1,6 @@
1
1
  #
2
2
  # This file is part of the lazier gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
3
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
3
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
4
4
  #
5
5
 
6
6
  require "spec_helper"
@@ -1,6 +1,6 @@
1
1
  #
2
2
  # This file is part of the lazier gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
3
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
3
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
4
4
  #
5
5
 
6
6
  require "spec_helper"
@@ -1,6 +1,6 @@
1
1
  #
2
2
  # This file is part of the lazier gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
3
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
3
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
4
4
  #
5
5
 
6
6
  require "spec_helper"
@@ -1,6 +1,6 @@
1
1
  #
2
2
  # This file is part of the lazier gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
3
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
3
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
4
4
  #
5
5
 
6
6
  require "spec_helper"
@@ -1,6 +1,6 @@
1
1
  #
2
2
  # This file is part of the lazier gem. Copyright (C) 2013 and above Shogun <shogun@cowtech.it>.
3
- # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php.
3
+ # Licensed under the MIT license, which can be found at https://choosealicense.com/licenses/mit.
4
4
  #
5
5
 
6
6
  require "bundler/setup"
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: 4.2.2
4
+ version: 4.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shogun
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-10 00:00:00.000000000 Z
11
+ date: 2018-04-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -67,6 +67,7 @@ files:
67
67
  - ".yardopts"
68
68
  - CHANGELOG.md
69
69
  - Gemfile
70
+ - LICENSE.md
70
71
  - README.md
71
72
  - Rakefile
72
73
  - docs/Lazier.html
@@ -154,7 +155,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
154
155
  version: '0'
155
156
  requirements: []
156
157
  rubyforge_project: lazier
157
- rubygems_version: 2.5.1
158
+ rubygems_version: 2.6.8
158
159
  signing_key:
159
160
  specification_version: 4
160
161
  summary: Several Ruby object enhancements.
@@ -173,3 +174,4 @@ test_files:
173
174
  - spec/lazier/timezone_spec.rb
174
175
  - spec/lazier_spec.rb
175
176
  - spec/spec_helper.rb
177
+ has_rdoc: