Skip to content

Commit

Permalink
rultor
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jun 23, 2019
1 parent b1c178d commit edb01f8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@ assets:
install: |-
export GEM_HOME=~/.ruby
export GEM_PATH=$GEM_HOME:$GEM_PATH
sudo gem install pdd -v 0.20.5
bundle install
release:
script: |-
bundle install
rake
bundle exec rake
pdd -f /dev/null
rm -rf *.gem
sed -i "s/0\.0\.0/${tag}/g" zache.gemspec
git add zache.gemspec
git commit -m "Version set to ${tag}"
gem build zache.gemspec
chmod 0600 ../rubygems.yml
gem push *.gem --config-file ../rubygems.yml
commanders:
- yegor256
architect:
- yegor256
merge:
commanders: []
script: |-
bundle install
rake
deploy: {}
bundle exec rake
pdd -f /dev/null
deploy:
script: |-
echo 'There is nothing to deploy'
exit -1
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
[![Maintainability](https://api.codeclimate.com/v1/badges/c136afe340fa94f14696/maintainability)](https://codeclimate.com/github/yegor256/zache/maintainability)
[![Yard Docs](http://img.shields.io/badge/yard-docs-blue.svg)](http://rubydoc.info/github/yegor256/zache/master/frames)

[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/yegor256/zache/blob/master/LICENSE.txt)
[![Test Coverage](https://img.shields.io/codecov/c/github/zache/pgtk.svg)](https://codecov.io/github/yegor256/zache?branch=master)
[![Hits-of-Code](https://hitsofcode.com/github/yegor256/zache)](https://hitsofcode.com/view/github/yegor256/zache)

Expand Down

0 comments on commit edb01f8

Please sign in to comment.