We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 886080a commit 4140d59Copy full SHA for 4140d59
spawnling.gemspec
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
10
s.authors = ['Tom Anderson', 'Michael Noack']
11
s.email = ['tom@squeat.com', 'michael+spawnling@noack.com.au']
12
13
- s.homepage = %q{http://github.com/tra/spawnling}
+ s.homepage = %q{https://github.com/tra/spawnling}
14
s.license = "MIT"
15
s.summary = %q{Easily fork OR thread long-running sections of code in Ruby}
16
s.description = %q{This plugin provides a 'Spawnling' class to easily fork OR
0 commit comments