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 094edfb commit 8bb84c9Copy full SHA for 8bb84c9
README
@@ -1,5 +1,5 @@
1
-FirephpRails
2
-============
+FirePHP Rails Plugin
+====================
3
4
Introduction goes here.
5
@@ -10,4 +10,4 @@ Example
10
Example goes here.
11
12
13
-Copyright (c) 2009 [name of plugin creator], released under the MIT license
+Copyright (c) 2009 Nathan L Smith, released under the MIT license
Rakefile
@@ -16,7 +16,7 @@ end
16
desc 'Generate documentation for the firephp_rails plugin.'
17
Rake::RDocTask.new(:rdoc) do |rdoc|
18
rdoc.rdoc_dir = 'rdoc'
19
- rdoc.title = 'FirephpRails'
+ rdoc.title = 'FirePHP Rails plugin'
20
rdoc.options << '--line-numbers' << '--inline-source'
21
rdoc.rdoc_files.include('README')
22
rdoc.rdoc_files.include('lib/**/*.rb')
0 commit comments