pbyf 0.0.3 → 0.0.4
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/lib/pbyf.rb +1 -1
- metadata +1 -17
data/lib/pbyf.rb
CHANGED
|
@@ -40,7 +40,7 @@ class HistoricalQuote
|
|
|
40
40
|
@close = get_hist_column(@@col[:close])
|
|
41
41
|
@high = get_hist_column(@@col[:high])
|
|
42
42
|
@low = get_hist_column(@@col[:low])
|
|
43
|
-
@stochastic =
|
|
43
|
+
@stochastic = self.stochastic_oscillator
|
|
44
44
|
end
|
|
45
45
|
|
|
46
46
|
def get_data_from date
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pbyf
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -27,22 +27,6 @@ dependencies:
|
|
|
27
27
|
- - ! '>='
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
29
|
version: '0'
|
|
30
|
-
- !ruby/object:Gem::Dependency
|
|
31
|
-
name: csv
|
|
32
|
-
requirement: !ruby/object:Gem::Requirement
|
|
33
|
-
none: false
|
|
34
|
-
requirements:
|
|
35
|
-
- - ! '>='
|
|
36
|
-
- !ruby/object:Gem::Version
|
|
37
|
-
version: '0'
|
|
38
|
-
type: :runtime
|
|
39
|
-
prerelease: false
|
|
40
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
41
|
-
none: false
|
|
42
|
-
requirements:
|
|
43
|
-
- - ! '>='
|
|
44
|
-
- !ruby/object:Gem::Version
|
|
45
|
-
version: '0'
|
|
46
30
|
description: Use this gem to pull data from the Yahoo Finance site, and do some basic
|
|
47
31
|
calculations with it.
|
|
48
32
|
email: wickman.matthew@gmail.com
|