stylemooncat 0.0.9 → 0.0.10
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/bin/stylemooncat +1 -1
- data/lib/stylemooncat/scraper.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6739f622f28c58608c1db334945e4816776838c1
|
4
|
+
data.tar.gz: 3529fa4d57a1a4c6ec2f1bef6926780c73153d58
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e3f979775d6fb6ef19ebeb553f616e42b9b0e7ec836d7646eee7246932861fef9c8bfaf57bcfba9975fda4179d5345946b205277c849c938fab7b58c3936210d
|
7
|
+
data.tar.gz: a6be7b887e27661828b08775ffa0cfb4933e47bde7b6541f86615683598f17d933121463c7651e0e2c5cdbbe729d811de53c995a8b5832ca31764e799063cb95
|
data/bin/stylemooncat
CHANGED
@@ -13,7 +13,7 @@ price_boundary.push(ARGV[4])
|
|
13
13
|
options[:keyword]=ARGV[2]
|
14
14
|
options[:price_boundary]=price_boundary
|
15
15
|
|
16
|
-
puts @scraper.scrape(ARGV[0],ARGV[1],ARGV[2],ARGV[3],ARGV[4],ARGV[5])
|
16
|
+
#puts @scraper.scrape(ARGV[0],ARGV[1],ARGV[2],ARGV[3],ARGV[4],ARGV[5])
|
17
17
|
if ARGV[5]=='color'
|
18
18
|
puts @scraper.scrape_contain_color(ARGV[0],options)
|
19
19
|
else
|
data/lib/stylemooncat/scraper.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: stylemooncat
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Even Chang
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2016-01-
|
14
|
+
date: 2016-01-06 00:00:00.000000000 Z
|
15
15
|
dependencies: []
|
16
16
|
description: This is a gem scraping StyleMoonCat's website.Input category name,page
|
17
17
|
limit,searcing keyword,and price range,and it will return the items with title,price,image,and
|