Compare commits
No commits in common. "c8s" and "c8-beta" have entirely different histories.
15
.gitignore
vendored
15
.gitignore
vendored
@ -1,14 +1 @@
|
|||||||
rspec-1.3.0.gem
|
SOURCES/rspec-3.7.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
|
|
||||||
|
1
.rubygem-rspec.metadata
Normal file
1
.rubygem-rspec.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
94defcce19f582dc8b1cb4fa26c77c05fa70eca7 SOURCES/rspec-3.7.0.gem
|
@ -1,27 +0,0 @@
|
|||||||
#!/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
|
|
Loading…
Reference in New Issue
Block a user