README.md in oboe-2.3.2 vs README.md in oboe-2.3.3.7
- old
+ new
@@ -43,12 +43,12 @@
require 'oboe'
require 'oboe/inst/rack'
# When traces should be initiated for incoming requests. Valid options are
- # “always,” “through” (when the request is initiated with a tracing header
- # from upstream) and “never”. You must set this directive to “always” in
+ # "always", "through" (when the request is initiated with a tracing header
+ # from upstream) and "never". You must set this directive to "always" in
# order to initiate tracing.
Oboe::Config[:tracing_mode] = 'through'
# You can remove the following line in production to allow for
# auto sampling or managing the sample rate through the TraceView portal.
@@ -123,11 +123,11 @@
This example demonstrates method profiling of instance methods. Class methods are profiled slightly differently. See the TraceView [documentation portal](https://support.tv.appneta.com/support/solutions/articles/86395-ruby-instrumentation-public-api) for full details.
# Support
-If you find a bug or would like to request an enhancement, feel free to file an issue. For all other support requests, see our [support portal](https://support.tv.appneta.com/) or on IRC @ #appneta on Freenode.
+If you find a bug or would like to request an enhancement, feel free to file an issue. For all other support requests, see our [support portal](https://support.tv.appneta.com/) or on IRC @ #appneta on [Freenode](http://freenode.net/).
# Contributing
You are obviously a person of great sense and intelligence. We happily appreciate all contributions to the oboe gem whether it is documentation, a bug fix, new instrumentation for a library or framework or anything else we haven't thought of.
@@ -255,10 +255,10 @@
>$ dpkg -l | grep liboboe
ii liboboe-dev 1.1.1-precise1 Tracelytics common library -- development files
ii liboboe0 1.1.1-precise1 Tracelytics common library
-See [Installing Base Packages on Debian and Ubuntu](https://support.tv.appneta.com/support/solutions/articles/86359-installing-base-packages-on-debian-and-ubuntu) in the Knowledge Base for details. Our hacker extraodinaire [Rob Salmond](https://github.com/rsalmond) from the support team have even gotten these packages to [run on Gentoo](http://www.appneta.com/blog/unsupported-doesnt-work/)!
+See [Installing Base Packages on Debian and Ubuntu](https://support.tv.appneta.com/support/solutions/articles/86359-installing-base-packages-on-debian-and-ubuntu) in the Knowledge Base for details. Our hacker extraodinaire [Rob Salmond](https://github.com/rsalmond) from the support team has even gotten these packages to [run on Gentoo](http://www.appneta.com/blog/unsupported-doesnt-work/)!
To see the code related to the C extension, take a look at `ext/oboe_metal/extconf.rb` for details.
You can read more about Ruby gems with C extensions in the [Rubygems Guides](http://guides.rubygems.org/gems-with-extensions/).