update gemspec
Showing
... | ... | @@ -11,16 +11,16 @@ Gem::Specification.new do |spec| |
spec.summary = %q{Dingtalk integration} | ||
spec.description = %q{Dingtalk ruby SKD} | ||
spec.homepage = "http://github.com" | ||
spec.homepage = "https://github.com/francistm/dingtalk-sdk" | ||
spec.license = "MIT" | ||
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host' | ||
# to allow pushing to a single host or delete this section to allow pushing to any host. | ||
if spec.respond_to?(:metadata) | ||
# spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'" | ||
spec.metadata["allowed_push_host"] = "https://rubygems.pkg.github.com" | ||
spec.metadata["homepage_uri"] = spec.homepage | ||
# spec.metadata["source_code_uri"] = "TODO: Put your gem's public repo URL here." | ||
spec.metadata["source_code_uri"] = "https://github.com/francistm/dingtalk-sdk" | ||
# spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here." | ||
else | ||
raise "RubyGems 2.0 or newer is required to protect against " \ | ||
... | ... |
Please
register
or
sign in
to comment