golf 0.6.0 → 0.6.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/lib/golf.rb +1 -1
- data/lib/golf/version.rb +1 -1
- metadata +1 -1
data/Rakefile
CHANGED
@@ -12,5 +12,5 @@ Rake::TestTask.new("test") do |t|
|
|
12
12
|
end
|
13
13
|
|
14
14
|
task 'push' do
|
15
|
-
puts `gem build golf.gemspec |awk '$1 ~ / *File:/ {print $2}' |xargs gem push &&
|
15
|
+
puts `gem build golf.gemspec |awk '$1 ~ / *File:/ {print $2}' |xargs gem push && gem build golf.gemspec |awk '$1 ~ / *File:/ {printf($2)}' | curl -u $(git config user.convore) -F message="<-" https://convore.com/api/topics/19590/messages/create.json`
|
16
16
|
end
|
data/lib/golf.rb
CHANGED
data/lib/golf/version.rb
CHANGED