yahoo_stock_splits 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.rdoc CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  == Description
4
4
 
5
- YahooStockSplits retrieve stock splits from Yahoo! Finance. Split information is not available via CSV download, so
5
+ YahooStockSplits 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
8
  It returns an array of arrays that contains the date, post split shares, and pre split shares, in that order.
@@ -1,3 +1,3 @@
1
1
  module YahooStockSplits
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
@@ -11,7 +11,7 @@ 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
- 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.
14
+ YahooStockSplits 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
16
  It returns an array of arrays that contains the date, post split shares, and pre split shares, in that order.
17
17
 
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: 21
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 1
10
- version: 1.0.1
9
+ - 2
10
+ version: 1.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Javier Vidal
@@ -33,7 +33,7 @@ dependencies:
33
33
  type: :runtime
34
34
  version_requirements: *id001
35
35
  description: |+
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.
36
+ YahooStockSplits 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
38
  It returns an array of arrays that contains the date, post split shares, and pre split shares, in that order.
39
39