yahoo_finanza 0.4.6 → 0.4.7
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.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/yahoo_finanza/parser.rb +0 -1
- data/lib/yahoo_finanza/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3cf42aeceac8de1e6b11597192cfcf092e1f7d88
|
|
4
|
+
data.tar.gz: 7fac2fd2a9d1d2e0374c4796a2c43ea2ebd215b0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 359d12b5b116e403e0d26ea175057f4012b3740b8377f69859b9e67b15ceb0d14754d6aa640f0bf5c95d130d209eb08229e76c670ec09c45f5d5656de9fd6b33
|
|
7
|
+
data.tar.gz: 4bd419dea6c83293e39f50867896c458037bb1ed4022183d191c93859c74c04d0b9791069d27daf72dbac4ddb60665cf4daa48b7b8a41b4a5ff101b464e6b10f
|
data/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# YahooFinanza
|
|
2
|
-
[](https://travis-ci.org/cometaworks/yahoo_finanza)
|
|
2
|
+
[](https://travis-ci.org/cometaworks/yahoo_finanza) [](https://codeclimate.com/repos/563949b71787d754be0011c1/feed)
|
|
3
3
|
|
|
4
4
|
This is a simple Yahoo Finance client. The client is capable of getting current data for several symbols in bulk as well as individually. It also has an historical data method which fetches historical data about a symbol. Additional features include getting stock symbols filtered by country and stock market.
|
|
5
5
|
|
data/lib/yahoo_finanza/parser.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: yahoo_finanza
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eric D. Santos
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2015-
|
|
12
|
+
date: 2015-11-20 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: yql
|