Skip to content

Commit

Permalink
#1 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Aug 7, 2014
1 parent fc6cade commit 12b7936
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ release:
- "sudo bundle install"
- "rake"
- "rm -rf *.gem"
- "sed -i 's/1\\.0\\.snapshot/${tag}/g' jgd.gemspec"
- "gem build jgd.gemspec"
- "sed -i 's/1\\.0\\.snapshot/${tag}/g' pdd.gemspec"
- "gem build pdd.gemspec"
- "chmod 0600 ../rubygems.yml"
- "gem push *.gem --config-file ../rubygems.yml"

0 comments on commit 12b7936

Please sign in to comment.