Skip to content

Commit b722ac9

Browse files
committed
Bump version to 0.3.2
1 parent f3ac86f commit b722ac9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2013, Adam Gardiner
1+
Copyright (c) 2013-2016, Adam Gardiner
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

csv-diff.gemspec

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
GEMSPEC = Gem::Specification.new do |s|
22
s.name = "csv-diff"
3-
s.version = "0.3.1"
3+
s.version = "0.3.2"
44
s.authors = ["Adam Gardiner"]
5-
s.date = "2016-01-26"
5+
s.date = "2016-05-28"
66
s.summary = "CSV Diff is a library for generating diffs from data in CSV format"
77
s.description = <<-EOQ
88
This library performs diffs of CSV files.
@@ -34,5 +34,6 @@ GEMSPEC = Gem::Specification.new do |s|
3434
s.homepage = 'https://github.com/agardiner/csv-diff'
3535
s.require_paths = ['lib']
3636
s.files = ['README.md', 'LICENSE'] + Dir['lib/**/*.rb']
37+
s.licenses = 'MIT'
3738
s.post_install_message = "For command-line tools and diff reports, 'gem install csv-diff-report'"
3839
end

0 commit comments

Comments
 (0)