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

Commit

Permalink
Remove version numbers from README. Updated copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
bhb committed Mar 21, 2011
1 parent 3afe19a commit 762b7e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rdoc
Original file line number Diff line number Diff line change
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.4', :lib => 'rack/perftools_profiler'
config.gem 'rack-perftools_profiler', :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.4', :require => 'rack/perftools_profiler'
gem 'rack-perftools_profiler', :require => 'rack/perftools_profiler'

and add the following to config/application.rb

Expand Down Expand Up @@ -172,4 +172,4 @@ The basic idea and initial implementation of the middleware was heavily influenc

== Copyright

Copyright (c) 2010 Ben Brinckerhoff. See LICENSE for details.
Copyright (c) 2010-2011 Ben Brinckerhoff. See LICENSE for details.

0 comments on commit 762b7e7

Please sign in to comment.