ticker_fetcher 0.4.1 → 0.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gitignore +0 -21
- data/Gemfile +0 -8
- data/ticker_fetcher.gemspec +1 -1
- metadata +10 -8
- data/.document +0 -5
- data/.rvmrc +0 -1
- data/Gemfile.lock +0 -39
data/.gitignore
CHANGED
data/Gemfile
CHANGED
data/ticker_fetcher.gemspec
CHANGED
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.4.
|
|
4
|
+
version: 0.4.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,11 +9,11 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2013-01-17 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: fakeweb
|
|
16
|
-
requirement:
|
|
16
|
+
requirement: !ruby/object:Gem::Requirement
|
|
17
17
|
none: false
|
|
18
18
|
requirements:
|
|
19
19
|
- - ! '>='
|
|
@@ -21,7 +21,12 @@ dependencies:
|
|
|
21
21
|
version: '0'
|
|
22
22
|
type: :development
|
|
23
23
|
prerelease: false
|
|
24
|
-
version_requirements:
|
|
24
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
25
|
+
none: false
|
|
26
|
+
requirements:
|
|
27
|
+
- - ! '>='
|
|
28
|
+
- !ruby/object:Gem::Version
|
|
29
|
+
version: '0'
|
|
25
30
|
description: Retrieves tickers, names, and other useful data for all stocks listed
|
|
26
31
|
on the 3 major US exchanges (NYSE, NASDAQ, AMEX).
|
|
27
32
|
email:
|
|
@@ -30,11 +35,8 @@ executables: []
|
|
|
30
35
|
extensions: []
|
|
31
36
|
extra_rdoc_files: []
|
|
32
37
|
files:
|
|
33
|
-
- .document
|
|
34
38
|
- .gitignore
|
|
35
|
-
- .rvmrc
|
|
36
39
|
- Gemfile
|
|
37
|
-
- Gemfile.lock
|
|
38
40
|
- LICENSE
|
|
39
41
|
- README.rdoc
|
|
40
42
|
- Rakefile
|
|
@@ -68,7 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
68
70
|
version: '0'
|
|
69
71
|
requirements: []
|
|
70
72
|
rubyforge_project:
|
|
71
|
-
rubygems_version: 1.8.
|
|
73
|
+
rubygems_version: 1.8.23
|
|
72
74
|
signing_key:
|
|
73
75
|
specification_version: 3
|
|
74
76
|
summary: Fetches all tickers and other useful data for NYSE, NASDAQ, and AMEX exchanges.
|
data/.document
DELETED
data/.rvmrc
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
rvm use 1.9.2@ticker_fetcher
|
data/Gemfile.lock
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
PATH
|
|
2
|
-
remote: .
|
|
3
|
-
specs:
|
|
4
|
-
ticker_fetcher (0.1.1)
|
|
5
|
-
|
|
6
|
-
GEM
|
|
7
|
-
remote: http://rubygems.org/
|
|
8
|
-
specs:
|
|
9
|
-
ZenTest (4.6.0)
|
|
10
|
-
archive-tar-minitar (0.5.2)
|
|
11
|
-
autotest (4.4.6)
|
|
12
|
-
ZenTest (>= 4.4.1)
|
|
13
|
-
columnize (0.3.4)
|
|
14
|
-
flexmock (0.9.0)
|
|
15
|
-
linecache19 (0.5.12)
|
|
16
|
-
ruby_core_source (>= 0.1.4)
|
|
17
|
-
notifier (0.1.3)
|
|
18
|
-
ruby-debug-base19 (0.11.25)
|
|
19
|
-
columnize (>= 0.3.1)
|
|
20
|
-
linecache19 (>= 0.5.11)
|
|
21
|
-
ruby_core_source (>= 0.1.4)
|
|
22
|
-
ruby-debug19 (0.11.6)
|
|
23
|
-
columnize (>= 0.3.1)
|
|
24
|
-
linecache19 (>= 0.5.11)
|
|
25
|
-
ruby-debug-base19 (>= 0.11.19)
|
|
26
|
-
ruby_core_source (0.1.5)
|
|
27
|
-
archive-tar-minitar (>= 0.5.2)
|
|
28
|
-
test_notifier (0.3.6)
|
|
29
|
-
notifier
|
|
30
|
-
|
|
31
|
-
PLATFORMS
|
|
32
|
-
ruby
|
|
33
|
-
|
|
34
|
-
DEPENDENCIES
|
|
35
|
-
autotest
|
|
36
|
-
flexmock (>= 0.8.2)
|
|
37
|
-
ruby-debug19
|
|
38
|
-
test_notifier
|
|
39
|
-
ticker_fetcher!
|