Commit e9f398498befc6f1d58d5e57bb8161c2c93ee99f

Authored by Jeff Lai
1 parent e4d37df8
Exists in master

Fix gemspec

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
dingtalk.gemspec
... ... @@ -9,9 +9,9 @@ Gem::Specification.new do |spec|
9 9 spec.authors = ["Jeff Lai"]
10 10 spec.email = ["winfield301@gmail.com"]
11 11  
12   - spec.summary = %q{TODO: Write a short summary, because Rubygems requires one.}
13   - spec.description = %q{TODO: Write a longer description or delete this line.}
14   - spec.homepage = "TODO: Put your gem's website or public repo URL here."
  12 + spec.summary = %q{Dingtalk Rubygem}
  13 + spec.description = %q{Dingtalk Rubygem}
  14 + spec.homepage = "http://dingtalk.com"
15 15 spec.license = "MIT"
16 16  
17 17 # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
... ...