atk 1.2.5-x86-mingw32 → 1.2.6-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.
Files changed (44) hide show
  1. data/Rakefile +2 -1
  2. data/lib/1.9/atk.so +0 -0
  3. data/lib/2.0/atk.so +0 -0
  4. data/vendor/local/bin/libatk-1.0-0.dll +0 -0
  5. data/vendor/local/include/atk-1.0/atk/atk.h +1 -0
  6. data/vendor/local/include/atk-1.0/atk/atkdocument.h +3 -0
  7. data/vendor/local/include/atk-1.0/atk/atkgobjectaccessible.h +1 -1
  8. data/vendor/local/include/atk-1.0/atk/atkhyperlink.h +1 -1
  9. data/vendor/local/include/atk-1.0/atk/atkhyperlinkimpl.h +1 -1
  10. data/vendor/local/include/atk-1.0/atk/atkobject.h +12 -7
  11. data/vendor/local/include/atk-1.0/atk/atkrelationset.h +1 -1
  12. data/vendor/local/include/atk-1.0/atk/atktext.h +2 -2
  13. data/vendor/local/include/atk-1.0/atk/atkutil.h +2 -2
  14. data/vendor/local/include/atk-1.0/atk/atkversion.h +115 -0
  15. data/vendor/local/lib/atk-1.0.def +3 -0
  16. data/vendor/local/lib/libatk-1.0.dll.a +0 -0
  17. data/vendor/local/lib/libatk-1.0.la +4 -4
  18. data/vendor/local/lib/pkgconfig/atk.pc +1 -1
  19. data/vendor/local/share/gtk-doc/html/atk/AtkAction.html +4 -4
  20. data/vendor/local/share/gtk-doc/html/atk/AtkDocument.html +13 -4
  21. data/vendor/local/share/gtk-doc/html/atk/AtkNoOpObject.html +1 -1
  22. data/vendor/local/share/gtk-doc/html/atk/AtkObject.html +26 -33
  23. data/vendor/local/share/gtk-doc/html/atk/AtkRelation.html +3 -2
  24. data/vendor/local/share/gtk-doc/html/atk/AtkSelection.html +4 -4
  25. data/vendor/local/share/gtk-doc/html/atk/AtkStateSet.html +5 -5
  26. data/vendor/local/share/gtk-doc/html/atk/AtkTable.html +5 -5
  27. data/vendor/local/share/gtk-doc/html/atk/AtkText.html +25 -12
  28. data/vendor/local/share/gtk-doc/html/atk/AtkUtil.html +13 -6
  29. data/vendor/local/share/gtk-doc/html/atk/AtkValue.html +2 -2
  30. data/vendor/local/share/gtk-doc/html/atk/AtkWindow.html +328 -0
  31. data/vendor/local/share/gtk-doc/html/atk/api-index-deprecated.html +2 -0
  32. data/vendor/local/share/gtk-doc/html/atk/api-index-full.html +40 -2
  33. data/vendor/local/share/gtk-doc/html/atk/atk-AtkHyperlinkImpl.html +4 -4
  34. data/vendor/local/share/gtk-doc/html/atk/atk-Versioning-Utilities.html +235 -0
  35. data/vendor/local/share/gtk-doc/html/atk/atk.devhelp2 +25 -1
  36. data/vendor/local/share/gtk-doc/html/atk/atk.html +9 -97
  37. data/vendor/local/share/gtk-doc/html/atk/index.html +8 -1
  38. data/vendor/local/share/gtk-doc/html/atk/index.sgml +35 -0
  39. data/vendor/local/share/locale/pt/LC_MESSAGES/atk10.mo +0 -0
  40. data/vendor/local/share/locale/sk/LC_MESSAGES/atk10.mo +0 -0
  41. data/vendor/local/share/locale/tg/LC_MESSAGES/atk10.mo +0 -0
  42. data/vendor/local/share/locale/th/LC_MESSAGES/atk10.mo +0 -0
  43. data/vendor/local/share/locale/ug/LC_MESSAGES/atk10.mo +0 -0
  44. metadata +8 -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: 1.2.5
4
+ version: 1.2.6
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-03-27 00:00:00.000000000 Z
12
+ date: 2013-04-04 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: 1.2.5
21
+ version: 1.2.6
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: 1.2.5
29
+ version: 1.2.6
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: []
@@ -109,6 +109,7 @@ files:
109
109
  - vendor/local/include/atk-1.0/atk/atktext.h
110
110
  - vendor/local/include/atk-1.0/atk/atkutil.h
111
111
  - vendor/local/include/atk-1.0/atk/atkvalue.h
112
+ - vendor/local/include/atk-1.0/atk/atkversion.h
112
113
  - vendor/local/include/atk-1.0/atk/atkwindow.h
113
114
  - vendor/local/lib/atk-1.0.def
114
115
  - vendor/local/lib/libatk-1.0.dll.a
@@ -136,6 +137,7 @@ files:
136
137
  - vendor/local/share/gtk-doc/html/atk/AtkText.html
137
138
  - vendor/local/share/gtk-doc/html/atk/AtkUtil.html
138
139
  - vendor/local/share/gtk-doc/html/atk/AtkValue.html
140
+ - vendor/local/share/gtk-doc/html/atk/AtkWindow.html
139
141
  - vendor/local/share/gtk-doc/html/atk/api-index-1-12.html
140
142
  - vendor/local/share/gtk-doc/html/atk/api-index-1-13.html
141
143
  - vendor/local/share/gtk-doc/html/atk/api-index-1-18.html
@@ -155,6 +157,7 @@ files:
155
157
  - vendor/local/share/gtk-doc/html/atk/atk-AtkPlug.html
156
158
  - vendor/local/share/gtk-doc/html/atk/atk-AtkSocket.html
157
159
  - vendor/local/share/gtk-doc/html/atk/atk-AtkState.html
160
+ - vendor/local/share/gtk-doc/html/atk/atk-Versioning-Utilities.html
158
161
  - vendor/local/share/gtk-doc/html/atk/atk.devhelp2
159
162
  - vendor/local/share/gtk-doc/html/atk/atk.html
160
163
  - vendor/local/share/gtk-doc/html/atk/home.png
@@ -247,6 +250,7 @@ files:
247
250
  - vendor/local/share/locale/sv/LC_MESSAGES/atk10.mo
248
251
  - vendor/local/share/locale/ta/LC_MESSAGES/atk10.mo
249
252
  - vendor/local/share/locale/te/LC_MESSAGES/atk10.mo
253
+ - vendor/local/share/locale/tg/LC_MESSAGES/atk10.mo
250
254
  - vendor/local/share/locale/th/LC_MESSAGES/atk10.mo
251
255
  - vendor/local/share/locale/tk/LC_MESSAGES/atk10.mo
252
256
  - vendor/local/share/locale/tr/LC_MESSAGES/atk10.mo