matrix_dbus 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: edcb4137d5d3a6ad01adf1773edfc059a0997c88
4
- data.tar.gz: 4bba507c4d362d59504101b19f2ec1f8f5e0c57a
3
+ metadata.gz: c8bd5a0300f429add22c026fe4c3ee9d4afc313f
4
+ data.tar.gz: f1db9dd4d5b2d15f93180846ea7e11aa33a51879
5
5
  SHA512:
6
- metadata.gz: fbffb6d3b7fb577e4e06543a99ed2741d02cb67adbe889a1d8cf0ecb9c38b405b0cf37046ec0338f28f2d6de8cf76dae0a92b30896a7333656786633d829bf68
7
- data.tar.gz: ba3b91e64f7f438f7c1a65111ac7c18c252b4aca287e7ad328b13e395493a8a3eb2b905d2dd6c8b5126aca0dbff613d6d17416c276aad8c372853c346b9f3757
6
+ metadata.gz: c8fac3b61d526285b8b09df5c9205199e51a832cec36220f3a4b504523463a6ac5ae724f51987156ffc6f2b71d8a4a7d4200f36d1f7d6652292bf83bf3670e0c
7
+ data.tar.gz: 136aeedbf7918776a6062f92451ccefb88ffd9a205a73d7950f606c3e6be1aabf0595acebde23f6604a98ce4b61319bf1ec8b61ad363a77e4d9ba24952e22bc7
data/README.en.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # matrix_dbus ([中文](/README.md))
2
2
 
3
- The bridge between [matrix](https://matrix.org) and [QQ](https://im.qq.com).
3
+ The bridge between [matrix](https://matrix.org) and D-Bus.
4
4
 
5
5
  ## Installation
6
6
 
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # matrix_dbus ([English](/README.en.md))
2
2
 
3
- [matrix](https://matrix.org) 和 [QQ](https://im.qq.com) 的桥。
3
+ [matrix](https://matrix.org) 和 D-Bus 的桥。
4
4
 
5
5
  ## 安装
6
6
 
@@ -1,3 +1,3 @@
1
1
  module MatrixDBus
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
data/matrix_dbus.gemspec CHANGED
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
8
8
  spec.authors = ['71e6fd52']
9
9
  spec.email = ['DAStudio.71e6fd52@gmail.com']
10
10
 
11
- spec.summary = 'matrix to D-Bus'
11
+ spec.summary = '[matrix](https://matrix.org) to D-Bus'
12
12
  spec.homepage = 'https://github.com/71e6fd52/matrix_dbus'
13
13
 
14
14
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: matrix_dbus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - 71e6fd52
@@ -127,5 +127,5 @@ rubyforge_project:
127
127
  rubygems_version: 2.6.13
128
128
  signing_key:
129
129
  specification_version: 4
130
- summary: matrix to D-Bus
130
+ summary: "[matrix](https://matrix.org) to D-Bus"
131
131
  test_files: []