penfold 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,128 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: penfold
3
+ version: !ruby/object:Gem::Version
4
+ hash: 23
5
+ prerelease: false
6
+ segments:
7
+ - 1
8
+ - 0
9
+ - 0
10
+ version: 1.0.0
11
+ platform: ruby
12
+ authors:
13
+ - Andrew A. Smith
14
+ autorequire:
15
+ bindir: bin
16
+ cert_chain: []
17
+
18
+ date: 2011-01-19 00:00:00 -08:00
19
+ default_executable:
20
+ dependencies:
21
+ - !ruby/object:Gem::Dependency
22
+ name: rubyforge
23
+ prerelease: false
24
+ requirement: &id001 !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ hash: 7
30
+ segments:
31
+ - 2
32
+ - 0
33
+ - 4
34
+ version: 2.0.4
35
+ type: :development
36
+ version_requirements: *id001
37
+ - !ruby/object:Gem::Dependency
38
+ name: hoe
39
+ prerelease: false
40
+ requirement: &id002 !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ">="
44
+ - !ruby/object:Gem::Version
45
+ hash: 19
46
+ segments:
47
+ - 2
48
+ - 7
49
+ - 0
50
+ version: 2.7.0
51
+ type: :development
52
+ version_requirements: *id002
53
+ description: |-
54
+ Penfold is an assistant for screening potentital and tracking current
55
+ covered call positions.
56
+ email:
57
+ - andy@tinnedfruit.org
58
+ executables:
59
+ - penfold
60
+ - penfold-position
61
+ - penfold-try
62
+ extensions: []
63
+
64
+ extra_rdoc_files:
65
+ - History.txt
66
+ - Manifest.txt
67
+ files:
68
+ - .autotest
69
+ - History.txt
70
+ - Manifest.txt
71
+ - README.rdoc
72
+ - Rakefile
73
+ - bin/penfold
74
+ - bin/penfold-position
75
+ - bin/penfold-try
76
+ - lib/argument_processor.rb
77
+ - lib/commission.rb
78
+ - lib/core_ext.rb
79
+ - lib/covered_call_early_exit.rb
80
+ - lib/covered_call_exit.rb
81
+ - lib/covered_call_expiry_itm_exit.rb
82
+ - lib/covered_call_expiry_otm_exit.rb
83
+ - lib/covered_call_position.rb
84
+ - lib/market.rb
85
+ - lib/option.rb
86
+ - lib/penfold.rb
87
+ - lib/stock.rb
88
+ - portfolio.yml
89
+ - test/test_penfold.rb
90
+ - test/test_option_calendar.rb
91
+ has_rdoc: true
92
+ homepage: http://github.com/aasmith/penfold
93
+ licenses: []
94
+
95
+ post_install_message:
96
+ rdoc_options:
97
+ - --main
98
+ - README.rdoc
99
+ require_paths:
100
+ - lib
101
+ required_ruby_version: !ruby/object:Gem::Requirement
102
+ none: false
103
+ requirements:
104
+ - - ">="
105
+ - !ruby/object:Gem::Version
106
+ hash: 3
107
+ segments:
108
+ - 0
109
+ version: "0"
110
+ required_rubygems_version: !ruby/object:Gem::Requirement
111
+ none: false
112
+ requirements:
113
+ - - ">="
114
+ - !ruby/object:Gem::Version
115
+ hash: 3
116
+ segments:
117
+ - 0
118
+ version: "0"
119
+ requirements: []
120
+
121
+ rubyforge_project: penfold
122
+ rubygems_version: 1.3.7
123
+ signing_key:
124
+ specification_version: 3
125
+ summary: Penfold is an assistant for screening potentital and tracking current covered call positions.
126
+ test_files:
127
+ - test/test_penfold.rb
128
+ - test/test_option_calendar.rb