forked from joshfrench/rakismet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
35 lines (35 loc) · 1.2 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
* Clean up gemspec and load paths [Steven Harman]
* Add Akismet is_test param [Steven Harman]
* Add Akismet user_role attribute [Steven Harman]
= 1.2.1
* Fix deprecated usage of HTTPResponse for Ruby 1.9.3 [Leonid Shevtsov]
= 1.2.0
* Rakismet attribute mappings are now inheritable
= 1.1.2
* Explicitly load version
= 1.1.1
* Fix SafeBuffer error under Rails 3.0.8 and 3.0.9 [Brandon Ferguson]
* Readme cleanup [Zeke Sikelianos]
* Drop Jeweler in favor of Bundler's gem tasks
= 1.1.0
* Add HTTP Proxy support [Francisco Trindade]
= 1.0.1
* Fix hash access for Ruby 1.9 [Alex Crichton]
= 1.0.0
* Update for Rails 3
* Remove filters and replace with middleware
* Remove initializers and replace with Railtie
= 0.4.0
* Rakismet is no longer injected into ActiveRecord or ActionController
* API changes to support newly decoupled modules
* Use Jeweler to manage gemspec
= 0.3.6
* Allow attributes to fall through to methods or AR attributes
= 0.3.5
* Added gemspec and rails/init.rb so rakismet can work as a gem [Michael Air]
* Added generator template and manifest [Michael Air]
= 0.3.0
* Abstract out Rakismet version string
* Set default Akismet Host
* Abstract out the Akismet host [Mike Burns]
* Started keeping a changelog :P