Sha256: 05fa25996e3dd6c1b6076142a376c4f6de4b974ce47539d857cac54075e055b0
Contents?: true
Size: 1.07 KB
Versions: 2
Compression:
Stored size: 1.07 KB
Contents
# CQHTTP ([English](/README.en.md)) 在 ruby 中使用 [richardchien/coolq-http-api](https://github.com/richardchien/coolq-http-api)。 ## 安装 在你的应用的 `Gemfile` 加入这行: ```ruby gem 'CQHTTP' ``` 然后运行: $ bundle 或者你自己安装 $ gem install CQHTTP ## 使用 TODO: 写使用说明 ### D-Bus Service: `org.dastudio.qq` Object path: `/org/dastudio/qq` Interface: `org.dastudio.cqhttp` ## 开发 检出这个仓库后,运行 `bin/setup` 来安装依赖关系。然后,运行 `rake spec` 来运行测试。 您还可以运行 `bin/console` 启动交互式提示符(`irb`),让您进行实验。 要将此 gem 安装到本机上,请运行 `bundle exec rake install`。 要释出新版本,请在 `version.rb` 中更新版本号,然后运行 `bundle exec rake release`,该版本将为该版本创建一个 git 标签,并推送 git 提交和标签,然后将 `.gem` 文件提交到 [rubygems.org](https://rubygems.org)。 ## 贡献 欢迎来 [GitHub](https://github.com/71e6fd52/cqhttp-ruby) 上发起 issues 和 pull requests
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
CQHTTP-2.2.2 | README.md |
CQHTTP-2.2.1 | README.md |