lightstep-tracer-ruby/Makefile

17 строки
343 B
Makefile
Исходник Обычный вид История

2016-04-14 23:38:41 +03:00
.PHONY: build test publish
build:
gem build lightstep-tracer.gemspec
test:
rake spec
2016-04-16 00:14:19 +03:00
ruby example.rb
2016-04-14 23:38:41 +03:00
publish: build test
2016-04-16 00:22:12 +03:00
ruby -e 'require "bump"; Bump::Bump.run("patch")'
make build # rebuild after version increment
git tag `ruby scripts/version.rb`
git push
git push --tags
gem push lightstep-tracer-`ruby scripts/version.rb`.gem