Skip to content

Commit

Permalink
Bump Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tmtmtmtm committed Oct 16, 2016
1 parent 8c47ffd commit 3c0c782
Showing 1 changed file with 109 additions and 15 deletions.
124 changes: 109 additions & 15 deletions Gemfile.lock
@@ -1,19 +1,113 @@
# It's easy to add more libraries or choose different versions. Any libraries
# specified here will be installed and made available to your morph.io scraper.
# Find out more: https://morph.io/documentation/ruby
GIT
remote: https://github.com/everypolitician/wikidata-fetcher.git
revision: cc464f2970dd6df5e4d8fe68d6ba344460a70c28
specs:
wikidata-fetcher (0.18.2)
colorize
diskcached
json
mediawiki_api
nokogiri
require_all
rest-client
scraperwiki
wikidata-client (~> 0.0.7)

source "https://rubygems.org"
GIT
remote: https://github.com/everypolitician/wikisnakker
revision: cc55a4f45290c8ad86dc3e2a41ea678e02e3dd94
branch: master
specs:
wikisnakker (0.7.0)

ruby "2.0.0"
GIT
remote: https://github.com/openaustralia/scraperwiki-ruby.git
revision: fc50176812505e463077d5c673d504a6a234aa78
branch: morph_defaults
specs:
scraperwiki (3.0.1)
httpclient
sqlite_magic

gem "colorize"
gem "mediawiki_api"
gem "nokogiri"
gem "open-uri-cached"
gem "pry"
gem "rest-client"
gem "sqlite_magic", :git => "https://github.com/openc/sqlite_magic.git"
gem "scraperwiki", git: "https://github.com/openaustralia/scraperwiki-ruby.git", branch: "morph_defaults"
gem "wikidata-fetcher", '>=0.17.0', git: "https://github.com/everypolitician/wikidata-fetcher.git"
gem 'wikisnakker', git: 'https://github.com/everypolitician/wikisnakker', branch: 'master'
GIT
remote: https://github.com/openc/sqlite_magic.git
revision: 4df975eb4e9891de54f870077c83f63762af9bf9
specs:
sqlite_magic (0.0.6)
sqlite3

GEM
remote: https://rubygems.org/
specs:
coderay (1.1.1)
colorize (0.8.1)
diskcached (1.1.2)
domain_name (0.5.20160826)
unf (>= 0.0.5, < 1.0.0)
excon (0.53.0)
faraday (0.9.2)
multipart-post (>= 1.2, < 3)
faraday-cookie_jar (0.0.6)
faraday (>= 0.7.4)
http-cookie (~> 1.0.0)
faraday_middleware (0.10.0)
faraday (>= 0.7.4, < 0.10)
hashie (3.4.6)
http-cookie (1.0.3)
domain_name (~> 0.5)
httpclient (2.8.2.4)
json (2.0.2)
mediawiki_api (0.7.0)
faraday (~> 0.9, >= 0.9.0)
faraday-cookie_jar (~> 0.0, >= 0.0.6)
faraday_middleware (~> 0.10, >= 0.10.0)
method_source (0.8.2)
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mini_portile2 (2.1.0)
multipart-post (2.0.0)
netrc (0.11.0)
nokogiri (1.6.8.1)
mini_portile2 (~> 2.1.0)
open-uri-cached (0.0.5)
pry (0.10.4)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
require_all (1.3.3)
rest-client (2.0.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
slop (3.6.0)
sqlite3 (1.3.12)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.2)
wikidata-client (0.0.10)
excon (~> 0.40)
faraday (~> 0.9)
faraday_middleware (~> 0.9)
hashie (~> 3.3)

PLATFORMS
ruby

DEPENDENCIES
colorize
mediawiki_api
nokogiri
open-uri-cached
pry
rest-client
scraperwiki!
sqlite_magic!
wikidata-fetcher (>= 0.17.0)!
wikisnakker!

RUBY VERSION
ruby 2.0.0p648

BUNDLED WITH
1.13.3

0 comments on commit 3c0c782

Please sign in to comment.