Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
fixed gem version specification in README to be up-to-date
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke VanderHart committed Mar 16, 2011
1 parent 4848773 commit d91cd7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rdoc
Expand Up @@ -28,13 +28,13 @@ Include the middleware

For Rails 2, add the following to config/environment.rb

config.gem 'rack-perftools_profiler', :version => '~> 0.1', :lib => 'rack/perftools_profiler'
config.gem 'rack-perftools_profiler', :version => '~> 0.4', :lib => 'rack/perftools_profiler'
require 'rack/perftools_profiler'
config.middleware.use ::Rack::PerftoolsProfiler, :default_printer => 'gif'

For Rails 3, add the following to your Gemfile

gem 'rack-perftools_profiler', '~> 0.1', :require => 'rack/perftools_profiler'
gem 'rack-perftools_profiler', '~> 0.4', :require => 'rack/perftools_profiler'

and add the following to config/application.rb

Expand Down

0 comments on commit d91cd7c

Please sign in to comment.