Skip to content

Commit 38debcb

Browse files
committed
Merge pull request dsjoerg#23 from gravelweb/vagrant
Use git protocol rather than ssh for cloning
2 parents 7d306c8 + fb5cdfd commit 38debcb

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ gem 'compass-rails', :git => 'git://github.com/Compass/compass-rails.git'
7575
# GG!
7676
# Don't commit the :path!
7777

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

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

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

113113

Gemfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,7 @@ GIT
1616
sass (~> 3.3.0.rc.1)
1717

1818
GIT
19-
remote: git://github.com/thedarkone/rails-dev-boost.git
20-
revision: 1e0cc0e1a3f6e51820b908d7de1f3e160ec2af0d
21-
specs:
22-
rails-dev-boost (0.2.1)
23-
listen (>= 0.5)
24-
railties (>= 3.0)
25-
26-
GIT
27-
remote: [email protected]:dsjoerg/gg.git
19+
remote: git://github.com/dsjoerg/gg.git
2820
revision: b58ed5e12c2d201b368980e74090987d2050f321
2921
ref: b58ed5e12c2d201b368980e74090987d2050f321
3022
specs:
@@ -35,14 +27,22 @@ GIT
3527
yajl-ruby
3628

3729
GIT
38-
remote: git@github.com:ggtracker/bnet_scraper.git
30+
remote: git://github.com/ggtracker/bnet_scraper.git
3931
revision: 624e28dddbdbafba9fc5a48693ef1aa86ae8ca9f
4032
ref: battlenetify
4133
specs:
4234
bnet_scraper (0.3.1)
4335
faraday
4436
nokogiri
4537

38+
GIT
39+
remote: git://github.com/thedarkone/rails-dev-boost.git
40+
revision: 1e0cc0e1a3f6e51820b908d7de1f3e160ec2af0d
41+
specs:
42+
rails-dev-boost (0.2.1)
43+
listen (>= 0.5)
44+
railties (>= 3.0)
45+
4646
GEM
4747
remote: https://rubygems.org/
4848
specs:

0 commit comments

Comments
 (0)