Skip to content

Commit

Permalink
Revert "Add app gems build rake task to run the git tag cmd"
Browse files Browse the repository at this point in the history
This reverts commit caaa643.
  • Loading branch information
tomas-stefano committed May 12, 2015
1 parent d9ad070 commit 630a006
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile
@@ -1,5 +1,5 @@
source 'https://rubygems.org'
source 'http://gems.test.mas'
source 'http://gems.test.mas' if ENV['MAS_BUILD']

gemspec

Expand All @@ -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']
2 changes: 1 addition & 1 deletion build.sh
Expand Up @@ -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 .

0 comments on commit 630a006

Please sign in to comment.