We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ff29d5 commit c31658cCopy full SHA for c31658c
2 files changed
lib/stackprof.rb
@@ -1,7 +1,7 @@
1
require "stackprof/stackprof"
2
3
module StackProf
4
- VERSION = '0.2.16'
+ VERSION = '0.2.17'
5
end
6
7
StackProf.autoload :Report, "stackprof/report.rb"
stackprof.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'stackprof'
- s.version = '0.2.16'
+ s.version = '0.2.17'
s.homepage = 'http://github.com/tmm1/stackprof'
s.authors = 'Aman Gupta'
0 commit comments