tsm-accounting 0.8.0

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/test/test.rb ADDED
@@ -0,0 +1,6 @@
1
+ #!/usr/bin/ruby
2
+ $:.unshift("#{File.expand_path(File.dirname(__FILE__))}/../lib")
3
+ require 'tsm-accounting'
4
+
5
+ tsm = TSMAccounting::Database.new(File.new('data/TradeSkillMaster_Accounting.lua').read)
6
+ tsm.to_csv('/tmp/accounting.csv')
metadata ADDED
@@ -0,0 +1,78 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: tsm-accounting
3
+ version: !ruby/object:Gem::Version
4
+ hash: 63
5
+ prerelease: false
6
+ segments:
7
+ - 0
8
+ - 8
9
+ - 0
10
+ version: 0.8.0
11
+ platform: ruby
12
+ authors:
13
+ - owlmanatt
14
+ autorequire:
15
+ bindir: bin
16
+ cert_chain: []
17
+
18
+ date: 2011-09-10 00:00:00 +00:00
19
+ default_executable:
20
+ dependencies: []
21
+
22
+ description: It doesn't suck too badly maybe.
23
+ email:
24
+ - owlmanatt@gmail.com
25
+ executables: []
26
+
27
+ extensions: []
28
+
29
+ extra_rdoc_files: []
30
+
31
+ files:
32
+ - lib/tsm-accounting.rb
33
+ - test/data/TradeSkillMaster_Accounting.lua
34
+ - test/test.rb
35
+ - AUTHORS
36
+ - HISTORY
37
+ - LICENSE
38
+ - README
39
+ has_rdoc: true
40
+ homepage: https://github.com/OwlManAtt/TSM-Accounting
41
+ licenses: []
42
+
43
+ post_install_message:
44
+ rdoc_options: []
45
+
46
+ require_paths:
47
+ - lib
48
+ required_ruby_version: !ruby/object:Gem::Requirement
49
+ none: false
50
+ requirements:
51
+ - - ">="
52
+ - !ruby/object:Gem::Version
53
+ hash: 57
54
+ segments:
55
+ - 1
56
+ - 8
57
+ - 7
58
+ version: 1.8.7
59
+ required_rubygems_version: !ruby/object:Gem::Requirement
60
+ none: false
61
+ requirements:
62
+ - - ">="
63
+ - !ruby/object:Gem::Version
64
+ hash: 23
65
+ segments:
66
+ - 1
67
+ - 3
68
+ - 6
69
+ version: 1.3.6
70
+ requirements: []
71
+
72
+ rubyforge_project:
73
+ rubygems_version: 1.3.7
74
+ signing_key:
75
+ specification_version: 3
76
+ summary: Rubygem for accessing your TSM accounting savedvariable file.
77
+ test_files: []
78
+