-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy path.gitmodules
54 lines (54 loc) · 2.14 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
52
53
54
[submodule "data/ore/templates/gemspec_yml"]
path = data/ore/templates/gemspec_yml
url = https://github.com/ruby-ore/gemspec_yml.git
[submodule "data/ore/templates/bundler"]
path = data/ore/templates/bundler
url = https://github.com/ruby-ore/bundler.git
[submodule "data/ore/templates/rspec"]
path = data/ore/templates/rspec
url = https://github.com/ruby-ore/rspec.git
[submodule "data/ore/templates/minitest"]
path = data/ore/templates/minitest
url = https://github.com/ruby-ore/minitest.git
[submodule "data/ore/templates/yard"]
path = data/ore/templates/yard
url = https://github.com/ruby-ore/yard.git
[submodule "data/ore/templates/rdoc"]
path = data/ore/templates/rdoc
url = https://github.com/ruby-ore/rdoc.git
[submodule "data/ore/templates/rubygems_tasks"]
path = data/ore/templates/rubygems_tasks
url = https://github.com/ruby-ore/rubygems_tasks.git
[submodule "data/ore/templates/test_unit"]
path = data/ore/templates/test_unit
url = https://github.com/ruby-ore/test_unit.git
[submodule "data/ore/templates/travis"]
path = data/ore/templates/travis
url = https://github.com/ruby-ore/travis.git
[submodule "data/ore/templates/bsd"]
path = data/ore/templates/bsd
url = https://github.com/ruby-ore/bsd.git
[submodule "data/ore/templates/gpl"]
path = data/ore/templates/gpl
url = https://github.com/ruby-ore/gpl.git
[submodule "data/ore/templates/lgpl"]
path = data/ore/templates/lgpl
url = https://github.com/ruby-ore/lgpl.git
[submodule "data/ore/templates/hg"]
path = data/ore/templates/hg
url = https://github.com/ruby-ore/hg.git
[submodule "data/ore/templates/git"]
path = data/ore/templates/git
url = https://github.com/ruby-ore/git.git
[submodule "data/ore/templates/apache"]
path = data/ore/templates/apache
url = https://github.com/ruby-ore/apache.git
[submodule "data/ore/templates/gem_package_task"]
path = data/ore/templates/gem_package_task
url = https://github.com/ruby-ore/gem_package_task.git
[submodule "data/ore/templates/mit"]
path = data/ore/templates/mit
url = https://github.com/ruby-ore/mit.git
[submodule "data/ore/templates/code_climate"]
path = data/ore/templates/code_climate
url = https://github.com/ruby-ore/code_climate.git