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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fe3ac84732d7f5ded6695b8fdce008d7a05dcafaa12eac19b845a7f6733ffca8
4
- data.tar.gz: e9ec7a20ba4c5a221a854430264f3042a11a5669b97c000cd4047ecb9a532e1c
3
+ metadata.gz: d005bd3240f3c613d81cad2caa79e3d8ebad30a49293b215bb04b7e8e0bb4343
4
+ data.tar.gz: f9732d8bdd930b4da710f0f59e320c01f06adae1267144d3738b287ac87b41ad
5
5
  SHA512:
6
- metadata.gz: de6dc28c78b52599bfa1acd8fb44b587f7dc9eeff9e5c1fbfd40d18f536092ec0e9e944159c5469e399e8604055df11f24ab4ee93cae72d5438db647c879fac1
7
- data.tar.gz: 4d74a2b194693ed92d964b18b8e787ba44a65c21b30ca568a7948e88b0566a8e1af4660148ea81c511e9df5f4134f1bf3a10d8e17c4d9502b841e945890ecd87
6
+ metadata.gz: 579214486389fb48ea7835d2da2a258b2eb1225420d70d4bff9781f6513a030955d9118d340e85c4f3a72ea7ad83246a2fb51973e00875b7dc0981f641342f96
7
+ data.tar.gz: 3ddad1affff2a151887d47b38b15adfecc5bec1026f936aa724118117d81db4e231428791d18e66530e7863904241d18cd2d4f43bec4afd29c59c860717e9222
@@ -1,3 +1,3 @@
1
1
  module TopStockMovers
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
@@ -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{Movies playing}
10
- spec.summary = %q{Movies playing}
11
- spec.homepage = "https://learn.co"
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.5
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: Movies playing
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://learn.co
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: Movies playing
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