sermoa / mychores

The code for MyChores, open-source, freely available to anyone who wants it.

This URL has Read+Write access

mychores / .gitmodules
100644 25 lines (24 sloc) 0.957 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
[submodule "vendor/rails"]
path = vendor/rails
url = git://github.com/rails/rails.git
[submodule "vendor/plugins/mislav_will_paginate"]
path = vendor/plugins/mislav_will_paginate
url = git://github.com/mislav/will_paginate.git
[submodule "vendor/plugins/rspec"]
path = vendor/plugins/rspec
url = git://github.com/dchelimsky/rspec.git
[submodule "vendor/plugins/rspec-rails"]
path = vendor/plugins/rspec-rails
url = git://github.com/dchelimsky/rspec-rails.git
[submodule "vendor/plugins/exceptional"]
path = vendor/plugins/exceptional
url = git://github.com/contrast/exceptional.git
[submodule "vendor/plugins/attachment_fu"]
path = vendor/plugins/attachment_fu
url = git://github.com/technoweenie/attachment_fu.git
[submodule "vendor/plugins/cucumber"]
path = vendor/plugins/cucumber
url = git://github.com/aslakhellesoy/cucumber.git
[submodule "vendor/plugins/webrat"]
path = vendor/plugins/webrat
url = git://github.com/brynary/webrat.git