workbook 0.4.10 → 0.4.11

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: ca5f6da9acf713dbf71a56c795e93c951d0838d3
4
- data.tar.gz: a2252dd8e37faaae531689cb2d7de383d3771994
3
+ metadata.gz: ff139530b00ab86d7a7cc2e63329253f15f90959
4
+ data.tar.gz: 4c82a23c6e61d24f16635033fa721f0b3d46539a
5
5
  SHA512:
6
- metadata.gz: be613dc8479a2a1d4106b214004cf1274fa9784b4a43cca0ee3fd0e942211a12662abc2b7acf56346ce517fefcabecd51a942db2d48159de2bb7b3e540d8589e
7
- data.tar.gz: d331c6f871214606845fdb3377db3b65265794154b5b9ad66f1a242ee74cc97f119aee2a8e6f558a1e34fb65697f291039486ff56bfef2038d2b2ca03e840a8c
6
+ metadata.gz: f06054fa85e28d7eea8f5d97e3a20aeff0294c9b25c310a42080ed021242881abecb3ca802143b12fa2cbac0be13bd8b497cd01e069e3d7a4b0eb9afd76b9d11
7
+ data.tar.gz: 9d3b19c3ebdee818778c33e88713c1a8c26323f537e66c89f881d187e392511e4a2e55cf8c9827df5e197aedb4eb361444889930dd0233e0f7b88b0bc2bd775a
data/.yardopts ADDED
@@ -0,0 +1 @@
1
+ --plugin yard-rails
@@ -1,5 +1,3 @@
1
- # require 'workbook/modules/cell'
2
-
3
1
  module Workbook
4
2
  module Types
5
3
  class Date < Date
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -1,4 +1,4 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
  module Workbook
3
- VERSION = '0.4.10'
3
+ VERSION = '0.4.11'
4
4
  end
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.10
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-07-09 00:00:00.000000000 Z
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/Date.rb
252
- - lib/workbook/types/False.rb
253
- - lib/workbook/types/FalseClass.rb
254
- - lib/workbook/types/Nil.rb
255
- - lib/workbook/types/NilClass.rb
256
- - lib/workbook/types/Numeric.rb
257
- - lib/workbook/types/String.rb
258
- - lib/workbook/types/Time.rb
259
- - lib/workbook/types/True.rb
260
- - lib/workbook/types/TrueClass.rb
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: