atspi 0.8.0 → 0.8.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/atspi.gemspec +2 -2
- data/lib/atspi/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4c9a8989642ebeaed237d1a6a7303c658c21118a
|
4
|
+
data.tar.gz: 9dcbccead68aaa7f03028ebb29dd1927eb31a92e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b649ff610b5943803b27962c89b3073b2456a17ac5a9df21eb691f512ae5d54c0766f3cc12102cc9840f179d2094e7aad2496f4d5218e6e525cd1fd4e81d6ab5
|
7
|
+
data.tar.gz: 859022e872dd60a0422be635957334fc5c3f05c3d8aebb3f75ad66a5fd86ba5669cb2347b2d23aff7495263acfb349f4b8ac554d9ad756abf800fbd781f283fd
|
data/README.md
CHANGED
@@ -53,7 +53,7 @@ selected_tab.index # => 2
|
|
53
53
|
|
54
54
|
## Documentation
|
55
55
|
|
56
|
-
Detailed documentation can be found at [http://www.rubydoc.info/gems/atspi](http://www.rubydoc.info/gems/atspi).
|
56
|
+
Detailed documentation can be found at [http://www.rubydoc.info/gems/atspi](http://www.rubydoc.info/gems/atspi/).
|
57
57
|
|
58
58
|
Especially:
|
59
59
|
|
data/atspi.gemspec
CHANGED
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.authors = ["Christopher Aue"]
|
10
10
|
spec.email = ["mail@christopheraue.net"]
|
11
11
|
|
12
|
-
spec.
|
13
|
-
spec.
|
12
|
+
spec.description = %q{The atspi gem lets you comfortably call the Assistive Technology Service Provider Interface (AT-SPI) on Linux.}
|
13
|
+
spec.summary = %q{A high level wrapper around libatspi.}
|
14
14
|
spec.homepage = "https://github.com/christopheraue/ruby-atspi"
|
15
15
|
spec.license = "MIT"
|
16
16
|
|
data/lib/atspi/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: atspi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.8.
|
4
|
+
version: 0.8.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Christopher Aue
|
@@ -38,7 +38,8 @@ dependencies:
|
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '1.8'
|
41
|
-
description:
|
41
|
+
description: The atspi gem lets you comfortably call the Assistive Technology Service
|
42
|
+
Provider Interface (AT-SPI) on Linux.
|
42
43
|
email:
|
43
44
|
- mail@christopheraue.net
|
44
45
|
executables: []
|
@@ -126,7 +127,6 @@ rubyforge_project:
|
|
126
127
|
rubygems_version: 2.4.5.1
|
127
128
|
signing_key:
|
128
129
|
specification_version: 4
|
129
|
-
summary:
|
130
|
-
Provider Interface on Linux.
|
130
|
+
summary: A high level wrapper around libatspi.
|
131
131
|
test_files: []
|
132
132
|
has_rdoc:
|