Commit 8283cdd

mo <mo.khan@gmail.com>
2018-05-19 18:11:18
add source code uri.
1 parent 26fa309
Changed files (1)
del.gemspec
@@ -23,6 +23,9 @@ Gem::Specification.new do |spec|
   spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
   spec.require_paths = ['lib']
   spec.required_ruby_version = '>= 2.5.0'
+  spec.metadata = {
+    'source_code_uri' => 'https://github.com/mokhan/del'
+  }
 
   spec.add_dependency 'bundler-audit', '~> 0.6'
   spec.add_dependency 'net-hippie', '~> 0.1'