Compare commits

...

No commits in common. "c8" and "c8s" have entirely different histories.
c8 ... c8s

5 changed files with 42 additions and 2 deletions

15
.gitignore vendored
View File

@ -1 +1,14 @@
SOURCES/rspec-3.7.0.gem rspec-1.3.0.gem
/rspec-1.3.1.gem
/rspec-2.8.0.gem
/rspec-2.11.0.gem
/rspec-2.12.0.gem
/rspec-2.13.0.gem
/rspec-2.14.1.gem
/rspec-3.1.0.gem
/rspec-3.2.0.gem
/rspec-3.3.0.gem
/rspec-3.4.0.gem
/rspec-3.5.0.gem
/rspec-3.6.0.gem
/rspec-3.7.0.gem

View File

@ -1 +0,0 @@
94defcce19f582dc8b1cb4fa26c77c05fa70eca7 SOURCES/rspec-3.7.0.gem

View File

@ -0,0 +1,27 @@
#!/bin/bash
if [ $# -lt 2 ]
then
echo "$0 <name> <version>"
exit 1
fi
set -x
set -e
CURRDIR=$(pwd)
TMPDIRPATH=$(mktemp -d /var/tmp/rspec-tar-XXXXXX)
pushd $TMPDIRPATH
git clone https://github.com/rspec/$1.git
pushd $1
git reset --hard v$2
popd
ln -sf $1 $1-$2
tar czf ${CURRDIR}/rubygem-$1-$2-full.tar.gz $1-$2/./
popd
rm -rf $TMPDIRPATH

1
sources Normal file
View File

@ -0,0 +1 @@
SHA512 (rspec-3.7.0.gem) = 5c10a878e9697030783c987ee9a6244b36cf85a2a3fb8c28bf9771900a3259da4f19c7f159180b5ff9140ab715b38b5d90cd5e0014ac1862f478c32a95e7edfd