From 630a006bb1ec12cefd783a177fd4136306e1d28e Mon Sep 17 00:00:00 2001 From: Tomas D'Stefano Date: Tue, 12 May 2015 15:42:01 +0100 Subject: [PATCH] Revert "Add app gems build rake task to run the git tag cmd" This reverts commit caaa643b2ea087e778b5680605d116b61df5c019. --- Gemfile | 4 ++-- build.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index cc2f7d73..e772f4a8 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source 'https://rubygems.org' -source 'http://gems.test.mas' +source 'http://gems.test.mas' if ENV['MAS_BUILD'] gemspec @@ -10,4 +10,4 @@ group :development, :test do gem 'capybara', '2.4.1' end -gem 'mas-build', '~> 2.0' +gem 'mas-build' if ENV['MAS_BUILD'] diff --git a/build.sh b/build.sh index 2abec271..a2db5d94 100755 --- a/build.sh +++ b/build.sh @@ -9,5 +9,5 @@ npm install ./node_modules/gulp/bin/gulp.js build time bundle install -time bundle exec rake app:gem:build +time bundle exec rake build time mv pkg/*.gem .