yahoo_stock_splits 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +3 -3
- data/lib/yahoo_stock_splits/version.rb +1 -1
- data/yahoo_stock_splits.gemspec +2 -2
- metadata +5 -5
data/README.rdoc
CHANGED
@@ -1,11 +1,11 @@
|
|
1
|
-
=
|
1
|
+
= yahoo_stock_splits - Retrieve stock splits from Yahoo! Finance
|
2
2
|
|
3
3
|
== Description
|
4
4
|
|
5
|
-
|
5
|
+
yahoo_stock_splits retrieves stock splits from Yahoo! Finance. Split information is not available via CSV download, so
|
6
6
|
this gem scraps the basic chart page of the desired stock.
|
7
7
|
|
8
|
-
It returns an array of arrays that
|
8
|
+
It returns an array of arrays that contain the date, post split shares, and pre split shares, in that order.
|
9
9
|
|
10
10
|
== Example
|
11
11
|
|
data/yahoo_stock_splits.gemspec
CHANGED
@@ -11,9 +11,9 @@ Gem::Specification.new do |s|
|
|
11
11
|
s.homepage = "https://github.com/javiervidal/yahoo_stock_splits"
|
12
12
|
s.summary = %q{Retrieve stock splits from Yahoo! Finance}
|
13
13
|
s.description = <<END_OF_DESC
|
14
|
-
|
14
|
+
yahoo_stock_splits retrieves 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.
|
15
15
|
|
16
|
-
It returns an array of arrays that
|
16
|
+
It returns an array of arrays that contain the date, post split shares, and pre split shares, in that order.
|
17
17
|
|
18
18
|
END_OF_DESC
|
19
19
|
|
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: 17
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 1.0.
|
9
|
+
- 3
|
10
|
+
version: 1.0.3
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Javier Vidal
|
@@ -33,9 +33,9 @@ dependencies:
|
|
33
33
|
type: :runtime
|
34
34
|
version_requirements: *id001
|
35
35
|
description: |+
|
36
|
-
|
36
|
+
yahoo_stock_splits retrieves 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
|
-
It returns an array of arrays that
|
38
|
+
It returns an array of arrays that contain the date, post split shares, and pre split shares, in that order.
|
39
39
|
|
40
40
|
email:
|
41
41
|
- zanaguara@gmail.com
|