Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Use git protocol rather than ssh for cloning
  • Loading branch information
gravelweb committed Apr 15, 2016
commit fb5cdfd203ae3f1503fcbcfd47e13bb25c8a4089
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ gem 'compass-rails', :git => 'git://github.com/Compass/compass-rails.git'
# GG!
# Don't commit the :path!

gem 'gg', :git => 'git@github.com:dsjoerg/gg.git', :ref => 'b58ed5e12c2d201b368980e74090987d2050f321'
gem 'gg', :git => 'git://github.com/dsjoerg/gg.git', :ref => 'b58ed5e12c2d201b368980e74090987d2050f321'
# gem 'gg', :path => '/Users/mr/dev/ruby/gems/gg'
#gem 'gg', :path => '/Users/david/Dropbox/Programming/gg'

Expand Down Expand Up @@ -107,7 +107,7 @@ gem 'gon'
# create our own (it's a simple Nokogiri based scraper..)

# Forked it and added portraits to profile scraping
gem 'bnet_scraper', :git => 'git@github.com:ggtracker/bnet_scraper.git', :ref => 'battlenetify'
gem 'bnet_scraper', :git => 'git://github.com/ggtracker/bnet_scraper.git', :ref => 'battlenetify'
#gem 'bnet_scraper', :path => '/Users/david/Dropbox/Programming/bnet_scraper/'


Expand Down
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,7 @@ GIT
sass (~> 3.3.0.rc.1)

GIT
remote: git://github.com/thedarkone/rails-dev-boost.git
revision: 1e0cc0e1a3f6e51820b908d7de1f3e160ec2af0d
specs:
rails-dev-boost (0.2.1)
listen (>= 0.5)
railties (>= 3.0)

GIT
remote: [email protected]:dsjoerg/gg.git
remote: git://github.com/dsjoerg/gg.git
revision: b58ed5e12c2d201b368980e74090987d2050f321
ref: b58ed5e12c2d201b368980e74090987d2050f321
specs:
Expand All @@ -35,14 +27,22 @@ GIT
yajl-ruby

GIT
remote: git@github.com:ggtracker/bnet_scraper.git
remote: git://github.com/ggtracker/bnet_scraper.git
revision: 624e28dddbdbafba9fc5a48693ef1aa86ae8ca9f
ref: battlenetify
specs:
bnet_scraper (0.3.1)
faraday
nokogiri

GIT
remote: git://github.com/thedarkone/rails-dev-boost.git
revision: 1e0cc0e1a3f6e51820b908d7de1f3e160ec2af0d
specs:
rails-dev-boost (0.2.1)
listen (>= 0.5)
railties (>= 3.0)

GEM
remote: https://rubygems.org/
specs:
Expand Down