torrific.gemspec in torrific-0.0.1 vs torrific.gemspec in torrific-0.0.2

- old
+ new

@@ -8,10 +8,10 @@ spec.version = Torrific::VERSION spec.authors = ["Aref Aslani"] spec.email = ["arefaslani@gmail.com"] spec.summary = %q{Change tor identity} spec.description = %q{A wrapper on tor gem for changing tor identity from the command line.} - spec.homepage = "" + spec.homepage = "https://github.com/arefaslani/torrific" 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)/})