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 d90ad35 commit a4d23d1Copy full SHA for a4d23d1
lib/stackprof.rb
@@ -18,7 +18,7 @@
18
end
19
20
module StackProf
21
- VERSION = '0.2.26'
+ VERSION = '0.2.27'
22
23
24
StackProf.autoload :Report, "stackprof/report.rb"
stackprof.gemspec
@@ -1,6 +1,6 @@
1
Gem::Specification.new do |s|
2
s.name = 'stackprof'
3
- s.version = '0.2.26'
+ s.version = '0.2.27'
4
s.homepage = 'http://github.com/tmm1/stackprof'
5
6
s.authors = 'Aman Gupta'
0 commit comments