news_scraper 0.1.1 → 0.1.2
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/news_scraper/version.rb +1 -1
- data/news_scraper.gemspec +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e571db5d64bc7679b4b061981208026da6878101
|
|
4
|
+
data.tar.gz: 4009ca8b1571847afc1756eb5678e634feb0ba54
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fcb8a793e259163dec3bcdf260bdd4accb3275f11f1ae5df05ce0b40ff3708bf9113be3c8021846ed4f0497e24f5bddffc4165408fd3ef4e57c881f5a6d8d501
|
|
7
|
+
data.tar.gz: be27fea65bc420052cdae19f7ae38135565fed7ff8730e5bdf4445058af34a30bbfed006c5cb5f901b6688020d892c70a322adaa5d6d4c5270521746e12d6fa6
|
data/lib/news_scraper/version.rb
CHANGED
data/news_scraper.gemspec
CHANGED
|
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
|
|
|
7
7
|
spec.name = "news_scraper"
|
|
8
8
|
spec.version = NewsScraper::VERSION
|
|
9
9
|
spec.authors = ["Richard Wu", "Julian Nadeau"]
|
|
10
|
-
spec.email = ["
|
|
10
|
+
spec.email = ["me@rwu1997.com", "julian@jnadeau.ca"]
|
|
11
11
|
|
|
12
12
|
spec.summary = 'Simple ETL news scraper in Ruby'
|
|
13
13
|
spec.description = 'A collection of extractors, transformers and loaders for scraping news websites and syndicates.'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: news_scraper
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Richard Wu
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: exe
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2016-09-
|
|
12
|
+
date: 2016-09-19 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: nokogiri
|
|
@@ -274,7 +274,8 @@ dependencies:
|
|
|
274
274
|
description: A collection of extractors, transformers and loaders for scraping news
|
|
275
275
|
websites and syndicates.
|
|
276
276
|
email:
|
|
277
|
-
-
|
|
277
|
+
- me@rwu1997.com
|
|
278
|
+
- julian@jnadeau.ca
|
|
278
279
|
executables: []
|
|
279
280
|
extensions: []
|
|
280
281
|
extra_rdoc_files: []
|