Commit bb4fd0e6d4500a4ff2d4467bc96d5a48fac570cb

Authored by Nathan Broadbent
1 parent 983611ff
Exists in master and in 1 other branch production

Fixed tilt github url

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
@@ -9,7 +9,7 @@ gem 'htmlentities', "~> 4.3.0" @@ -9,7 +9,7 @@ gem 'htmlentities', "~> 4.3.0"
9 gem 'rack-ssl', :require => 'rack/ssl' # force SSL 9 gem 'rack-ssl', :require => 'rack/ssl' # force SSL
10 10
11 # Remove this when tilt 1.3.7 is released. 11 # Remove this when tilt 1.3.7 is released.
12 -gem 'tilt', :git => 'git@github.com:rtomayko/tilt.git' 12 +gem 'tilt', :git => 'git://github.com/rtomayko/tilt'
13 13
14 gem 'useragent', '~> 0.4.16' 14 gem 'useragent', '~> 0.4.16'
15 gem 'inherited_resources' 15 gem 'inherited_resources'
@@ -6,7 +6,7 @@ GIT @@ -6,7 +6,7 @@ GIT
6 httparty 6 httparty
7 7
8 GIT 8 GIT
9 - remote: git@github.com:rtomayko/tilt.git 9 + remote: git://github.com/rtomayko/tilt
10 revision: 24ea7e9fa5a0624188069393abf033bb8b3f218c 10 revision: 24ea7e9fa5a0624188069393abf033bb8b3f218c
11 specs: 11 specs:
12 tilt (1.3.6) 12 tilt (1.3.6)