ticker_fetcher 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/ticker_fetcher.gemspec +3 -3
  2. metadata +6 -6
@@ -2,12 +2,12 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "ticker_fetcher"
5
- s.version = "0.3.0"
5
+ s.version = "0.3.1"
6
6
  s.authors = ["Matt White"]
7
7
  s.email = %q{mattw922@gmail.com}
8
8
  s.homepage = %q{http://github.com/whitethunder/ticker_fetcher}
9
- s.summary = %q{Fetches all tickers for NYSE, NASDAQ, and AMEX exchanges.}
10
- s.description = %q{Retrieves tickers, and names for all securities listed on the 3 major US exchanges (NYSE, NASDAQ, AMEX).}
9
+ s.summary = %q{Fetches all tickers and other useful data for NYSE, NASDAQ, and AMEX exchanges.}
10
+ s.description = %q{Retrieves tickers, names, and other useful data for all stocks listed on the 3 major US exchanges (NYSE, NASDAQ, AMEX).}
11
11
  s.files = `git ls-files`.split("\n")
12
12
  s.test_files = `git ls-files -- {test}/*`.split("\n")
13
13
  s.require_paths = ["lib"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ticker_fetcher
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2011-08-09 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: fakeweb
16
- requirement: &71675170 !ruby/object:Gem::Requirement
16
+ requirement: &78156870 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,9 +21,9 @@ dependencies:
21
21
  version: 1.3.0
22
22
  type: :development
23
23
  prerelease: false
24
- version_requirements: *71675170
25
- description: Retrieves tickers, and names for all securities listed on the 3 major
26
- US exchanges (NYSE, NASDAQ, AMEX).
24
+ version_requirements: *78156870
25
+ description: Retrieves tickers, names, and other useful data for all stocks listed
26
+ on the 3 major US exchanges (NYSE, NASDAQ, AMEX).
27
27
  email: mattw922@gmail.com
28
28
  executables: []
29
29
  extensions: []
@@ -67,5 +67,5 @@ rubyforge_project:
67
67
  rubygems_version: 1.8.6
68
68
  signing_key:
69
69
  specification_version: 3
70
- summary: Fetches all tickers for NYSE, NASDAQ, and AMEX exchanges.
70
+ summary: Fetches all tickers and other useful data for NYSE, NASDAQ, and AMEX exchanges.
71
71
  test_files: []