README.md in stack_tracy-0.1.8 vs README.md in stack_tracy-0.1.9
- old
+ new
@@ -1,6 +1,6 @@
-# StackTracy
+# StackTracy [![Build Status](https://secure.travis-ci.org/archan937/stack_tracy.png)](http://travis-ci.org/archan937/stack_tracy)
Investigate and detect slow methods within the stack trace of your Ruby (optionally Sinatra) application
## Introduction
@@ -397,10 +397,10 @@
The StackTracy repo is provided with `script/console` which you can use for development / testing purposes.
Run the following command in your console:
$ script/console
- Loading development environment (StackTracy 0.1.8)
+ Loading development environment (StackTracy 0.1.9)
[1] pry(main)> stack_tracy :print do
[1] pry(main)* puts "testing"
[1] pry(main)* end
testing
Kernel#puts <0.000121>
\ No newline at end of file