public
Description: Easy Akismet integration for your Rails app
Clone URL: git://github.com/jfrench/rakismet.git
Report proper version to Akismet
jfrench (author)
Tue Jul 01 19:42:40 -0700 2008
commit  a2a2e2f10d0e4139cde675510bc5795d3ccac987
tree    59501b8af638e626449096a0af22a16d2740bbdc
parent  bc7ea0e3dfdf58e83390596c4a4cb4ce8f25b474
...
44
45
46
47
 
48
49
50
51
...
44
45
46
 
47
48
49
50
51
0
@@ -44,7 +44,7 @@ module Rakismet
0
   NoBinding = Class.new(NameError)
0
   
0
   HEADERS = {
0
- 'User-Agent' => "Rails/#{Rails::VERSION::STRING} | Rakismet/2.0",
0
+ 'User-Agent' => "Rails/#{Rails::VERSION::STRING} | Rakismet/0.2.1",
0
     'Content-Type' => 'application/x-www-form-urlencoded'
0
   }
0
 end
0
\ No newline at end of file

Comments

    No one has commented yet.