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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/wgit/version.rb +1 -1
  3. metadata +10 -9
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 81cc82cb5f9b408ca678b7b1731bac5531e72be11186d3c15d36bfbf61ed3838
4
- data.tar.gz: b20d7c77389895b7a4dd303cb3a804aa0d1b099a6f98243144f6ae7f04094cd3
3
+ metadata.gz: fc46154d26c11924869c5a38687ac6a855503c0669db40f43941992273d9c3d2
4
+ data.tar.gz: d348acb154faa3cb19d4b5e28332bec1192b8b04b526493ec08bdfde933964d8
5
5
  SHA512:
6
- metadata.gz: c17a87d4bb10f750ea9d19faf16ed0a6de10caeab47d3586a3c2c633ec36a990c238ff9e119763c46868a81c111a4b19abd1cad8f09af7008c89474ff0bbf861
7
- data.tar.gz: 3ad0950b664dc872bbc9394e6307974ace5a4ac35aac446aada4d470703360faac28efd911e48895708274581a82cb6c1b2ff1f02116122a2e25f817cd54b5c2
6
+ metadata.gz: e0a48d554b359abb247ebdbde597b4654f56baf2a980261d70906126f9715d03221a1581010cd0d8e625ff2d624e75d55c6152804d2f27d236a8376962f6227f
7
+ data.tar.gz: 84be3d1deb26d4e0641db1eca73afdc0323588ea0bd283e9d2920fd96614dfa549ab4c7497317ed53d87d5deaf344490dc7258af381dee116adc0c6c44837746
data/lib/wgit/version.rb CHANGED
@@ -3,5 +3,5 @@
3
3
  # @author Michael Telford
4
4
  module Wgit
5
5
  # The current gem version of Wgit.
6
- VERSION = "0.0.7".freeze
6
+ VERSION = "0.0.8".freeze
7
7
  end
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.7
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 retrieves their
140
- page contents for later use. Also included in this package is a means to search
141
- indexed documents stored in a database. Therefore this library provides the main
142
- components of a WWW search engine. You can also use Wgit to copy entire website's
143
- HTML making it far more powerful than wget. The Wgit API is easily extendable allowing
144
- you to easily pull out the parts of a webpage that are important to you, the external
145
- links or keywords for example.
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 wget on steroids with an easy to use API for web scraping and indexing.
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: []