wgit 0.0.7 → 0.0.8
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/wgit/version.rb +1 -1
- metadata +10 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fc46154d26c11924869c5a38687ac6a855503c0669db40f43941992273d9c3d2
|
4
|
+
data.tar.gz: d348acb154faa3cb19d4b5e28332bec1192b8b04b526493ec08bdfde933964d8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e0a48d554b359abb247ebdbde597b4654f56baf2a980261d70906126f9715d03221a1581010cd0d8e625ff2d624e75d55c6152804d2f27d236a8376962f6227f
|
7
|
+
data.tar.gz: 84be3d1deb26d4e0641db1eca73afdc0323588ea0bd283e9d2920fd96614dfa549ab4c7497317ed53d87d5deaf344490dc7258af381dee116adc0c6c44837746
|
data/lib/wgit/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: wgit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael Telford
|
@@ -136,13 +136,13 @@ dependencies:
|
|
136
136
|
- - "~>"
|
137
137
|
- !ruby/object:Gem::Version
|
138
138
|
version: '2.6'
|
139
|
-
description: Wgit is a WWW indexer/scraper which crawls URL's and
|
140
|
-
page contents for later use.
|
141
|
-
indexed documents stored in a database. Therefore
|
142
|
-
components of a WWW search engine.
|
143
|
-
|
144
|
-
|
145
|
-
|
139
|
+
description: Wgit is a WWW indexer/scraper which crawls URL's, retrieves and serialises
|
140
|
+
their page contents for later use. You can use Wgit to copy entire website if required.
|
141
|
+
Wgit also provides a means to search indexed documents stored in a database. Therefore,
|
142
|
+
this library provides the main components of a WWW search engine. The Wgit API is
|
143
|
+
easily extendable allowing you to pull out the parts of a webpage that are important
|
144
|
+
to you, the external links or keywords for example. As Wgit is an API, it's very
|
145
|
+
useful in many different application types.
|
146
146
|
email: michael.telford@live.com
|
147
147
|
executables: []
|
148
148
|
extensions: []
|
@@ -186,5 +186,6 @@ rubyforge_project:
|
|
186
186
|
rubygems_version: 2.7.8
|
187
187
|
signing_key:
|
188
188
|
specification_version: 4
|
189
|
-
summary: Wgit is
|
189
|
+
summary: Wgit is the ruby version of GNU's wget with an easy to use API for programmatic
|
190
|
+
web scraping, indexing and searching.
|
190
191
|
test_files: []
|