WxExt

微信接口之外的扩展gem

Installation

Add this line to your application's Gemfile:

gem 'wx_ext'

And then execute:

$ bundle

Usage

使用请看spec/wx_ext/

测试

  1. 修改 spec/wx_ext/weixin_spec.rb 文件中的账户密码
  2. rspec spec/wx_ext/weixin_spec.rb
  3. rspec spec/wx_ext/sougou_weixin_spec.rb

Contributing

  1. Fork it ( https://github.com/FlowerWrong/wx_ext/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