compact_csv 0.0.1 → 0.0.2

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: 3dbb0962e7cbb7f04777000bc6e2534701939eb0
4
- data.tar.gz: 420a6b3f16eccce240928c540b5976894608065e
3
+ metadata.gz: 1b17b738f583750707115c6d3b43f4c3a090db6e
4
+ data.tar.gz: a6b1cc58d604697e0dcefe0f730f731d9e00af24
5
5
  SHA512:
6
- metadata.gz: a07ff8599a91e282ce914db8eab092fd9ba7756e473e7a8e2010bd3ef33024ecb279aea64c545a54803f917eaa59ea534e2c39606db392f7c6af4ab7776ab8da
7
- data.tar.gz: 9ef10c138a4e98d5c5090bcbbd3dea25d34a91cadc3aa431b96830e769f14a5197423c7a865953ca3a923570abf7afe811ded03e076d2c28448c6920dd6c7eba
6
+ metadata.gz: 42feae2587d1581052b70e4a64ede43c418a3466d8425069ff4b47aa7a2e2759ebc8ba12c558c661154675c83cc7e6827a9919e5a16860c6a84529db4196c13a
7
+ data.tar.gz: ea664cb79edd3c45e26ba61c0cec5d018fc2a1a90646cd010fa3e59b014bb12fdc7fa6964a9d07ae1445edb8e9e9810904e6f075c2a9693cc5c08d1d79ed8a9c
data/README.md CHANGED
@@ -3,6 +3,7 @@
3
3
  [![Build Status](https://travis-ci.org/rnakano/compact_csv.svg?branch=master)](https://travis-ci.org/rnakano/compact_csv)
4
4
  [![Coverage Status](https://coveralls.io/repos/rnakano/compact_csv/badge.svg?branch=master&service=github)](https://coveralls.io/github/rnakano/compact_csv?branch=master)
5
5
  [![Dependency Status](https://gemnasium.com/rnakano/compact_csv.svg)](https://gemnasium.com/rnakano/compact_csv)
6
+ [![Gem Version](https://badge.fury.io/rb/compact_csv.svg)](https://badge.fury.io/rb/compact_csv)
6
7
 
7
8
  CompactCSV is memory efficient csv module for ruby. Reading operations are compatible with default CSV module.
8
9
 
data/compact_csv.gemspec CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
7
7
  spec.name = "compact_csv"
8
8
  spec.version = VERSION
9
9
  spec.authors = ["NAKANO Ryusuke"]
10
- spec.email = ["rsk.nakano@gmail.com"]
10
+ spec.email = ["rsk.nakano+rubygems@gmail.com"]
11
11
  spec.summary = %q{Memory efficient CSV}
12
12
  spec.description = %q{Memory efficient CSV}
13
13
  spec.homepage = "https://github.com/rnakano/compact_csv"
@@ -1 +1 @@
1
- VERSION = "0.0.1"
1
+ VERSION = "0.0.2"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compact_csv
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - NAKANO Ryusuke
@@ -68,7 +68,7 @@ dependencies:
68
68
  version: '0'
69
69
  description: Memory efficient CSV
70
70
  email:
71
- - rsk.nakano@gmail.com
71
+ - rsk.nakano+rubygems@gmail.com
72
72
  executables: []
73
73
  extensions: []
74
74
  extra_rdoc_files: []