Commit 3d07768b1d64f1502ee897d0bd568973ae587b33

Authored by lanrion
1 parent 3328b1bc
Exists in master

更新描述

Showing 2 changed files with 8 additions and 30 deletions   Show diff stats
README.md
1   -# QyWechatApi
  1 +开发中...
2 2  
3   -TODO: Write a gem description
  3 +部门、成员、标签均可以在开发环境调试
4 4  
5   -## Installation
6   -
7   -Add this line to your application's Gemfile:
8   -
9   - gem 'qy_wechat_api'
10   -
11   -And then execute:
12   -
13   - $ bundle
14   -
15   -Or install it yourself as:
16   -
17   - $ gem install qy_wechat_api
18   -
19   -## Usage
20   -
21   -TODO: Write usage instructions here
22   -
23   -## Contributing
24   -
25   -1. Fork it ( https://github.com/[my-github-username]/qy_wechat_api/fork )
26   -2. Create your feature branch (`git checkout -b my-new-feature`)
27   -3. Commit your changes (`git commit -am 'Add some feature'`)
28   -4. Push to the branch (`git push origin my-new-feature`)
29   -5. Create a new Pull Request
  5 +```
  6 +gem "qy_wechat_api", git: "https://github.com/lanrion/qy_wechat_api.git"
  7 +```
... ...
qy_wechat_api.gemspec
... ... @@ -9,9 +9,9 @@ Gem::Specification.new do |spec|
9 9 spec.version = QyWechatApi::VERSION
10 10 spec.authors = ["lanrion"]
11 11 spec.email = ["huaitao-deng@foxmail.com"]
12   - spec.summary = %q{TODO: Write a short summary. Required.}
13   - spec.description = %q{TODO: Write a longer description. Optional.}
14   - spec.homepage = ""
  12 + spec.summary = %q{企业微信高级API Ruby版本}
  13 + spec.description = %q{企业微信高级API Ruby版本}
  14 + spec.homepage = "https://github.com/lanrion/qy_wechat_api"
15 15 spec.license = "MIT"
16 16  
17 17 spec.files = `git ls-files -z`.split("\x0")
... ...