-
Notifications
You must be signed in to change notification settings - Fork 0
/
aussie-bonds.gemspec
54 lines (49 loc) · 1.55 KB
/
aussie-bonds.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{aussie-bonds}
s.version = "0.1.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Robert Brown"]
s.date = %q{2011-08-12}
s.description = %q{Pricing fomulae for Australian bonds}
s.email = %q{[email protected]}
s.extra_rdoc_files = [
"LICENSE",
"README.rdoc"
]
s.files = [
".document",
"LICENSE",
"README.rdoc",
"Rakefile",
"VERSION",
"aussie-bonds.gemspec",
"lib/aussie-bonds.rb",
"lib/extensions.rb",
"lib/financial/security/coupon_bearing_accrue_close.rb",
"lib/financial/security/coupon_bearing_base.rb",
"lib/financial/security/formula_base.rb",
"lib/financial/security/rba/capital_indexed.rb",
"lib/financial/security/rba/fixed_interest.rb",
"lib/financial/security/rba/floating_rate_note.rb",
"lib/financial/security/rba/treasury_note.rb",
"lib/util.rb",
"test/helper.rb",
"test/test_aussie-bonds.rb",
"test/treasury_note_test.rb"
]
s.homepage = %q{http://github.com/rob99/aussie-bonds}
s.require_paths = ["lib"]
s.rubygems_version = %q{1.5.1}
s.summary = %q{Pricing fomulae for Australian bonds}
if s.respond_to? :specification_version then
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
else
end
else
end
end