workbook 0.4.10 → 0.4.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.yardopts +1 -0
- data/lib/workbook/types/{Date.rb → date.rb} +0 -2
- data/lib/workbook/types/{False.rb → false.rb} +0 -0
- data/lib/workbook/types/{FalseClass.rb → false_class.rb} +0 -0
- data/lib/workbook/types/{Nil.rb → nil.rb} +0 -0
- data/lib/workbook/types/{NilClass.rb → nil_class.rb} +0 -0
- data/lib/workbook/types/{Numeric.rb → numeric.rb} +0 -0
- data/lib/workbook/types/{String.rb → string.rb} +0 -0
- data/lib/workbook/types/{Time.rb → time.rb} +0 -0
- data/lib/workbook/types/{True.rb → true.rb} +0 -0
- data/lib/workbook/types/{TrueClass.rb → true_class.rb} +0 -0
- data/lib/workbook/version.rb +1 -1
- metadata +14 -12
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ff139530b00ab86d7a7cc2e63329253f15f90959
|
4
|
+
data.tar.gz: 4c82a23c6e61d24f16635033fa721f0b3d46539a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f06054fa85e28d7eea8f5d97e3a20aeff0294c9b25c310a42080ed021242881abecb3ca802143b12fa2cbac0be13bd8b497cd01e069e3d7a4b0eb9afd76b9d11
|
7
|
+
data.tar.gz: 9d3b19c3ebdee818778c33e88713c1a8c26323f537e66c89f881d187e392511e4a2e55cf8c9827df5e197aedb4eb361444889930dd0233e0f7b88b0bc2bd775a
|
data/.yardopts
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
--plugin yard-rails
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/lib/workbook/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: workbook
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.11
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Maarten Brouwers
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-08-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ruby-prof
|
@@ -180,6 +180,7 @@ files:
|
|
180
180
|
- ".yardoc/object_types"
|
181
181
|
- ".yardoc/objects/root.dat"
|
182
182
|
- ".yardoc/proxy_types"
|
183
|
+
- ".yardopts"
|
183
184
|
- Gemfile
|
184
185
|
- LICENSE.txt
|
185
186
|
- README.md
|
@@ -248,16 +249,16 @@ files:
|
|
248
249
|
- lib/workbook/sheet.rb
|
249
250
|
- lib/workbook/table.rb
|
250
251
|
- lib/workbook/template.rb
|
251
|
-
- lib/workbook/types/
|
252
|
-
- lib/workbook/types/
|
253
|
-
- lib/workbook/types/
|
254
|
-
- lib/workbook/types/
|
255
|
-
- lib/workbook/types/
|
256
|
-
- lib/workbook/types/
|
257
|
-
- lib/workbook/types/
|
258
|
-
- lib/workbook/types/
|
259
|
-
- lib/workbook/types/
|
260
|
-
- lib/workbook/types/
|
252
|
+
- lib/workbook/types/date.rb
|
253
|
+
- lib/workbook/types/false.rb
|
254
|
+
- lib/workbook/types/false_class.rb
|
255
|
+
- lib/workbook/types/nil.rb
|
256
|
+
- lib/workbook/types/nil_class.rb
|
257
|
+
- lib/workbook/types/numeric.rb
|
258
|
+
- lib/workbook/types/string.rb
|
259
|
+
- lib/workbook/types/time.rb
|
260
|
+
- lib/workbook/types/true.rb
|
261
|
+
- lib/workbook/types/true_class.rb
|
261
262
|
- lib/workbook/version.rb
|
262
263
|
- lib/workbook/writers/csv_table_writer.rb
|
263
264
|
- lib/workbook/writers/html_writer.rb
|
@@ -392,3 +393,4 @@ test_files:
|
|
392
393
|
- test/test_writers_json_writer.rb
|
393
394
|
- test/test_writers_xls_writer.rb
|
394
395
|
- test/test_writers_xlsx_writer.rb
|
396
|
+
has_rdoc:
|