shoe_scraper 0.0.3 → 0.0.8

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +16 -2
  3. metadata +10 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 63fdf59665bd684fd9de0a7891f51232dbdc9a46a2def289a587135a9162ea8e
4
- data.tar.gz: 2b06a58892159ad52dd62176873a409f2c0b2c1a37a39ac75865cf4c41949a8d
3
+ metadata.gz: '0296e09cebe01981f1025e8659e55b7708312a63726af6f10bcc93b89ad4e977'
4
+ data.tar.gz: e4210777328e467602334d6b1e6673f298c837eca558d3b445c79c1266d12f01
5
5
  SHA512:
6
- metadata.gz: db15d1b88f7b42567a0c11c76962d0fb5f77541db9fd15ac514c70c46bdc8318d2ca0b8e5aa13e49c35daafd6672b1c8544d7255283ea5a17efde59064a9a9ae
7
- data.tar.gz: 0ca833697ffcdeb2a4428857439a468f31b7233aed8a7038effef2f1ae897cc987fc60c9c33f93be5d231455f4f47ae8376c96465d285503e156564a76afe6d9
6
+ metadata.gz: 591357ae020e2ef6128ad250c930a65b2b0faff4a1fd4685fb60d85d70fa419cac41c9ef180780ec55048feba2d2ddbe09fd3bc1474f3e3bf48716c9a70807a1
7
+ data.tar.gz: 23b448f0f87edb0cc5dc8044b303aa4da6088f6ef2a8dc7102251391b46610a0d81e7bdbf9e6de4c2c0a026a402c2da15bb2efc7e0aa16869303fa7bf68cb90d
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # ShoeScraper
2
2
 
3
+ A simple CLI application that scrapes available inventory of limited edition sneakers from indexpdx.com.
4
+
3
5
  ## Installation
4
6
 
5
7
  Add this line to your application's Gemfile:
@@ -18,7 +20,19 @@ Or install it yourself as:
18
20
 
19
21
  ## Usage
20
22
 
21
- TODO: Write usage instructions here
23
+ Open up a session of irb
24
+
25
+ $ irb
26
+
27
+ Then require the gem
28
+
29
+ $ require 'shoe_scraper'
30
+
31
+ Initialize the application
32
+
33
+ $ ShoeScraper.new.run
34
+
35
+ Follow the prompts and enjoy!
22
36
 
23
37
  ## Development
24
38
 
@@ -28,7 +42,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
28
42
 
29
43
  ## Contributing
30
44
 
31
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/shoe_scraper. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/[USERNAME]/shoe_scraper/blob/master/CODE_OF_CONDUCT.md).
45
+ Bug reports and pull requests are welcome on GitHub at https://github.com/uharston/shoe_scraper. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/[USERNAME]/shoe_scraper/blob/master/CODE_OF_CONDUCT.md).
32
46
 
33
47
 
34
48
  ## License
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shoe_scraper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Uriah Harston
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2010-04-28 00:00:00.000000000 Z
11
+ date: 2020-11-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -30,36 +30,37 @@ dependencies:
30
30
  requirements:
31
31
  - - '='
32
32
  - !ruby/object:Gem::Version
33
- version: '1.10'
33
+ version: 1.10.8
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - '='
39
39
  - !ruby/object:Gem::Version
40
- version: '1.10'
40
+ version: 1.10.8
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: colorize
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
45
  - - ">="
46
46
  - !ruby/object:Gem::Version
47
- version: '0'
47
+ version: 0.8.1
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - ">="
53
53
  - !ruby/object:Gem::Version
54
- version: '0'
54
+ version: 0.8.1
55
55
  description: A gem that scrapes available sneaker inventory from the indexpdx.com
56
- shoe consignment website.
56
+ website for sneaker collectors.
57
57
  email: uharston@gmail.com
58
58
  executables: []
59
59
  extensions: []
60
- extra_rdoc_files: []
60
+ extra_rdoc_files:
61
+ - README.md
61
62
  files:
62
- - "./README.md"
63
+ - README.md
63
64
  - lib/Jordan_Edition.rb
64
65
  - lib/brand.rb
65
66
  - lib/scraper.rb