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.
Files changed (4) hide show
  1. data/README.md +1 -1
  2. data/Rakefile +1 -1
  3. data/VERSION.yml +1 -1
  4. 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/jfrench/rakismet`
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/jfrench/rakismet"
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
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :minor: 4
3
3
  :build:
4
- :patch: 1
4
+ :patch: 2
5
5
  :major: 0
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: 13
4
+ hash: 11
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 1
10
- version: 0.4.1
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-05-27 00:00:00 -04:00
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/jfrench/rakismet
52
+ homepage: http://github.com/joshfrench/rakismet
53
53
  licenses: []
54
54
 
55
55
  post_install_message: