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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cadeecdf95b6d5fd907671773fc3cc521fe756a2
4
- data.tar.gz: 150d667251c00f96b01b195c99fe2a44f3da8da9
3
+ metadata.gz: e571db5d64bc7679b4b061981208026da6878101
4
+ data.tar.gz: 4009ca8b1571847afc1756eb5678e634feb0ba54
5
5
  SHA512:
6
- metadata.gz: 8af8f251dce23589d5e08af5f9c0510d031b91ed56188a0e6b3418b26397ad9ba98835a516c8e174d8aed3ea791793e5ceec8c3422a6e7731ac84196b49f287b
7
- data.tar.gz: d55a513397be97f08b0adcbc975db4ad1c39d0887576979b138a50b5cb3601eb03036a9cfe75d1b0d4dcd2ab0303256c9112c865749905e5540f35bdefef18eb
6
+ metadata.gz: fcb8a793e259163dec3bcdf260bdd4accb3275f11f1ae5df05ce0b40ff3708bf9113be3c8021846ed4f0497e24f5bddffc4165408fd3ef4e57c881f5a6d8d501
7
+ data.tar.gz: be27fea65bc420052cdae19f7ae38135565fed7ff8730e5bdf4445058af34a30bbfed006c5cb5f901b6688020d892c70a322adaa5d6d4c5270521746e12d6fa6
@@ -1,3 +1,3 @@
1
1
  module NewsScraper
2
- VERSION = "0.1.1".freeze
2
+ VERSION = "0.1.2".freeze
3
3
  end
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 = ["richardwu1997@gmail.com"]
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.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-18 00:00:00.000000000 Z
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
- - richardwu1997@gmail.com
277
+ - me@rwu1997.com
278
+ - julian@jnadeau.ca
278
279
  executables: []
279
280
  extensions: []
280
281
  extra_rdoc_files: []