Skip to content

Commit

Permalink
Update to 0.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
tmtmtmtm committed Aug 6, 2015
1 parent ea2e334 commit f9b466a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 6 deletions.
10 changes: 7 additions & 3 deletions Gemfile
Expand Up @@ -6,8 +6,12 @@ source "https://rubygems.org"

ruby "2.0.0"

gem "scraperwiki", git: "https://github.com/openaustralia/scraperwiki-ruby.git", branch: "morph_defaults"
gem "wikidata-fetcher", '>=0.2.7', git: "https://github.com/everypolitician/wikidata-fetcher.git"
gem "pry"
gem "colorize"
gem "nokogiri"
gem "open-uri-cached"
gem "pry"
gem "rest-client"
gem "scraperwiki", git: "https://github.com/openaustralia/scraperwiki-ruby.git", branch: "morph_defaults"
gem "wikidata-fetcher", '>=0.2.11', git: "https://github.com/everypolitician/wikidata-fetcher.git"


19 changes: 16 additions & 3 deletions Gemfile.lock
@@ -1,8 +1,8 @@
GIT
remote: https://github.com/everypolitician/wikidata-fetcher.git
revision: 5f0c7474ba5a536650f9867adb3e43cc4f61ed95
revision: 62f78572558d204bc037081cf1a95e2ca6735876
specs:
wikidata-fetcher (0.2.7)
wikidata-fetcher (0.2.11)
colorize
diskcached
mediawiki_api
Expand Down Expand Up @@ -41,11 +41,21 @@ GEM
faraday (~> 0.9, >= 0.9.0)
faraday-cookie_jar (~> 0.0, >= 0.0.6)
method_source (0.8.2)
mime-types (2.6.1)
mini_portile (0.6.2)
multipart-post (2.0.0)
netrc (0.10.3)
nokogiri (1.6.6.2)
mini_portile (~> 0.6.0)
open-uri-cached (0.0.5)
pry (0.10.1)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
rest-client (1.8.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 3.0)
netrc (~> 0.7)
slop (3.6.0)
sqlite3 (1.3.10)
sqlite_magic (0.0.3)
Expand All @@ -64,6 +74,9 @@ PLATFORMS

DEPENDENCIES
colorize
nokogiri
open-uri-cached
pry
rest-client
scraperwiki!
wikidata-fetcher (>= 0.2.7)!
wikidata-fetcher (>= 0.2.11)!

0 comments on commit f9b466a

Please sign in to comment.