diff --git a/Makefile b/Makefile index e6ae3e4..c358b5c 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 7.5 +VERSION = 7.5.1 TARBALL = gitlab-deps-$(VERSION).tar.gz PREFIX = /usr WGET = wget @@ -7,6 +7,7 @@ BUNDLE_OPTS = --verbose --without='development test' all: bundle install $(BUNDLE_OPTS) --local --deployment + grep -rl '/this/will/be/overwritten/or/wrapped/anyways/do/not/worry/ruby' vendor/bundle/ruby/gems/*/bin | xargs --no-run-if-empty sed -i -e '1 s|.*|#!/usr/bin/env ruby|' dist: $(TARBALL) diff --git a/gitlab-deps.spec b/gitlab-deps.spec index f7a6575..e53b1e7 100644 --- a/gitlab-deps.spec +++ b/gitlab-deps.spec @@ -1,5 +1,5 @@ Name: gitlab-deps -Version: 7.5 +Version: 7.5.1 Release: 1%{?dist} Summary: Ruby dependencies for Gitlab Group: Development/Tools -- libgit2 0.21.2