matrix_dbus 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c8bd5a0300f429add22c026fe4c3ee9d4afc313f
4
- data.tar.gz: f1db9dd4d5b2d15f93180846ea7e11aa33a51879
3
+ metadata.gz: e979e789b01e9dd381c952082bead0d935351f9b
4
+ data.tar.gz: 7b18ba12084a5da083c36bdcc678f38cec67f5d5
5
5
  SHA512:
6
- metadata.gz: c8fac3b61d526285b8b09df5c9205199e51a832cec36220f3a4b504523463a6ac5ae724f51987156ffc6f2b71d8a4a7d4200f36d1f7d6652292bf83bf3670e0c
7
- data.tar.gz: 136aeedbf7918776a6062f92451ccefb88ffd9a205a73d7950f606c3e6be1aabf0595acebde23f6604a98ce4b61319bf1ec8b61ad363a77e4d9ba24952e22bc7
6
+ metadata.gz: 1289a1c8bb415f8d1a6e652b411952e2e97a563ec84315e2af1096b82cb3b85b1b38d9d95c3df50143d9d110af59aba1d1c857994dbc55a14913bb04b8af97f6
7
+ data.tar.gz: 880ae8ae6b44bb8fb8d1cd906dd89160175dd4808d3c9f98360396758f05f808c328fe0efcf7a65e50ab07dd9860ef38771a971a22e6855dd465630c1e672e53
@@ -1,3 +1,3 @@
1
1
  module MatrixDBus
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
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](https://matrix.org) to D-Bus'
11
+ spec.summary = '<a herf="https://matrix.org">matrix</a> 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.1
4
+ version: 0.2.2
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](https://matrix.org) to D-Bus"
130
+ summary: <a herf="https://matrix.org">matrix</a> to D-Bus
131
131
  test_files: []