Commit 462a7028 by Francis Zhou

update gemspec

parent 25c0ca3d
...@@ -11,16 +11,16 @@ Gem::Specification.new do |spec| ...@@ -11,16 +11,16 @@ Gem::Specification.new do |spec|
spec.summary = %q{Dingtalk integration} spec.summary = %q{Dingtalk integration}
spec.description = %q{Dingtalk ruby SKD} spec.description = %q{Dingtalk ruby SKD}
spec.homepage = "http://github.com" spec.homepage = "https://github.com/francistm/dingtalk-sdk"
spec.license = "MIT" spec.license = "MIT"
# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host' # 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. # to allow pushing to a single host or delete this section to allow pushing to any host.
if spec.respond_to?(:metadata) 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["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." # spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
else else
raise "RubyGems 2.0 or newer is required to protect against " \ raise "RubyGems 2.0 or newer is required to protect against " \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment