lazier 2.5.0 → 2.5.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -462,7 +462,7 @@
462
462
  </div>
463
463
 
464
464
  <div id="footer">
465
- Generated on Thu Jan 31 20:15:55 2013 by
465
+ Generated on Sat Feb 2 09:19:08 2013 by
466
466
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
467
467
  0.8.3 (ruby-1.9.3).
468
468
  </div>
@@ -1697,7 +1697,7 @@
1697
1697
  </div>
1698
1698
 
1699
1699
  <div id="footer">
1700
- Generated on Thu Jan 31 20:15:56 2013 by
1700
+ Generated on Sat Feb 2 09:19:08 2013 by
1701
1701
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1702
1702
  0.8.3 (ruby-1.9.3).
1703
1703
  </div>
@@ -1022,7 +1022,7 @@
1022
1022
  </div>
1023
1023
 
1024
1024
  <div id="footer">
1025
- Generated on Thu Jan 31 20:15:56 2013 by
1025
+ Generated on Sat Feb 2 09:19:08 2013 by
1026
1026
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1027
1027
  0.8.3 (ruby-1.9.3).
1028
1028
  </div>
@@ -180,7 +180,7 @@
180
180
  </div>
181
181
 
182
182
  <div id="footer">
183
- Generated on Thu Jan 31 20:15:55 2013 by
183
+ Generated on Sat Feb 2 09:19:08 2013 by
184
184
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
185
185
  0.8.3 (ruby-1.9.3).
186
186
  </div>
@@ -312,7 +312,7 @@
312
312
  </div>
313
313
 
314
314
  <div id="footer">
315
- Generated on Thu Jan 31 20:15:55 2013 by
315
+ Generated on Sat Feb 2 09:19:08 2013 by
316
316
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
317
317
  0.8.3 (ruby-1.9.3).
318
318
  </div>
@@ -102,7 +102,7 @@ See documentation for more informations.</p>
102
102
  </div></div>
103
103
 
104
104
  <div id="footer">
105
- Generated on Thu Jan 31 20:15:55 2013 by
105
+ Generated on Sat Feb 2 09:19:08 2013 by
106
106
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
107
107
  0.8.3 (ruby-1.9.3).
108
108
  </div>
@@ -102,7 +102,7 @@ See documentation for more informations.</p>
102
102
  </div></div>
103
103
 
104
104
  <div id="footer">
105
- Generated on Thu Jan 31 20:15:55 2013 by
105
+ Generated on Sat Feb 2 09:19:08 2013 by
106
106
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
107
107
  0.8.3 (ruby-1.9.3).
108
108
  </div>
@@ -103,7 +103,7 @@
103
103
  </div>
104
104
 
105
105
  <div id="footer">
106
- Generated on Thu Jan 31 20:15:55 2013 by
106
+ Generated on Sat Feb 2 09:19:08 2013 by
107
107
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
108
108
  0.8.3 (ruby-1.9.3).
109
109
  </div>
@@ -7,12 +7,16 @@
7
7
  module Lazier
8
8
  # Settings for the extensions.
9
9
  #
10
- # @attr [Hash] format_number Settings for numbers formatting.
11
- # @attr [Hash] boolean_names String representations of booleans.
12
- # @attr [Hash] date_names String representations of days and months.
13
- # @attr [Hash] date_formats Custom date and time formats.
14
- # @attr [R18n::Translation] i18n The translation object.
15
-
10
+ # @attribute [r] format_number
11
+ # @return [Hash] Settings for numbers formatting.
12
+ # @attribute [r] boolean_names
13
+ # @return [Hash] String representations of booleans.
14
+ # @attribute [r] date_names
15
+ # @return [Hash] String representations of days and months.
16
+ # @attribute [r] date_formats
17
+ # @return [Hash] Custom date and time formats.
18
+ # @attribute [r] i18n
19
+ # @return [R18n::Translation] The translation object.
16
20
  class Settings
17
21
  attr_reader :format_number
18
22
  attr_reader :boolean_names
@@ -16,7 +16,7 @@ module Lazier
16
16
  MINOR = 5
17
17
 
18
18
  # The patch version.
19
- PATCH = 0
19
+ PATCH = 1
20
20
 
21
21
  # The current version of lazier.
22
22
  STRING = [MAJOR, MINOR, PATCH].compact.join(".")
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: 2.5.0
4
+ version: 2.5.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: