Rakefile in golf-0.5.7 vs Rakefile in golf-0.6.0
- old
+ new
@@ -10,7 +10,7 @@
t.libs << "test/"
t.verbose = false
end
task 'push' do
- `gem build golf.gemspec |awk '$1 ~ / *File:/ {print $2}' |xargs gem push`
+ puts `gem build golf.gemspec |awk '$1 ~ / *File:/ {print $2}' |xargs gem push && gem build golf.gemspec |awk '$1 ~ / *File:/ {print $2}' | curl -u $(git config user.convore) -F message="<-" -F https://convore.com/api/topics/19590/messages/create.json`
end