socializer-scraper 0.0.7 → 0.1.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 879813558167178bea04b88b7930361333a3b573
4
- data.tar.gz: 1b4d6104ddb83dfac31807c72a61d200edd3b41f
3
+ metadata.gz: b696c3456d065cd7a801ade53292c16484e63044
4
+ data.tar.gz: 2547800d0bd1bcbe014e5d093e714e110904a1f3
5
5
  SHA512:
6
- metadata.gz: efe2174363f940f73757f633a118f457c2a476fb57eb21049a75e58f4bf7fd0a0fff45865c1d7812a28962419a1977f16336ad1888b16b8e265145cc482e827d
7
- data.tar.gz: 1f8246975691459e7d1f175276f41fb2b54452dd33b360b42fc32a1a0a80cb082d33677159d8a592c03ad3fb1c9566ae96b07ad0d27bee2258701301e3ec8537
6
+ metadata.gz: a8b80c6e98fe9389318e35d55c2265b7979fa5173c122b947630b64e5aa12c7bed514974f353391873c289ac5c8726592ecc4d527e689af5fe00c662be54c90b
7
+ data.tar.gz: 633af1996f78a6fe2c5c0be2f7d3007966342be622806e1b2cc8076f666a4f18b377db98d7fb706c3c50e2290a8b49eb0f0e5fa7e787d6936edd855fd110d4c7
@@ -28,9 +28,9 @@ class Socializer::Scraper::CLI < Thor
28
28
  found = found.map{ |email| email.strip }.accumulate - list
29
29
  list |= found
30
30
 
31
- found = found.count
32
- found = "+" if found.to_i > 9
33
- found = "." if found.to_i < 1
31
+ found = found.count
32
+ found = "." if found.to_i < 1
33
+ found = "+" if found.to_i > 9
34
34
 
35
35
  if counter % 100 == 99
36
36
  File.open(file, "w") { |f| f.puts list.to_yaml }
@@ -1,5 +1,5 @@
1
1
  module Socializer
2
2
  module Scraper
3
- VERSION = "0.0.7"
3
+ VERSION = "0.1.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: socializer-scraper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nikhil Gupta