We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f74067 commit f88effeCopy full SHA for f88effe
lib/stackprof.rb
@@ -1,7 +1,7 @@
1
require "stackprof/stackprof"
2
3
module StackProf
4
- VERSION = '0.2.18'
+ VERSION = '0.2.19'
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.18'
+ s.version = '0.2.19'
s.homepage = 'http://github.com/tmm1/stackprof'
s.authors = 'Aman Gupta'
0 commit comments