yahoo_quote 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/yahoo_quote/version.rb +1 -1
- data/yahoo_quote.gemspec +2 -2
- metadata +5 -5
data/lib/yahoo_quote/version.rb
CHANGED
data/yahoo_quote.gemspec
CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |s|
|
|
8
8
|
s.authors = ["Braulio Carreno"]
|
9
9
|
s.email = ["bcarreno@yahoo.com"]
|
10
10
|
s.homepage = "https://github.com/bcarreno/yahoo_quote"
|
11
|
-
s.summary = %q{Yahoo Finance
|
12
|
-
s.description = %q{
|
11
|
+
s.summary = %q{Query Yahoo Finance API}
|
12
|
+
s.description = %q{Easy interaction with Yahoo Finance API}
|
13
13
|
|
14
14
|
s.add_development_dependency "fakeweb"
|
15
15
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: yahoo_quote
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -13,7 +13,7 @@ date: 2012-02-20 00:00:00.000000000Z
|
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: fakeweb
|
16
|
-
requirement: &
|
16
|
+
requirement: &2157583180 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ! '>='
|
@@ -21,8 +21,8 @@ dependencies:
|
|
21
21
|
version: '0'
|
22
22
|
type: :development
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
25
|
-
description:
|
24
|
+
version_requirements: *2157583180
|
25
|
+
description: Easy interaction with Yahoo Finance API
|
26
26
|
email:
|
27
27
|
- bcarreno@yahoo.com
|
28
28
|
executables: []
|
@@ -65,7 +65,7 @@ rubyforge_project: yahoo_quote
|
|
65
65
|
rubygems_version: 1.8.15
|
66
66
|
signing_key:
|
67
67
|
specification_version: 3
|
68
|
-
summary: Yahoo Finance
|
68
|
+
summary: Query Yahoo Finance API
|
69
69
|
test_files:
|
70
70
|
- test/fakeweb/aapl_bad.csv
|
71
71
|
- test/fakeweb/aapl_good.csv
|