newegg_scraper_chsbr 0.2.0 → 0.2.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.
- checksums.yaml +4 -4
- data/lib/newegg_scraper_chsbr/cli.rb +3 -0
- data/lib/newegg_scraper_chsbr/version.rb +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: adf74a953238a4c550351acf0f3a4d5f6a15587cb847f999ca832c9c97fd0bc4
|
4
|
+
data.tar.gz: 5f5cc371702da8091db24f1d24313ecd959e735cc1cf8ce6e2f33ffffb206279
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 74bd7aa30b22543ec13d07bbb5ce6b4678e31a79c51c61e69e8b7eb972cdf7214920b6aa03bff953d251467825e8f9e7a32fd1e02f4cf69501b7c94f53fc0919
|
7
|
+
data.tar.gz: cd8812f33faa0532db9c99ab126517e798a186402fdff839fc044ed2b57a4466a4f29db61dfdea471dfb7e1601c284f1886d8a3ea464e50b16f223b14b0280d8
|
@@ -109,10 +109,13 @@ class NeweggScraperChsbr::CLI
|
|
109
109
|
end
|
110
110
|
def cpu_make_bool
|
111
111
|
if @cpu_make.include?("x")
|
112
|
+
@cpu_make = "x"
|
112
113
|
false
|
113
114
|
elsif @cpu_make.include?("a")
|
115
|
+
@cpu_make = "a"
|
114
116
|
false
|
115
117
|
elsif @cpu_make.include?("i")
|
118
|
+
@cpu_make = "i"
|
116
119
|
false
|
117
120
|
else
|
118
121
|
true
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: newegg_scraper_chsbr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lrd134
|
@@ -14,30 +14,30 @@ dependencies:
|
|
14
14
|
name: nokogiri
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
19
|
+
version: 1.11.3
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- - "
|
24
|
+
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
26
|
+
version: 1.11.3
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: open-uri
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- - "
|
31
|
+
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: '0'
|
33
|
+
version: '0.1'
|
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: '0'
|
40
|
+
version: '0.1'
|
41
41
|
description: To scrape CPU's off of Newegg and display them nicely.
|
42
42
|
email:
|
43
43
|
- larryc3200@gmail.com
|