hasherize_csv 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,6 +11,7 @@ Gem::Specification.new do |gem|
11
11
  gem.description = %q{Turns csv files into hashes without reading the entire csv into memory}
12
12
  gem.summary = %q{Hasherizes a csv file line by line}
13
13
  gem.homepage = "https://github.com/bbradbury/hasherize_csv"
14
+ gem.license = "LGPL-3"
14
15
 
15
16
  gem.files = `git ls-files`.split($/)
16
17
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
@@ -1,3 +1,3 @@
1
1
  module HasherizeCsv
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hasherize_csv
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-10-05 00:00:00.000000000 Z
12
+ date: 2013-11-02 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: Turns csv files into hashes without reading the entire csv into memory
15
15
  email:
@@ -31,7 +31,8 @@ files:
31
31
  - test/sample_csv.csv
32
32
  - test/test_hasherize_csv.rb
33
33
  homepage: https://github.com/bbradbury/hasherize_csv
34
- licenses: []
34
+ licenses:
35
+ - LGPL-3
35
36
  post_install_message:
36
37
  rdoc_options: []
37
38
  require_paths: