atk 1.2.6-x86-mingw32 → 2.0.0-x86-mingw32
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.
- data/Rakefile +16 -12
- data/lib/atk.rb +10 -1
- data/vendor/local/bin/libatk-1.0-0.dll +0 -0
- data/vendor/local/lib/girepository-1.0/Atk-1.0.typelib +0 -0
- data/vendor/local/lib/libatk-1.0.dll.a +0 -0
- data/vendor/local/share/gir-1.0/Atk-1.0.gir +12603 -0
- metadata +6 -4
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: atk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 2.0.0
|
5
5
|
prerelease:
|
6
6
|
platform: x86-mingw32
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-04-
|
12
|
+
date: 2013-04-29 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: glib2
|
@@ -18,7 +18,7 @@ dependencies:
|
|
18
18
|
requirements:
|
19
19
|
- - ! '>='
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version:
|
21
|
+
version: 2.0.0
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ! '>='
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version:
|
29
|
+
version: 2.0.0
|
30
30
|
description: Ruby/ATK is a Ruby binding of ATK-1.0.x.
|
31
31
|
email: ruby-gnome2-devel-en@lists.sourceforge.net
|
32
32
|
executables: []
|
@@ -112,9 +112,11 @@ files:
|
|
112
112
|
- vendor/local/include/atk-1.0/atk/atkversion.h
|
113
113
|
- vendor/local/include/atk-1.0/atk/atkwindow.h
|
114
114
|
- vendor/local/lib/atk-1.0.def
|
115
|
+
- vendor/local/lib/girepository-1.0/Atk-1.0.typelib
|
115
116
|
- vendor/local/lib/libatk-1.0.dll.a
|
116
117
|
- vendor/local/lib/libatk-1.0.la
|
117
118
|
- vendor/local/lib/pkgconfig/atk.pc
|
119
|
+
- vendor/local/share/gir-1.0/Atk-1.0.gir
|
118
120
|
- vendor/local/share/gtk-doc/html/atk/AtkAction.html
|
119
121
|
- vendor/local/share/gtk-doc/html/atk/AtkComponent.html
|
120
122
|
- vendor/local/share/gtk-doc/html/atk/AtkDocument.html
|