rubyexcel 0.2.3 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8f2531c23200d22c4d34eb39a4f17b1199093dd4
4
- data.tar.gz: b3a671f7a6180ab547a655a850b47d26259b45ea
3
+ metadata.gz: 5603562a5f43343a623d2c45ab15a63d46c394d2
4
+ data.tar.gz: 7377b08f9de8fb10bb6d7b1229da48d0d1e190cf
5
5
  SHA512:
6
- metadata.gz: 085d40c76c1a93189530070deaba6c8edf9fd52391db1bea9ee101f3a9028858e55dcc17c508c0ff0fb17b807b306957b2627a3c91b98380829abd18e7acbcf9
7
- data.tar.gz: f4829dfa95047cd5dcf50d7a47f306e424376fffee89c41f868333c232ef22f66cf936e3fd3425ab48b989302076dc95ab05d91389080b1df1ed5b93a81883de
6
+ metadata.gz: 0f6dc977906085129213e2c0d99ece7807423460401d1c829d3ad8470f28afe307b8d8fe2e75473c331d485fa694a488fef042e04b8462ae718be5c4da121b99
7
+ data.tar.gz: f42b8e3185eefb3e4345533a9547b0fa93a51823af59a93254d184ed8a1ebeef24180e80a94ea4bd20f743f34e88190366670e0f54a28c22b153a854b4a45ba2
File without changes
File without changes
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.2.3
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joel Pearson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-05-30 00:00:00.000000000 Z
11
+ date: 2013-05-31 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, Excel,
@@ -26,8 +26,8 @@ files:
26
26
  - lib/rubyexcel/section.rb
27
27
  - lib/rubyexcel/sheet.rb
28
28
  - lib/rubyexcel.rb
29
- - lib/LICENSE.md
30
- - lib/README.md
29
+ - LICENSE.md
30
+ - README.md
31
31
  homepage: https://github.com/VirtuosoJoel
32
32
  licenses:
33
33
  - MIT