atk 2.2.0 → 2.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 196fd269477fcd976b4b48cd0666269099ed1f06
|
4
|
+
data.tar.gz: 1267078838d0a635a3f65b834f95a7378552684b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 22a341617ab24fcca9c0a0aac65490579eff2a803927d8b3c281d936344d796da85f438b7abe4607679ae686b330645f357d1bc93eec0b761ed9a7044b9572f6
|
7
|
+
data.tar.gz: 47bb886b165a4bf49be5cb0750841335c355c3d0a4b8d0062c2c116d5cbfb8504bd70a718cc7345aa5ae8e0467f2d24cad6b014f66bd790ab42eae406a0323ac
|
data/Rakefile
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: atk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.2.
|
4
|
+
version: 2.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- The Ruby-GNOME2 Project Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-10-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: glib2
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 2.2.
|
19
|
+
version: 2.2.1
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 2.2.
|
26
|
+
version: 2.2.1
|
27
27
|
description: Ruby/ATK is a Ruby binding of ATK-1.0.x.
|
28
28
|
email: ruby-gnome2-devel-en@lists.sourceforge.net
|
29
29
|
executables: []
|
@@ -33,8 +33,6 @@ extra_rdoc_files: []
|
|
33
33
|
files:
|
34
34
|
- README
|
35
35
|
- Rakefile
|
36
|
-
- extconf.rb
|
37
|
-
- lib/atk.rb
|
38
36
|
- ext/atk/atk.def
|
39
37
|
- ext/atk/depend
|
40
38
|
- ext/atk/extconf.rb
|
@@ -71,6 +69,8 @@ files:
|
|
71
69
|
- ext/atk/rbatktextrectangle.c
|
72
70
|
- ext/atk/rbatkutil.c
|
73
71
|
- ext/atk/rbatkvalue.c
|
72
|
+
- extconf.rb
|
73
|
+
- lib/atk.rb
|
74
74
|
- test/atk-test-utils.rb
|
75
75
|
- test/run-test.rb
|
76
76
|
- test/test-text-rectangle.rb
|
@@ -84,17 +84,17 @@ require_paths:
|
|
84
84
|
- lib
|
85
85
|
required_ruby_version: !ruby/object:Gem::Requirement
|
86
86
|
requirements:
|
87
|
-
- -
|
87
|
+
- - ">="
|
88
88
|
- !ruby/object:Gem::Version
|
89
89
|
version: 1.9.3
|
90
90
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
91
91
|
requirements:
|
92
|
-
- -
|
92
|
+
- - ">="
|
93
93
|
- !ruby/object:Gem::Version
|
94
94
|
version: '0'
|
95
95
|
requirements: []
|
96
96
|
rubyforge_project:
|
97
|
-
rubygems_version: 2.
|
97
|
+
rubygems_version: 2.2.2
|
98
98
|
signing_key:
|
99
99
|
specification_version: 4
|
100
100
|
summary: Ruby/ATK is a Ruby binding of ATK-1.0.x.
|