Skip to content

Commit

Permalink
Worst QA engineer ever.
Browse files Browse the repository at this point in the history
  • Loading branch information
OwlManAtt committed Sep 11, 2011
1 parent 8b8f6e7 commit 57af599
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions HISTORY
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
== 1.0.1 ==
* Worst QA engineer. Worst.

== 1.0.0 ==
* Incorrect files (incorrect is defined by the lack of the
'TradeSkillMaster_AccountingDB = {' line) are now detected and an exception
Expand Down
4 changes: 2 additions & 2 deletions lib/tsm-accounting.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
require 'csv'

module TSMAccounting
VERSION = '1.0.0'
VERSION = '1.0.1'

class Database
class InvalidDatabaseFileException < RuntimeError
Expand Down Expand Up @@ -167,7 +167,7 @@ def extract_data(db)
end # line depth0

if !header_seen
raise InvalidDatabaseFileException 'Bad file detected.'
raise InvalidDatabaseFileException, 'Bad file detected.'
end

return data
Expand Down

0 comments on commit 57af599

Please sign in to comment.