ystock 0.3.6 → 0.3.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/ystock/google.rb +1 -1
  2. data/ystock.gemspec +1 -1
  3. metadata +1 -1
@@ -40,7 +40,7 @@ module Ystock
40
40
  }
41
41
  end
42
42
  else
43
- output[item[1]["finance"]["symbol"]["data"].to_sym] = {
43
+ output = {
44
44
  :symbol => item[1]["finance"]["symbol"]["data"],
45
45
  :market => item[1]["finance"]["exchange"]["data"],
46
46
  :price => item[1]["finance"]["last"]["data"],
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{ystock}
5
- s.version = "0.3.6"
5
+ s.version = "0.3.7"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Greg Winn"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ystock
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.6
4
+ version: 0.3.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: