resque-god.gemspec in resque-god-0.0.1 vs resque-god.gemspec in resque-god-0.0.2

- old
+ new

@@ -8,10 +8,10 @@ spec.version = Resque::God::VERSION spec.authors = ["bibendi"] spec.email = ["bibendi@bk.ru"] spec.summary = "Launch Resque workers from config via God" spec.description = "Launch Resque workers from config via God. Worker`s settings are stored in the config file." - spec.homepage = "https://github.com/bibendi/resque-god" + spec.homepage = "https://bitbucket.org/shiplix/resque-god" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/})