top_stock_movers 0.1.5 → 0.1.6
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.
- checksums.yaml +4 -4
- data/lib/top_stock_movers/version.rb +1 -1
- data/top_stock_movers.gemspec +5 -3
- metadata +11 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d005bd3240f3c613d81cad2caa79e3d8ebad30a49293b215bb04b7e8e0bb4343
|
4
|
+
data.tar.gz: f9732d8bdd930b4da710f0f59e320c01f06adae1267144d3738b287ac87b41ad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 579214486389fb48ea7835d2da2a258b2eb1225420d70d4bff9781f6513a030955d9118d340e85c4f3a72ea7ad83246a2fb51973e00875b7dc0981f641342f96
|
7
|
+
data.tar.gz: 3ddad1affff2a151887d47b38b15adfecc5bec1026f936aa724118117d81db4e231428791d18e66530e7863904241d18cd2d4f43bec4afd29c59c860717e9222
|
data/top_stock_movers.gemspec
CHANGED
@@ -6,9 +6,11 @@ require 'top_stock_movers/version'
|
|
6
6
|
Gem::Specification.new do |spec|
|
7
7
|
spec.authors = ["Christian Thomas"]
|
8
8
|
spec.email = ["christian.thomas.2894@gmail.com"]
|
9
|
-
spec.description = %q{
|
10
|
-
|
11
|
-
spec.
|
9
|
+
spec.description = %q{This Ruby Gem allows you to view the stock market through 7 different sorting options in real time. Each sorting option will give you the most relevant data customized to the sorting option you selected along with the Name and Ticker Symbol of the stock. From this list output you can gather more data on each individual stock as well as visit the stocks web page!
|
10
|
+
Type in top-stock-movers in your command line after installing gem to begin!}
|
11
|
+
spec.summary = %q{This Ruby Gem allows you to view the stock market through 7 different sorting options in real time. Each sorting option will give you the most relevant data customized to the sorting option you selected along with the Name and Ticker Symbol of the stock. From this list output you can gather more data on each individual stock as well as visit the stocks web page!
|
12
|
+
Type in top-stock-movers in your command line after installing gem to begin!}
|
13
|
+
spec.homepage = "https://github.com/CT43/Stock-Market-Insights-cli-gem"
|
12
14
|
|
13
15
|
spec.files = `git ls-files`.split($\)
|
14
16
|
spec.executables = ["top-stock-movers"]
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: top_stock_movers
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Christian Thomas
|
@@ -108,7 +108,9 @@ dependencies:
|
|
108
108
|
- - ">="
|
109
109
|
- !ruby/object:Gem::Version
|
110
110
|
version: '0'
|
111
|
-
description:
|
111
|
+
description: |-
|
112
|
+
This Ruby Gem allows you to view the stock market through 7 different sorting options in real time. Each sorting option will give you the most relevant data customized to the sorting option you selected along with the Name and Ticker Symbol of the stock. From this list output you can gather more data on each individual stock as well as visit the stocks web page!
|
113
|
+
Type in top-stock-movers in your command line after installing gem to begin!
|
112
114
|
email:
|
113
115
|
- christian.thomas.2894@gmail.com
|
114
116
|
executables:
|
@@ -142,7 +144,7 @@ files:
|
|
142
144
|
- top_stock_movers-0.1.2.gem
|
143
145
|
- top_stock_movers-0.1.3.gem
|
144
146
|
- top_stock_movers.gemspec
|
145
|
-
homepage: https://
|
147
|
+
homepage: https://github.com/CT43/Stock-Market-Insights-cli-gem
|
146
148
|
licenses:
|
147
149
|
- MIT
|
148
150
|
metadata: {}
|
@@ -166,7 +168,12 @@ rubyforge_project:
|
|
166
168
|
rubygems_version: 2.7.7
|
167
169
|
signing_key:
|
168
170
|
specification_version: 4
|
169
|
-
summary:
|
171
|
+
summary: This Ruby Gem allows you to view the stock market through 7 different sorting
|
172
|
+
options in real time. Each sorting option will give you the most relevant data customized
|
173
|
+
to the sorting option you selected along with the Name and Ticker Symbol of the
|
174
|
+
stock. From this list output you can gather more data on each individual stock as
|
175
|
+
well as visit the stocks web page! Type in top-stock-movers in your command line
|
176
|
+
after installing gem to begin!
|
170
177
|
test_files:
|
171
178
|
- spec/spec_helper.rb
|
172
179
|
- spec/top_stock_movers_spec.rb
|