tsm-accounting 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/HISTORY +3 -0
  2. data/lib/tsm-accounting.rb +2 -2
  3. metadata +3 -3
data/HISTORY CHANGED
@@ -1,3 +1,6 @@
1
+ == 1.0.1 ==
2
+ * Worst QA engineer. Worst.
3
+
1
4
  == 1.0.0 ==
2
5
  * Incorrect files (incorrect is defined by the lack of the
3
6
  'TradeSkillMaster_AccountingDB = {' line) are now detected and an exception
@@ -28,7 +28,7 @@
28
28
  require 'csv'
29
29
 
30
30
  module TSMAccounting
31
- VERSION = '1.0.0'
31
+ VERSION = '1.0.1'
32
32
 
33
33
  class Database
34
34
  class InvalidDatabaseFileException < RuntimeError
@@ -167,7 +167,7 @@ module TSMAccounting
167
167
  end # line depth0
168
168
 
169
169
  if !header_seen
170
- raise InvalidDatabaseFileException 'Bad file detected.'
170
+ raise InvalidDatabaseFileException, 'Bad file detected.'
171
171
  end
172
172
 
173
173
  return data
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tsm-accounting
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 0
10
- version: 1.0.0
9
+ - 1
10
+ version: 1.0.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - owlmanatt