Skip to content

Commit

Permalink
Explicitly get later wikidata-fetcher
Browse files Browse the repository at this point in the history
This version should be faster and use less memory, and has fixed a few
bugs.
  • Loading branch information
tmtmtmtm committed Jul 13, 2020
1 parent 8491af1 commit 86bf960
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 15 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ gem 'scraped', github: 'everypolitician/scraped', branch: 'scraper-class'
gem 'scraperwiki', github: 'openaustralia/scraperwiki-ruby', branch: 'morph_defaults'
gem 'table_unspanner', github: 'everypolitician/table_unspanner'
gem 'wikidata_ids_decorator', github: 'everypolitician/wikidata_ids_decorator'
gem 'wikidata-fetcher', github: 'everypolitician/wikidata-fetcher'
33 changes: 18 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,21 @@ GIT
table_unspanner (0.1.1)
nokogiri

GIT
remote: https://github.com/everypolitician/wikidata-fetcher.git
revision: cb919d174cfcae94983380fe6b4a1e07874f7029
specs:
wikidata-fetcher (0.24.0)
json
mediawiki_api
nokogiri
require_all
rest-client
scraperwiki
wikidata-client (~> 0.0.7)
wikisnakker
yajl-ruby

GIT
remote: https://github.com/everypolitician/wikidata_ids_decorator.git
revision: 17265d480df935631957a8188de38bdd42cbd29f
Expand All @@ -37,8 +52,6 @@ GEM
remote: https://rubygems.org/
specs:
coderay (1.1.3)
colorize (0.8.1)
diskcached (1.1.3)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
excon (0.75.0)
Expand All @@ -55,7 +68,7 @@ GEM
http-cookie (1.0.3)
domain_name (~> 0.5)
httpclient (2.8.3)
json (2.3.0)
json (2.3.1)
mediawiki_api (0.7.1)
faraday (~> 0.9, >= 0.9.0)
faraday-cookie_jar (~> 0.0, >= 0.0.6)
Expand All @@ -67,7 +80,7 @@ GEM
mini_portile2 (2.4.0)
multipart-post (2.1.1)
netrc (0.11.0)
nokogiri (1.10.9)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
open-uri-cached (0.0.5)
pry (0.13.1)
Expand All @@ -90,17 +103,6 @@ GEM
faraday (~> 0.9)
faraday_middleware (~> 0.9)
hashie (~> 3.3)
wikidata-fetcher (0.19.1)
colorize
diskcached
json
mediawiki_api
nokogiri
require_all
rest-client
scraperwiki
wikidata-client (~> 0.0.7)
wikisnakker
wikisnakker (0.9.1)
require_all
yajl-ruby
Expand All @@ -114,6 +116,7 @@ DEPENDENCIES
scraped!
scraperwiki!
table_unspanner!
wikidata-fetcher!
wikidata_ids_decorator!

RUBY VERSION
Expand Down

0 comments on commit 86bf960

Please sign in to comment.