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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4d510b8f8cca6a7d67df7c04e3c485adb0af0866
4
- data.tar.gz: a34a34c0cfd97aba0cb4c5b6bacfdee70cf0d9da
3
+ metadata.gz: 4c9a8989642ebeaed237d1a6a7303c658c21118a
4
+ data.tar.gz: 9dcbccead68aaa7f03028ebb29dd1927eb31a92e
5
5
  SHA512:
6
- metadata.gz: 337d97b940e17119a553111369a2719ec1e6770d2b3d2b1ca4c6d6c8f716a6a1b746d5b55879e162f48870dfcc2975d8a43d7a641a01c3a4e29415630032fd42
7
- data.tar.gz: 7f1e9c0f2192d285d74685b00348ded4e5caff5ddb8e8dbaa428e50a09d7fa344efc61c1ea4ee464a71e8898ff9cdc020f17711d8f4593cb371b7c6b9aa87cf4
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.summary = %q{The atspi gem lets you comfortably call the Assistive Technology Service Provider Interface on Linux.}
13
- spec.description = %q{It is a high level wrapper around libatspi.}
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
@@ -1,4 +1,4 @@
1
1
  module ATSPI
2
2
  # this library's version
3
- VERSION = "0.8.0"
3
+ VERSION = "0.8.1"
4
4
  end
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.0
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: It is a high level wrapper around libatspi.
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: The atspi gem lets you comfortably call the Assistive Technology Service
130
- Provider Interface on Linux.
130
+ summary: A high level wrapper around libatspi.
131
131
  test_files: []
132
132
  has_rdoc: