yahoo_finanza 0.4.6 → 0.4.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e3893047d95805f00d8c58e8918ac9c50a6e6380
4
- data.tar.gz: 6fea6aaeca86549b9a0d6ce3d4f9845569192893
3
+ metadata.gz: 3cf42aeceac8de1e6b11597192cfcf092e1f7d88
4
+ data.tar.gz: 7fac2fd2a9d1d2e0374c4796a2c43ea2ebd215b0
5
5
  SHA512:
6
- metadata.gz: 3e633ffe84de6f9c970433ebcda6000a5e307a973162bda15625b3c6af37b2d86ac9fe1498a575dbcee8012b143db417f61171ac7f1bf0ef764e9f3ece3ee6d1
7
- data.tar.gz: c328bb4541a334da2fbbe508de05562fa08d79627f7edc6e9113949701b9b409b7fb6862e220018ab77ec01a2a95eeaf9a6543b997e9ce54057012e1730f57be
6
+ metadata.gz: 359d12b5b116e403e0d26ea175057f4012b3740b8377f69859b9e67b15ceb0d14754d6aa640f0bf5c95d130d209eb08229e76c670ec09c45f5d5656de9fd6b33
7
+ data.tar.gz: 4bd419dea6c83293e39f50867896c458037bb1ed4022183d191c93859c74c04d0b9791069d27daf72dbac4ddb60665cf4daa48b7b8a41b4a5ff101b464e6b10f
data/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # YahooFinanza
2
- [![Build Status](https://travis-ci.org/cometaworks/yahoo_finanza.svg?branch=master)](https://travis-ci.org/cometaworks/yahoo_finanza)
2
+ [![Build Status](https://travis-ci.org/cometaworks/yahoo_finanza.svg?branch=master)](https://travis-ci.org/cometaworks/yahoo_finanza) [![Code Climate](https://codeclimate.com/repos/563949b71787d754be0011c1/badges/d83120614f39af99da82/gpa.svg)](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
 
@@ -1,6 +1,5 @@
1
1
  require 'json'
2
2
  require 'ostruct'
3
- require 'pry'
4
3
  require 'uri'
5
4
 
6
5
  module YahooFinanza
@@ -1,4 +1,4 @@
1
1
  # Yahoo Finanza Version
2
2
  module YahooFinanza
3
- VERSION = '0.4.6'
3
+ VERSION = '0.4.7'
4
4
  end
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.6
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-10-19 00:00:00.000000000 Z
12
+ date: 2015-11-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: yql