-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathparseitc.gemspec
More file actions
15 lines (15 loc) · 807 Bytes
/
parseitc.gemspec
File metadata and controls
15 lines (15 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Gem::Specification.new do |s|
s.name = %q{parseitc}
s.version = "0.1.6"
s.date = %q{2010-03-27}
s.authors = ["HJ Choi"]
s.email = %q{[email protected]}
s.summary = %q{Parse iTunes Connect transaction reports}
s.homepage = %q{http://www.choibean.com/parseitc}
s.description = %q{ParseITC (Parse iTunes Connect) provides parsing of iPhone app transaction reports from iTunes Connect.}
s.files = [ "README.textile", "Changelog", "LICENSE", "demo.rb", "demo1.txt", "demo2.txt",
"lib/parseitc.rb", "lib/parseitc/parser.rb", "lib/parseitc/transaction.rb",
"spec/rcov.opts", "spec/spec.opts", "spec/spec_helper.rb", "spec/parser_spec.rb", "spec/transaction_spec.rb",
"spec/fixtures/uploads/bad_demo1.txt", "spec/fixtures/uploads/demo1.txt", "spec/fixtures/uploads/demo2.txt"
]
end