bayonet 0.2.0 → 0.2.1

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: 2bec54b0bad049f5802aca27083b33bc782290dc
4
- data.tar.gz: 5ee3c94ac1f7ddd9b70675af7109b6952efed880
3
+ metadata.gz: cca11e30af176ed6432a309a0351a824fc818af8
4
+ data.tar.gz: deefee5f5add84d0fc9388d52f68022d4dedf135
5
5
  SHA512:
6
- metadata.gz: fcd56d9e58e861a38fb7976997f6487637c8f3e46a9d1c3426fd3cba5abfc8c74c284115cac3b8d5c06629fc328b7acb260749a1c31dfcdbf9e43e9c0d36ec37
7
- data.tar.gz: 193a3fe91b11c9baa8adad8fd5990b548eb290002e3b72dddc30c7dfb39ec55ed788d77c918c621cd4a05f05876f4bc0bf97d1f776e51402c54ed708e83619cc
6
+ metadata.gz: 3b110693a18fb2105d41a01af5bc3a83d64a3cfbd2d26889ca33f4e1d072d7e5143eee58946767271f3ff7f814f0b92cf5524efd13c1cd1d9d862112799da7b3
7
+ data.tar.gz: 74e263bdd8e2344095f0ee5e50262d3e3ce5eda09fd2cf400a3233a1fcd79680d3a98cdbdbeb07b9d8f429170f54d71ae80b18cfa9650fb0b9b0d502d581e893
@@ -1 +1 @@
1
- 2.2.2
1
+ 2.3.1
data/README.md CHANGED
@@ -3,6 +3,7 @@
3
3
  [![Build Status](https://travis-ci.org/nethad/bayonet.svg?branch=master)](https://travis-ci.org/nethad/bayonet)
4
4
  [![Code Climate](https://codeclimate.com/github/nethad/bayonet/badges/gpa.svg)](https://codeclimate.com/github/nethad/bayonet)
5
5
  [![Test Coverage](https://codeclimate.com/github/nethad/bayonet/badges/coverage.svg)](https://codeclimate.com/github/nethad/bayonet/coverage)
6
+ [![Gem Version](https://badge.fury.io/rb/bayonet.svg)](http://badge.fury.io/rb/bayonet)
6
7
 
7
8
  Bayonet is a Microsoft Excel write-only gem that reads and produces XLSX files.
8
9
  It's strength lies in the fact that it's able to open bigger Excel files (even with macros!) -- and write cells without touching the rest of the Excel file. I've written the gem because *roo* was unbearably slow and was using ~1GB of RAM to read a 5MB XLSX file.
@@ -54,5 +55,5 @@ Normally you should use `set_typed_cell`, which sets the cell type correctly and
54
55
 
55
56
  #### Why can't I read cells?
56
57
 
57
- It's simply not been implemented yet. I've been writing to template files with pre-defined cells to fill, so reading cells was not necessary. It shouldn't be hard to implemented, though there might be some edge cases I haven't considered yet, that's why I left it out for now. Pull requests are welcome, otherwise I'd suggest to use other gems for that.
58
+ It's simply not been implemented yet. I've been writing to template files with pre-defined cells to fill, so reading cells was not necessary. It shouldn't be hard to implement, though there might be some edge cases I haven't considered yet, that's why I left it out for now. Pull requests are welcome, otherwise I'd suggest to use other gems for that.
58
59
 
@@ -1,3 +1,3 @@
1
1
  module Bayonet
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bayonet
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Ritter
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-06-10 00:00:00.000000000 Z
11
+ date: 2016-11-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -112,7 +112,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
112
112
  version: '0'
113
113
  requirements: []
114
114
  rubyforge_project:
115
- rubygems_version: 2.4.5
115
+ rubygems_version: 2.5.1
116
116
  signing_key:
117
117
  specification_version: 4
118
118
  summary: Bayonet is a Microsoft Excel write-only gem that reads and produces XLSX