Skip to content

Commit c1cd0c9

Browse files
committed
s/fastspawn/posix-spawn/ in project URLs
1 parent b188380 commit c1cd0c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

HACKING

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Clone the project:
22

3-
git clone http://github.com/rtomayko/fastspawn.git
4-
cd fastspawn
3+
git clone http://github.com/rtomayko/posix-spawn.git
4+
cd posix-spawn
55
bundle install
66

77
Rake tasks can be run without further setup:

posix-spawn.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
77
s.summary = 'posix_spawnp(2) for ruby'
88
s.description = 'posix-spawn uses posix_spawnp(2) for faster process spawning'
99

10-
s.homepage = 'http://github.com/rtomayko/fastspawn'
10+
s.homepage = 'http://github.com/rtomayko/posix-spawn'
1111
s.has_rdoc = false
1212

1313
s.authors = ['Ryan Tomayko', 'Aman Gupta']

0 commit comments

Comments
 (0)