0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
<a herf="https://matrix.org">matrix</a> to D-Bus
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.15
~> 10.0
~> 3.0

Runtime

~> 0.14.0
 Project Readme

matrix_dbus (English)

matrix 和 D-Bus 的桥。

安装

在你的应用的 Gemfile 加入这行:

gem 'matrix_dbus'

然后运行:

$ bundle

或者你自己安装

$ gem install matrix_dbus

使用

Service: org.dastudio.matrix Object path: /org/dastudio/matrix Interface: org.dastudio.matrix

TODO: 写使用说明

开发

检出这个仓库后,运行 bin/setup 来安装依赖关系。然后,运行 rake spec 来运行测试。 您还可以运行 bin/console 启动交互式提示符(irb),让您进行实验。

要将此 gem 安装到本机上,请运行 bundle exec rake install。 要释出新版本,请在 version.rb 中更新版本号,然后运行 bundle exec rake release,该版本将为该版本创建一个 git 标签,并推送 git 提交和标签,然后将 .gem 文件提交到 rubygems.org

贡献

欢迎来 GitHub 上发起 issues 和 pull requests