tsm-accounting 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/HISTORY +3 -0
- data/lib/tsm-accounting.rb +2 -2
- metadata +3 -3
data/HISTORY
CHANGED
data/lib/tsm-accounting.rb
CHANGED
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
require 'csv'
|
|
29
29
|
|
|
30
30
|
module TSMAccounting
|
|
31
|
-
VERSION = '1.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:
|
|
4
|
+
hash: 21
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 1.0.
|
|
9
|
+
- 1
|
|
10
|
+
version: 1.0.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- owlmanatt
|