Skip to content

Commit

Permalink
Text typo :shipit: 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dimus committed Aug 9, 2017
1 parent d3f28d8 commit 8635901
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ``gn_crossmap`` CHANGELOG

## 3.1.4

* @dimus - test typo

## 3.1.3

* @dimus - Fix formatting bug for empty results, remove BOM char from headers
Expand Down
2 changes: 1 addition & 1 deletion lib/gn_crossmap/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Namespace module for crossmapping checklists to GN sources
module GnCrossmap
VERSION = "3.1.3"
VERSION = "3.1.4"

def self.version
VERSION
Expand Down
1 change: 0 additions & 1 deletion spec/support/helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ def uniform_rows?(file_path)
File.open(file_path).each do |l|
fields = l.split("\t")
headers = fields unless headers
require "byebug"; byebug if fields.size != headers.size
return false if fields.size != headers.size
end
true
Expand Down

0 comments on commit 8635901

Please sign in to comment.