File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- Copyright (c) 2013, Adam Gardiner
1
+ Copyright (c) 2013-2016 , Adam Gardiner
2
2
All rights reserved.
3
3
4
4
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1
1
GEMSPEC = Gem ::Specification . new do |s |
2
2
s . name = "csv-diff"
3
- s . version = "0.3.1 "
3
+ s . version = "0.3.2 "
4
4
s . authors = [ "Adam Gardiner" ]
5
- s . date = "2016-01-26 "
5
+ s . date = "2016-05-28 "
6
6
s . summary = "CSV Diff is a library for generating diffs from data in CSV format"
7
7
s . description = <<-EOQ
8
8
This library performs diffs of CSV files.
@@ -34,5 +34,6 @@ GEMSPEC = Gem::Specification.new do |s|
34
34
s . homepage = 'https://github.com/agardiner/csv-diff'
35
35
s . require_paths = [ 'lib' ]
36
36
s . files = [ 'README.md' , 'LICENSE' ] + Dir [ 'lib/**/*.rb' ]
37
+ s . licenses = 'MIT'
37
38
s . post_install_message = "For command-line tools and diff reports, 'gem install csv-diff-report'"
38
39
end
You can’t perform that action at this time.
0 commit comments