switch to hosted gem
This commit is contained in:
parent
99792220e9
commit
d5a0736f48
2
Gemfile
2
Gemfile
@ -3,7 +3,7 @@ source "http://rubygems.org"
|
||||
gem "rake"
|
||||
|
||||
gem "salama-reader" , :path => "."
|
||||
gem "citrus" , :path => "../citrus"
|
||||
gem "citrus" , :github => "salama/citrus" , :branch => "gemspec-readme"
|
||||
|
||||
# Add dependencies to develop your gem here.
|
||||
# Include everything needed to run rake, tests, features, etc.
|
||||
|
12
Gemfile.lock
12
Gemfile.lock
@ -1,14 +1,16 @@
|
||||
GIT
|
||||
remote: git://github.com/salama/citrus.git
|
||||
revision: 34276150a67a89f84cab091fe0be7bb6a390e768
|
||||
branch: gemspec-readme
|
||||
specs:
|
||||
citrus (3.0.3)
|
||||
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
salama-reader (0.2.0)
|
||||
citrus (~> 3.0.3)
|
||||
|
||||
PATH
|
||||
remote: ../citrus
|
||||
specs:
|
||||
citrus (3.0.3)
|
||||
|
||||
GEM
|
||||
remote: http://rubygems.org/
|
||||
specs:
|
||||
|
Loading…
Reference in New Issue
Block a user