rakismet 0.4.1 → 0.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +1 -1
- data/Rakefile +1 -1
- data/VERSION.yml +1 -1
- metadata +5 -5
data/README.md
CHANGED
|
@@ -12,7 +12,7 @@ Setup
|
|
|
12
12
|
As a plugin
|
|
13
13
|
-----------
|
|
14
14
|
|
|
15
|
-
Install with `script/plugin install git://github.com/
|
|
15
|
+
Install with `script/plugin install git://github.com/joshfrench/rakismet`
|
|
16
16
|
|
|
17
17
|
Rakismet installation should have created a file called rakismet.rb in
|
|
18
18
|
config/initializers. If not, you can copy the template from:
|
data/Rakefile
CHANGED
|
@@ -8,7 +8,7 @@ begin
|
|
|
8
8
|
gem.summary = %Q{Akismet and TypePad AntiSpam integration for Rails.}
|
|
9
9
|
gem.description = %Q{Rakismet is the easiest way to integrate Akismet or TypePad's AntiSpam into your Rails app.}
|
|
10
10
|
gem.email = "josh@digitalpulp.com"
|
|
11
|
-
gem.homepage = "http://github.com/
|
|
11
|
+
gem.homepage = "http://github.com/joshfrench/rakismet"
|
|
12
12
|
gem.authors = ["Josh French"]
|
|
13
13
|
gem.rubyforge_project = %q{rakismet}
|
|
14
14
|
end
|
data/VERSION.yml
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rakismet
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 11
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 4
|
|
9
|
-
-
|
|
10
|
-
version: 0.4.
|
|
9
|
+
- 2
|
|
10
|
+
version: 0.4.2
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Josh French
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2010-
|
|
18
|
+
date: 2010-06-22 00:00:00 -04:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies: []
|
|
21
21
|
|
|
@@ -49,7 +49,7 @@ files:
|
|
|
49
49
|
- spec/spec_helper.rb
|
|
50
50
|
- uninstall.rb
|
|
51
51
|
has_rdoc: true
|
|
52
|
-
homepage: http://github.com/
|
|
52
|
+
homepage: http://github.com/joshfrench/rakismet
|
|
53
53
|
licenses: []
|
|
54
54
|
|
|
55
55
|
post_install_message:
|