[DRE-commits] [ruby-rspec] 11/19: Add submodules pointing to right tag

Jérémy Bobbio lunar at alioth.debian.org
Sun Oct 20 17:01:24 UTC 2013


This is an automated email from the git hooks/post-receive script.

lunar pushed a commit to branch pu/multideb
in repository ruby-rspec.

commit a46b4babaaec071b495083d9d7ba3e0789eb58cf
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Sun Oct 20 14:15:23 2013 +0200

    Add submodules pointing to right tag
---
 .gitmodules        |   12 ++++++++++++
 rspec              |    1 +
 rspec-core         |    1 +
 rspec-expectations |    1 +
 rspec-mocks        |    1 +
 5 files changed, 16 insertions(+)

diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..6a50157
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,12 @@
+[submodule "rspec"]
+	path = rspec
+	url = https://github.com/rspec/rspec
+[submodule "rspec-core"]
+	path = rspec-core
+	url = https://github.com/rspec/rspec-core
+[submodule "rspec-expectations"]
+	path = rspec-expectations
+	url = https://github.com/rspec/rspec-expectations
+[submodule "rspec-mocks"]
+	path = rspec-mocks
+	url = https://github.com/rspec/rspec-mocks
diff --git a/rspec b/rspec
new file mode 160000
index 0000000..62bdda8
--- /dev/null
+++ b/rspec
@@ -0,0 +1 @@
+Subproject commit 62bdda802caea3024639a6ce345a77775516c11d
diff --git a/rspec-core b/rspec-core
new file mode 160000
index 0000000..5ba3767
--- /dev/null
+++ b/rspec-core
@@ -0,0 +1 @@
+Subproject commit 5ba3767f17e440f57508bf199f8f58e48cff827a
diff --git a/rspec-expectations b/rspec-expectations
new file mode 160000
index 0000000..5ffe6a8
--- /dev/null
+++ b/rspec-expectations
@@ -0,0 +1 @@
+Subproject commit 5ffe6a869487dbce39b04f1bf664c1622d82a81c
diff --git a/rspec-mocks b/rspec-mocks
new file mode 160000
index 0000000..f7282c3
--- /dev/null
+++ b/rspec-mocks
@@ -0,0 +1 @@
+Subproject commit f7282c3795c95d71bb1a653ad0eb9cbbac63a91b

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-rspec.git



More information about the Pkg-ruby-extras-commits mailing list