ystock 0.3.2 → 0.3.3

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 +0 -2
  2. data/ystock.gemspec +1 -1
  3. metadata +1 -1
@@ -14,7 +14,6 @@ module Ystock
14
14
  stock_string += "&stock=" + stock
15
15
  end
16
16
  end
17
- puts stock_string
18
17
  # => Send Request to get quote then format
19
18
  format(send_request(stock_string))
20
19
  end
@@ -46,7 +45,6 @@ module Ystock
46
45
 
47
46
  def self.send_request(args)
48
47
  url = @@google_service + args
49
- puts url
50
48
  return HTTParty.get(url)
51
49
  end
52
50
  end
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{ystock}
5
- s.version = "0.3.2"
5
+ s.version = "0.3.3"
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.2
4
+ version: 0.3.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: