Skip to content

Commit

Permalink
Extend compatibility to ruby-prof 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
dtinth committed Nov 29, 2014
1 parent 17bf2f2 commit ef9ef27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/ruby-prof/printers/flame_graph_printer.rb
Expand Up @@ -7,7 +7,7 @@ module RubyProf
#
class FlameGraphPrinter < AbstractPrinter

VERSION = '0.2.0'
VERSION = '0.3.0'

def print(output = STDOUT, options = {})
@output = output
Expand Down
2 changes: 1 addition & 1 deletion ruby-prof-flamegraph.gemspec
Expand Up @@ -18,5 +18,5 @@ Gem::Specification.new do |spec|

spec.add_development_dependency "bundler", "~> 1.7"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_runtime_dependency "ruby-prof", "~> 0.15"
spec.add_runtime_dependency "ruby-prof", "~> 0.13"
end

0 comments on commit ef9ef27

Please sign in to comment.