build-style/gemspec.sh: ignore ~> operator

This commit is contained in:
maxice8 2018-11-15 17:29:27 -02:00 committed by maxice8
parent ec56d4f3e2
commit 6ce9a1636a
1 changed files with 2 additions and 0 deletions

View File

@ -83,6 +83,8 @@ EOF
fi
done
sed 's|~>|>=|g' -i $gemspec
$gem_cmd build --verbose ${gemspec}
if [ "$CROSS_BUILD" ]; then