Update relative path
This commit is contained in:
Родитель
1a2244b650
Коммит
f1ac2431ef
1
Makefile
1
Makefile
|
@ -5,6 +5,7 @@ build:
|
|||
|
||||
test:
|
||||
rake spec
|
||||
ruby example.rb
|
||||
|
||||
publish: build test
|
||||
gem bump --version patch
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require_relative './lib/lightstep.rb'
|
||||
require_relative './lib/lightstep-tracer.rb'
|
||||
|
||||
LightStep.init_global_tracer('lightstep/ruby/example', '{your_access_token}', {
|
||||
#:collector_host => 'localhost',
|
||||
|
|
|
@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
|
|||
spec.name = "lightstep-tracer"
|
||||
spec.version = Lightstep::Tracer::VERSION
|
||||
spec.authors = ["bcronin"]
|
||||
spec.email = ["bcronin@lightstep.com"]
|
||||
spec.email = ["support@lightstep.com"]
|
||||
|
||||
spec.summary = %q{LightStep OpenTracing Ruby bindings}
|
||||
spec.homepage = "https://github.com/lightstep/lightstep-tracer-ruby"
|
||||
|
|
Загрузка…
Ссылка в новой задаче