We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdbc243 commit e55c1afCopy full SHA for e55c1af
csv-diff.gemspec
@@ -1,8 +1,8 @@
1
GEMSPEC = Gem::Specification.new do |s|
2
s.name = "csv-diff"
3
- s.version = "0.6.0"
+ s.version = "0.6.1"
4
s.authors = ["Adam Gardiner"]
5
- s.date = "2020-08-28"
+ s.date = "2020-10-21"
6
s.summary = "CSV Diff is a library for generating diffs from data in CSV or XML format"
7
s.description = <<-EOQ
8
This library performs diffs of CSV data, or any table-like source.
0 commit comments