We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d62c88 commit edd95e0Copy full SHA for edd95e0
kiba-common.gemspec
@@ -12,6 +12,10 @@ Gem::Specification.new do |gem|
12
gem.name = 'kiba-common'
13
gem.require_paths = ['lib']
14
gem.version = Kiba::Common::VERSION
15
+ gem.metadata = {
16
+ 'source_code_uri' => 'https://github.com/thbar/kiba-common',
17
+ 'documentation_uri' => 'https://github.com/thbar/kiba-common/blob/master/README.md',
18
+ }
19
20
gem.add_dependency 'kiba', '>= 1.0.0', '< 4'
21
gem.add_development_dependency 'rake'
0 commit comments