The LightStep distributed tracing library for Ruby
Перейти к файлу
bcronin 1a2244b650 Fix tests 2016-04-15 14:06:47 -07:00
bin Normalize to Ruby conventions 2016-04-07 17:16:29 -07:00
lib Rename file 2016-04-15 14:06:19 -07:00
scripts Add Makefile with publish steps 2016-04-14 13:38:41 -07:00
spec Fix tests 2016-04-15 14:06:47 -07:00
.gitignore Add Makefile with publish steps 2016-04-14 13:38:41 -07:00
.rspec Normalize to Ruby conventions 2016-04-07 17:16:29 -07:00
Gemfile Normalize to Ruby conventions 2016-04-07 17:16:29 -07:00
LICENSE.txt Normalize to Ruby conventions 2016-04-07 17:16:29 -07:00
Makefile Fix Makefile to tag with incremented version 2016-04-14 15:09:44 -07:00
README.md Update README 2016-04-07 17:52:01 -07:00
Rakefile Normalize to Ruby conventions 2016-04-07 17:16:29 -07:00
circle.yml Update circle.yml to only run on master 2016-04-14 13:41:08 -07:00
example.rb Move file to lib dir 2016-04-15 12:06:47 -07:00
lightstep-tracer.gemspec Change bundler version 2016-04-07 17:43:04 -07:00

README.md

WORK IN PROGRESS

NOTE: this library is still under active development and is not yet fully stable. Pull requests are most welcome!

Circle CI

Installation

Add this line to your application's Gemfile:

gem 'lightstep-tracer'

And then execute:

$ bundle

Or install it yourself as:

$ gem install lightstep-tracer

Development

After checking out the repo, run bin/setup to install dependencies. Then, run rake spec to run the tests.

To install this gem onto your local machine, run bundle exec rake install. To release a new version, update the version number in version.rb, and then run bundle exec rake release, which will create a git tag for the version, push git commits and tags, and push the .gem file to rubygems.org.

License

The gem is available as open source under the terms of the MIT License.