martinrehfeld / telefon

Initiate SIP calls via web interface and the Sipgate API

This URL has Read+Write access

commit  7133964255eefb4679d8759f467ec2f749459aaa
tree    626f84476793dded19cc291efc4a901ea1c32fe1
parent  940c6f40d6c4335b60d055b892630638d2b0ed16
telefon / .braids
100644 30 lines (29 sloc) 0.769 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
vendor/plugins/rspec:
  local_branch: braid/git/vendor/plugins/rspec/master
  type: git
  revision:
  branch: master
  squash: true
  remote: git://github.com/dchelimsky/rspec.git
vendor/rails:
  local_branch: braid/git/vendor/rails/2-1-stable
  type: git
  revision:
  branch: 2-1-stable
  squash: true
  remote: git://github.com/rails/rails.git
vendor/plugins/javascript_test:
  local_branch: braid/git/vendor/plugins/javascript-test/master
  type: git
  revision:
  branch: master
  squash: true
  remote: git://github.com/rails/javascript_test.git
vendor/plugins/rspec_on_rails:
  local_branch: braid/git/vendor/plugins/rspec-on-rails/master
  type: git
  revision:
  branch: master
  squash: true
  remote: git://github.com/dchelimsky/rspec-rails.git