-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitmodules
30 lines (30 loc) · 1.32 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
[submodule "vendor/plugins/attachment_fu"]
path = vendor/plugins/attachment_fu
url = git://github.com/technoweenie/attachment_fu.git
[submodule "vendor/plugins/acts_as_taggable_on_steroids"]
path = vendor/plugins/acts_as_taggable_on_steroids
url = git://github.com/mattetti/acts_as_taggable_on_steroids.git
[submodule "vendor/plugins/haml"]
path = vendor/plugins/haml
url = git://github.com/nex3/haml.git
[submodule "vendor/plugins/acts_as_audited"]
path = vendor/plugins/acts_as_audited
url = git://github.com/collectiveidea/acts_as_audited.git
[submodule "vendor/plugins/acts_as_commentable"]
path = vendor/plugins/acts_as_commentable
url = git://github.com/jackdempsey/acts_as_commentable.git
[submodule "vendor/plugins/restful-authentication"]
path = vendor/plugins/restful-authentication
url = git://github.com/technoweenie/restful-authentication.git
[submodule "vendor/plugins/exception_notification"]
path = vendor/plugins/exception_notification
url = git://github.com/pager/exception_notification.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/rspec-rails"]
path = vendor/plugins/rspec-rails
url = git://github.com/dchelimsky/rspec-rails.git