update to http git

This commit is contained in:
Torsten Ruger 2015-07-31 20:36:35 +03:00
parent 65d95de885
commit 64078cc331
2 changed files with 10 additions and 10 deletions

10
Gemfile
View File

@ -5,11 +5,11 @@ gem 'volt', '0.9.5.pre4'
# volt uses mongo as the default data store. # volt uses mongo as the default data store.
gem 'volt-mongo', '~> 0.1.0' gem 'volt-mongo', '~> 0.1.0'
gem "parslet" , github: "salama/parslet" gem "parslet" , git: "https://github.com/salama/parslet.git"
gem "salama" , github: "salama/salama" gem "salama" , git: "https://github.com/salama/salama.git"
gem "salama-reader" , github: "salama/salama-reader" gem "salama-reader" , git: "https://github.com/salama/salama-reader.git"
gem "salama-arm" , github: "salama/salama-arm" gem "salama-arm" , git: "https://github.com/salama/salama-arm.git"
gem "salama-object-file" , github: "salama/salama-object-file" gem "salama-object-file" , git: "https://github.com/salama/salama-object-file.git"
gem "susy" , "2.2.5" gem "susy" , "2.2.5"
# Asset compilation gems, they will be required when needed. # Asset compilation gems, they will be required when needed.

View File

@ -1,30 +1,30 @@
GIT GIT
remote: git://github.com/salama/parslet.git remote: https://github.com/salama/parslet.git
revision: beeb9b441a9ade1504f7f0e848d805e36a02c544 revision: beeb9b441a9ade1504f7f0e848d805e36a02c544
specs: specs:
parslet (1.7.0) parslet (1.7.0)
GIT GIT
remote: git://github.com/salama/salama-arm.git remote: https://github.com/salama/salama-arm.git
revision: 0bd5091e3f284ecf040e0086a41d2449cd5afb7a revision: 0bd5091e3f284ecf040e0086a41d2449cd5afb7a
specs: specs:
salama-arm (0.0.1) salama-arm (0.0.1)
GIT GIT
remote: git://github.com/salama/salama-object-file.git remote: https://github.com/salama/salama-object-file.git
revision: fbae6a02764dbe97e01e4833f9ffffe09879b100 revision: fbae6a02764dbe97e01e4833f9ffffe09879b100
specs: specs:
salama-object-file (0.2.0) salama-object-file (0.2.0)
GIT GIT
remote: git://github.com/salama/salama-reader.git remote: https://github.com/salama/salama-reader.git
revision: 841592c667acea1e796f950851262e6938b231bc revision: 841592c667acea1e796f950851262e6938b231bc
specs: specs:
salama-reader (0.2.0) salama-reader (0.2.0)
parslet (~> 1.7.0) parslet (~> 1.7.0)
GIT GIT
remote: git://github.com/salama/salama.git remote: https://github.com/salama/salama.git
revision: 96c7b7133d0dfc70563bc7f78740ea10065d1b15 revision: 96c7b7133d0dfc70563bc7f78740ea10065d1b15
specs: specs:
salama (0.2.0) salama (0.2.0)