We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b188380 commit c1cd0c9Copy full SHA for c1cd0c9
HACKING
@@ -1,7 +1,7 @@
1
Clone the project:
2
3
- git clone http://github.com/rtomayko/fastspawn.git
4
- cd fastspawn
+ git clone http://github.com/rtomayko/posix-spawn.git
+ cd posix-spawn
5
bundle install
6
7
Rake tasks can be run without further setup:
posix-spawn.gemspec
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
s.summary = 'posix_spawnp(2) for ruby'
8
s.description = 'posix-spawn uses posix_spawnp(2) for faster process spawning'
9
10
- s.homepage = 'http://github.com/rtomayko/fastspawn'
+ s.homepage = 'http://github.com/rtomayko/posix-spawn'
11
s.has_rdoc = false
12
13
s.authors = ['Ryan Tomayko', 'Aman Gupta']
0 commit comments