rubyexcel 0.3.9 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubyexcel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.9
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joel Pearson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-02-05 00:00:00.000000000 Z
11
+ date: 2014-09-03 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A tabular data structure in Ruby, with header-based helper methods for
14
14
  analysis and editing, and some of Excel's API style. Can output as 2D Array, HTML
@@ -18,6 +18,9 @@ executables: []
18
18
  extensions: []
19
19
  extra_rdoc_files: []
20
20
  files:
21
+ - LICENSE.md
22
+ - README.md
23
+ - lib/rubyexcel.rb
21
24
  - lib/rubyexcel/address.rb
22
25
  - lib/rubyexcel/data.rb
23
26
  - lib/rubyexcel/element.rb
@@ -25,9 +28,6 @@ files:
25
28
  - lib/rubyexcel/rubyexcel_components.rb
26
29
  - lib/rubyexcel/section.rb
27
30
  - lib/rubyexcel/sheet.rb
28
- - lib/rubyexcel.rb
29
- - LICENSE.md
30
- - README.md
31
31
  homepage: https://github.com/VirtuosoJoel
32
32
  licenses:
33
33
  - MIT
@@ -48,9 +48,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
48
48
  version: '0'
49
49
  requirements: []
50
50
  rubyforge_project:
51
- rubygems_version: 2.1.5
51
+ rubygems_version: 2.4.1
52
52
  signing_key:
53
53
  specification_version: 4
54
54
  summary: Spreadsheets in Ruby
55
55
  test_files: []
56
- has_rdoc: