Skip to content

Commit

Permalink
Bump Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tmtmtmtm committed Oct 15, 2016
1 parent 969e7d8 commit 6ca3546
Showing 1 changed file with 15 additions and 109 deletions.
124 changes: 15 additions & 109 deletions Gemfile.lock
@@ -1,113 +1,19 @@
GIT
remote: https://github.com/everypolitician/wikidata-fetcher.git
revision: 2ab5ce3068a7d4a92506afe36235f69d11bb2b20
specs:
wikidata-fetcher (0.17.1)
colorize
diskcached
json
mediawiki_api
nokogiri
rest-client
scraperwiki
wikidata-client (~> 0.0.7)
# 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/wikisnakker
revision: cc55a4f45290c8ad86dc3e2a41ea678e02e3dd94
branch: master
specs:
wikisnakker (0.7.0)
source "https://rubygems.org"

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

GIT
remote: https://github.com/openc/sqlite_magic.git
revision: 4df975eb4e9891de54f870077c83f63762af9bf9
specs:
sqlite_magic (0.0.6)
sqlite3
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'

GEM
remote: https://rubygems.org/
specs:
coderay (1.1.0)
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)
mini_portile2 (~> 2.1.0)
pkg-config (~> 1.1.7)
open-uri-cached (0.0.5)
pkg-config (1.1.7)
pry (0.10.3)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
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.11)
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.12.5

0 comments on commit 6ca3546

Please sign in to comment.