bizinfoscraper 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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/bin/bizinfo +5 -0
  3. metadata +46 -0
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: fd736fc720d83e869bf6f82a0ed2f6373f1f08354b8a1deef46f2b0a6054f5aa
4
+ data.tar.gz: 41d2078e29f29382faaf7e2ed1569c19a8de02e1e423b6f6eaa40f6ec61dcca4
5
+ SHA512:
6
+ metadata.gz: e0b156aeeea0cd2d6ec66f4e621370be28f34f52d9e64a87d26e2c94ec5a108fcb2e74cea580043929fb11b76c6371901640ec6311060a705b65582929c0b7db
7
+ data.tar.gz: 6185405b2bc49d390fb3035c0982153ab8606ef353ebde26421a67c82cd5df187136f35913216eb8de25474b98c2f0de3ba079b712162c8cbc414393f3ec322d
@@ -0,0 +1,5 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require './lib/bizinfoscraper_cli_app'
4
+
5
+ CLI.new.call
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: bizinfoscraper
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - "'Frank McCallion'"
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2018-03-01 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description:
14
+ email:
15
+ - "'fkmccallion@gmail.com'"
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - bin/bizinfo
21
+ homepage: https://github.com/fkmccallion/bizinfoscraper_cli_app.git
22
+ licenses:
23
+ - MIT
24
+ metadata: {}
25
+ post_install_message:
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubyforge_project:
41
+ rubygems_version: 2.7.6
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: This gem searches www.yellowpages.com based on a zipcode and search term
45
+ and returns a list of businesses
46
+ test_files: []