stock_grabber 1.0.0 → 1.0.1

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.
Files changed (2) hide show
  1. checksums.yaml +4 -4
  2. metadata +2 -30
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9665de404ff538705c6a531245094de337a6a3ff
4
- data.tar.gz: 5df99d78ea227013d8ec6fd64bd40057ce6715f6
3
+ metadata.gz: 19ad055e1c3be4b79937fdbf17c69edfee6aa088
4
+ data.tar.gz: 6151ea46001c87c7a2b0788a6f51ab18aa189d3d
5
5
  SHA512:
6
- metadata.gz: efb5d9041cc8a9edfe623218d66db9b846b8f52c09f25541df162de3733777e98b935055371d848897f4cc6830c31646b486b784c59f672ccaa6918e09cd03b1
7
- data.tar.gz: de37e38207430dfe3278aa2f9b3437234717d9f206e0fb70f21f3b7cb066c5411c875127319b4cb5f83d97d7dfb679d5dfeb81708c2aaf1278b46754b7cd72e6
6
+ metadata.gz: d806012936ba78ac23a023652ed2663fb5f0d18653990bf36d9b386b363779764c4d07aacc618a8823180b1b67bef3a9200a055b2d1c9dcd805ff1fa2bbb262d
7
+ data.tar.gz: 5260af1506e3c5f4436a34a92fbd0da165c8e3b2f67b09cf6bdc45f84b3332b71f37d3eaca49e95eb15d982d28d0001e10092e0b7e1eb538ed8ed40a48f81305
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stock_grabber
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Knight
@@ -10,35 +10,7 @@ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2014-07-31 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: |-
14
- # Readme File
15
-
16
- Pulls stock information from Yahoo Finance given a stock ticker.
17
-
18
- ## Installation
19
-
20
- `gem install stock_grabber`
21
-
22
- ## Usage
23
-
24
- Require the gem and pass the stock symbol into a new instance of the Class.
25
-
26
- ```
27
- require 'stock_grabber'
28
- stock = StockGrabber.new("GOOG")
29
-
30
- puts stock.symbol # => GOOG
31
- puts stock.company # => Google Inc.
32
- puts stock.last_traded_price # => 571.60
33
- puts stock.last_traded_date # => 7/31/2014
34
- puts stock.last_traded_time # => 4:00pm
35
- puts stock.change # => -15.82
36
- puts stock.opening_price # => 580.60
37
- puts stock.days_high # => 583.6499
38
- puts stock.days_low # => 570.00
39
- puts stock.volume # => 2099516
40
- puts stock.exchange # => US
41
- ```
13
+ description: Pulls stock information from Yahoo Finance given a stock ticker.
42
14
  email: tim.knight@acst.org
43
15
  executables: []
44
16
  extensions: []