Skip to content

Commit

Permalink
Updates project URL and email address.
Browse files Browse the repository at this point in the history
  • Loading branch information
npatwardhan committed May 4, 2015
1 parent 65218da commit 41fb6c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ spec = Gem::Specification.new do |s|
s.version = "2.0.0"
s.author = "Nathan Patwardhan"
s.rubyforge_project = "parallelforkmgr"
s.homepage = "http://rubyforge.org/projects/parallelforkmgr/"
s.email = "noopy.org @nospam@ gmail.com"
s.homepage = "https://github.com/npatwardhan/ruby-parallel-forkmanager/"
s.email = "noopy.org<at>gmail.com"
s.summary = "A simple parallel processing fork manager."
s.files = FileList['lib/parallel/*.rb', 'use_pfm.rb', 'parallel_http_get.rb'].to_a
s.require_path = "lib/parallel"
Expand Down

0 comments on commit 41fb6c2

Please sign in to comment.