Skip to content

Commit

Permalink
trying to remember how rultor/github/rubygems all work together.
Browse files Browse the repository at this point in the history
  • Loading branch information
MadBomber committed Jan 18, 2015
1 parent 76c3dc5 commit 1a7f940
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ decrypt:
release:
script: |
rm -rf *.gem
sed -i "s/1.0.snapshot/${tag}/g" lib/debug_me/version.rb
gem build debug_me.gemspec
chmod 0600 /home/r/rubygems.yml
gem push *.gem --config-file /home/r/rubygems.yml

0 comments on commit 1a7f940

Please sign in to comment.