diff --git a/README.md b/README.md index 6e74aec..93308f9 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,7 @@ -# QyWechatApi +开发中... -TODO: Write a gem description +部门、成员、标签均可以在开发环境调试 -## Installation - -Add this line to your application's Gemfile: - - gem 'qy_wechat_api' - -And then execute: - - $ bundle - -Or install it yourself as: - - $ gem install qy_wechat_api - -## Usage - -TODO: Write usage instructions here - -## Contributing - -1. Fork it ( https://github.com/[my-github-username]/qy_wechat_api/fork ) -2. Create your feature branch (`git checkout -b my-new-feature`) -3. Commit your changes (`git commit -am 'Add some feature'`) -4. Push to the branch (`git push origin my-new-feature`) -5. Create a new Pull Request +``` +gem "qy_wechat_api", git: "https://github.com/lanrion/qy_wechat_api.git" +``` diff --git a/qy_wechat_api.gemspec b/qy_wechat_api.gemspec index 85988fa..bce9cf4 100644 --- a/qy_wechat_api.gemspec +++ b/qy_wechat_api.gemspec @@ -9,9 +9,9 @@ Gem::Specification.new do |spec| spec.version = QyWechatApi::VERSION spec.authors = ["lanrion"] spec.email = ["huaitao-deng@foxmail.com"] - spec.summary = %q{TODO: Write a short summary. Required.} - spec.description = %q{TODO: Write a longer description. Optional.} - spec.homepage = "" + spec.summary = %q{企业微信高级API Ruby版本} + spec.description = %q{企业微信高级API Ruby版本} + spec.homepage = "https://github.com/lanrion/qy_wechat_api" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") -- libgit2 0.21.0