yahoo_stock_splits 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/yahoo_stock_splits/version.rb +1 -1
- data/yahoo_stock_splits.gemspec +0 -2
- metadata +4 -7
data/yahoo_stock_splits.gemspec
CHANGED
@@ -15,8 +15,6 @@ YahooStockSplits retrieve stock splits from Yahoo! Finance. Split information is
|
|
15
15
|
|
16
16
|
It returns an array of arrays that contains the date, post split shares, and pre split shares, in that order.
|
17
17
|
|
18
|
-
> YahooStockSplits.get("YHOO")
|
19
|
-
=> [["1997-09-02", 3, 2], ["1998-08-03", 2, 1], ["1999-02-08", 2, 1], ["2000-02-14", 2, 1], ["2004-05-12", 2, 1]]}
|
20
18
|
END_OF_DESC
|
21
19
|
|
22
20
|
s.rubyforge_project = "yahoo_stock_splits"
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: yahoo_stock_splits
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 21
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 1.0.
|
9
|
+
- 1
|
10
|
+
version: 1.0.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Javier Vidal
|
@@ -32,14 +32,11 @@ dependencies:
|
|
32
32
|
version: "0"
|
33
33
|
type: :runtime
|
34
34
|
version_requirements: *id001
|
35
|
-
description:
|
35
|
+
description: |+
|
36
36
|
YahooStockSplits retrieve stock splits from Yahoo! Finance. Split information is not available via CSV download, so this gem scraps the basic chart page of the desired stock.
|
37
37
|
|
38
38
|
It returns an array of arrays that contains the date, post split shares, and pre split shares, in that order.
|
39
39
|
|
40
|
-
> YahooStockSplits.get("YHOO")
|
41
|
-
=> [["1997-09-02", 3, 2], ["1998-08-03", 2, 1], ["1999-02-08", 2, 1], ["2000-02-14", 2, 1], ["2004-05-12", 2, 1]]}
|
42
|
-
|
43
40
|
email:
|
44
41
|
- zanaguara@gmail.com
|
45
42
|
executables: []
|