-
Notifications
You must be signed in to change notification settings - Fork 6
/
.gitmodules
51 lines (51 loc) · 2.06 KB
/
.gitmodules
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
[submodule "vendor/plugins/in_place_editing"]
path = vendor/plugins/in_place_editing
url = git://github.com/rails/in_place_editing.git
[submodule "vendor/plugins/thinking-sphinx"]
path = vendor/plugins/thinking-sphinx
url = git://github.com/pat/thinking-sphinx.git
[submodule "vendor/gems/factory_girl"]
path = vendor/gems/factory_girl
url = git://github.com/thoughtbot/factory_girl.git
[submodule "vendor/plugins/rpodcast"]
path = vendor/plugins/rpodcast
url = git://github.com/mnutt/rpodcast.git
[submodule "vendor/plugins/delayed_job"]
path = vendor/plugins/delayed_job
url = git://github.com/tobi/delayed_job.git
[submodule "vendor/gems/gchart"]
path = vendor/gems/gchart
url = git://github.com/abhay/gchart.git
[submodule "vendor/gems/curb"]
path = vendor/gems/curb
url = git://github.com/taf2/curb.git
[submodule "vendor/plugins/exception_notification"]
path = vendor/plugins/exception_notification
url = git://github.com/rails/exception_notification.git
[submodule "vendor/plugins/will_paginate"]
path = vendor/plugins/will_paginate
url = git://github.com/mislav/will_paginate.git
[submodule "vendor/rails"]
path = vendor/rails
url = git://github.com/rails/rails.git
[submodule "vendor/plugins/rspec"]
path = vendor/plugins/rspec
url = git://github.com/dchelimsky/rspec.git
[submodule "vendor/plugins/paperclip"]
path = vendor/plugins/paperclip
url = git://github.com/thoughtbot/paperclip.git
[submodule "vendor/plugins/partial_map"]
path = vendor/plugins/partial_map
url = git://github.com/mnutt/partial_map.git
[submodule "vendor/plugins/rspec-rails"]
path = vendor/plugins/rspec-rails
url = git://github.com/dchelimsky/rspec-rails.git
[submodule "vendor/plugins/acts_as_state_machine"]
path = vendor/plugins/acts_as_state_machine
url = git://github.com/mnutt/acts_as_state_machine.git
[submodule "vendor/plugins/permalink_fu"]
path = vendor/plugins/permalink_fu
url = git://github.com/technoweenie/permalink_fu.git
[submodule "vendor/plugins/action_assets_helper"]
path = vendor/plugins/action_assets_helper
url = git://github.com/tiegz/action_assets_helper.git