-
Notifications
You must be signed in to change notification settings - Fork 25
/
options_library.gemspec
29 lines (25 loc) · 1.4 KB
/
options_library.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
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{options_library}
s.version = "1.0.3"
s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
s.authors = ["Dan Tylenda-Emmons"]
s.date = %q{2011-02-17}
s.description = %q{A gem used to calc the price of an option.}
s.email = %q{[email protected]}
s.extra_rdoc_files = ["README.md", "lib/options_library.rb", "lib/options_library/option_calculator.rb", "lib/options_library/option_call.rb", "lib/options_library/option_model.rb", "lib/options_library/option_put.rb"]
s.files = ["Manifest", "README.md", "Rakefile", "lib/options_library.rb", "lib/options_library/option_calculator.rb", "lib/options_library/option_call.rb", "lib/options_library/option_model.rb", "lib/options_library/option_put.rb", "options_library.gemspec", "options_library/options_library.iml"]
s.homepage = %q{http://github.com/codertrader/options_library}
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Options_library", "--main", "README.md"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{options_library}
s.rubygems_version = %q{1.5.2}
s.summary = %q{A gem used to calc the price of an option.}
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