blackbox 1.1.0 → 1.1.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/doc/BB/String.html CHANGED
@@ -231,7 +231,7 @@
231
231
  </div>
232
232
 
233
233
  <div id="footer">
234
- Generated on Sun Nov 22 18:25:23 2015 by
234
+ Generated on Sun Nov 22 18:31:14 2015 by
235
235
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
236
236
  0.8.5.2 (ruby-2.2.2).
237
237
  </div>
data/doc/BB.html CHANGED
@@ -104,7 +104,7 @@
104
104
  <dt id="VERSION-constant" class="">VERSION =
105
105
 
106
106
  </dt>
107
- <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>1.1.0</span><span class='tstring_end'>&quot;</span></span></pre></dd>
107
+ <dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>1.1.1</span><span class='tstring_end'>&quot;</span></span></pre></dd>
108
108
 
109
109
  </dl>
110
110
 
@@ -120,7 +120,7 @@
120
120
  </div>
121
121
 
122
122
  <div id="footer">
123
- Generated on Sun Nov 22 18:25:23 2015 by
123
+ Generated on Sun Nov 22 18:31:14 2015 by
124
124
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
125
125
  0.8.5.2 (ruby-2.2.2).
126
126
  </div>
data/doc/_index.html CHANGED
@@ -161,7 +161,7 @@
161
161
  </div>
162
162
 
163
163
  <div id="footer">
164
- Generated on Sun Nov 22 18:25:23 2015 by
164
+ Generated on Sun Nov 22 18:31:14 2015 by
165
165
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
166
166
  0.8.5.2 (ruby-2.2.2).
167
167
  </div>
data/doc/file.README.html CHANGED
@@ -95,7 +95,7 @@ BB::String.strip_ansi( ... )
95
95
  </div></div>
96
96
 
97
97
  <div id="footer">
98
- Generated on Sun Nov 22 18:25:23 2015 by
98
+ Generated on Sun Nov 22 18:31:14 2015 by
99
99
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
100
100
  0.8.5.2 (ruby-2.2.2).
101
101
  </div>
data/doc/index.html CHANGED
@@ -95,7 +95,7 @@ BB::String.strip_ansi( ... )
95
95
  </div></div>
96
96
 
97
97
  <div id="footer">
98
- Generated on Sun Nov 22 18:25:23 2015 by
98
+ Generated on Sun Nov 22 18:31:14 2015 by
99
99
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
100
100
  0.8.5.2 (ruby-2.2.2).
101
101
  </div>
@@ -103,7 +103,7 @@
103
103
  </div>
104
104
 
105
105
  <div id="footer">
106
- Generated on Sun Nov 22 18:25:23 2015 by
106
+ Generated on Sun Nov 22 18:31:14 2015 by
107
107
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
108
108
  0.8.5.2 (ruby-2.2.2).
109
109
  </div>
@@ -74,8 +74,7 @@ module BB
74
74
  ).sub(/(#{escaped_separator})(\d*[1-9])?0+\z/, '\1\2').sub(/#{escaped_separator}\z/, '')
75
75
  storage_units_format.gsub(/%n/, formatted_number).gsub(/%u/, unit)
76
76
  rescue => e
77
- e
78
- #number
77
+ number
79
78
  end
80
79
  end
81
80
  end
@@ -1,3 +1,3 @@
1
1
  module BB
2
- VERSION = "1.1.0"
2
+ VERSION = "1.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blackbox
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Moe
@@ -199,6 +199,7 @@ files:
199
199
  - doc/BB.html
200
200
  - doc/BB/Crypto.html
201
201
  - doc/BB/Hash.html
202
+ - doc/BB/Number.html
202
203
  - doc/BB/String.html
203
204
  - doc/_index.html
204
205
  - doc/class_list.html