Commit 00ed7c32afbf55ee073ea1f3ad9a3eed367ae06f
1 parent
feda879d
Exists in
master
update gem spec
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
we_whisper.gemspec
... | ... | @@ -4,9 +4,10 @@ Gem::Specification.new do |s| |
4 | 4 | s.name = 'we_whisper' |
5 | 5 | s.version = WeWhisper::VERSION |
6 | 6 | s.date = '2016-03-30' |
7 | - s.summary = "Wechat Message Encryption Wrapper." | |
7 | + s.summary = "A Ruby Wrapper for Wechat Message Encryption." | |
8 | 8 | s.description = <<-DESC |
9 | - A Ruby Wrapper for Wechat Message Encryption. | |
9 | + Wechat(微信) open platform requires requests/messages to be encrypted. This | |
10 | + gem wrapps the encryption. | |
10 | 11 | DESC |
11 | 12 | s.authors = ["Qi He"] |
12 | 13 | s.email = 'qihe229@gmail.com' | ... | ... |