shoe_scraper 0.0.4 → 0.0.9

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +16 -2
  3. metadata +25 -14
  4. data/LICENSE.txt +0 -21
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cd181afb3615cde6d40faf7d9567cb94f274951ad2beb7bdf69d759b4dd84262
4
- data.tar.gz: c1a27b9f705b32b9dff6d7599d8c358a5ed949cc5acb9d3f9a236712dc585fc7
3
+ metadata.gz: 3234206832fec0ac82aa061bfd89e092f89d936a6fb564a10a89353e0dc1f623
4
+ data.tar.gz: 3af9b3aded0d11dbcc4870b6393193f051d63dbe9735f9e7f9363604a5a36a13
5
5
  SHA512:
6
- metadata.gz: 775da436ce61f3f40d7e26de364f967b7d964addfacd49b7d7619af8bcbc67ad371d3997a150f3a506ce0e5863cafc2a81f4ae042f846b93a71abdc6bb9f68a0
7
- data.tar.gz: 948fb555faa2fa95306d3816dd51250ff0bd703f5a970a697e57025466bd099d9e7f5e05233c8c30dcbe7be7a94f6487590fb1a7621ff1705ca5cc20c28701b8
6
+ metadata.gz: 44d84f8d4913d89196d98fccb5e9e9c9fc8000287de12aab970cc17a5f0402dd51f4ce75db0f75f96808a28c6afd5d832d8647f27168a6922c08591598edad0b
7
+ data.tar.gz: a8c1702cf588b390db19232797f7ad5becea9c20f35dd59231a32a458bcdbe54ff900f8c049704c958c9c6fc97325d188d5795b92b8a0ee2060364c4c120519c
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,66 +1,77 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shoe_scraper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.9
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
- name: rake
14
+ name: colorize
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '12.0'
19
+ version: '0.8'
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: 0.8.1
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
27
  - - "~>"
25
28
  - !ruby/object:Gem::Version
26
- version: '12.0'
29
+ version: '0.8'
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: 0.8.1
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: nokogiri
29
35
  requirement: !ruby/object:Gem::Requirement
30
36
  requirements:
31
- - - '='
37
+ - - "~>"
32
38
  - !ruby/object:Gem::Version
33
39
  version: '1.10'
40
+ - - ">="
41
+ - !ruby/object:Gem::Version
42
+ version: 1.10.8
34
43
  type: :runtime
35
44
  prerelease: false
36
45
  version_requirements: !ruby/object:Gem::Requirement
37
46
  requirements:
38
- - - '='
47
+ - - "~>"
39
48
  - !ruby/object:Gem::Version
40
49
  version: '1.10'
50
+ - - ">="
51
+ - !ruby/object:Gem::Version
52
+ version: 1.10.8
41
53
  - !ruby/object:Gem::Dependency
42
- name: colorize
54
+ name: rake
43
55
  requirement: !ruby/object:Gem::Requirement
44
56
  requirements:
45
- - - ">="
57
+ - - "~>"
46
58
  - !ruby/object:Gem::Version
47
- version: 0.8.1
59
+ version: '12.0'
48
60
  type: :runtime
49
61
  prerelease: false
50
62
  version_requirements: !ruby/object:Gem::Requirement
51
63
  requirements:
52
- - - ">="
64
+ - - "~>"
53
65
  - !ruby/object:Gem::Version
54
- version: 0.8.1
66
+ version: '12.0'
55
67
  description: A gem that scrapes available sneaker inventory from the indexpdx.com
56
- shoe consignment website.
68
+ website for sneaker collectors.
57
69
  email: uharston@gmail.com
58
70
  executables: []
59
71
  extensions: []
60
72
  extra_rdoc_files:
61
73
  - README.md
62
74
  files:
63
- - LICENSE.txt
64
75
  - README.md
65
76
  - lib/Jordan_Edition.rb
66
77
  - lib/brand.rb
@@ -1,21 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2020 uharston
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- THE SOFTWARE.