atk 1.1.2 → 1.1.3

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.
@@ -174,6 +174,4 @@ Init_atk_editabletext(VALUE mAtk)
174
174
  RG_DEF_METHOD(cut_text, 2);
175
175
  RG_DEF_METHOD(delete_text, 2);
176
176
  RG_DEF_METHOD(paste_text, 1);
177
-
178
- G_DEF_SETTERS(RG_TARGET_NAMESPACE);
179
177
  }
@@ -65,6 +65,4 @@ Init_atk_image(VALUE mAtk)
65
65
  RG_DEF_METHOD(image_description, 0);
66
66
  RG_DEF_METHOD(set_image_description, 1);
67
67
  RG_DEF_METHOD(image_size, 0);
68
-
69
- G_DEF_SETTERS(RG_TARGET_NAMESPACE);
70
68
  }
@@ -268,6 +268,4 @@ Init_atk_table(VALUE mAtk)
268
268
  RG_DEF_METHOD(add_row_selection, 1);
269
269
  RG_DEF_METHOD(remove_column_selection, 1);
270
270
  RG_DEF_METHOD(remove_row_selection, 1);
271
-
272
- G_DEF_SETTERS(RG_TARGET_NAMESPACE);
273
271
  }
@@ -301,8 +301,6 @@ Init_atk_text(VALUE mAtk)
301
301
  RG_DEF_METHOD(set_selection, 3);
302
302
  RG_DEF_METHOD(set_caret_offset, 1);
303
303
 
304
- G_DEF_SETTERS(RG_TARGET_NAMESPACE);
305
-
306
304
  /* AtkTextBoundary */
307
305
  #ifdef ATK_TYPE_TEXT_BOUNDARY
308
306
  G_DEF_CLASS(ATK_TYPE_TEXT_BOUNDARY, "Boundary", RG_TARGET_NAMESPACE);
@@ -145,7 +145,5 @@ Init_atk_text_rectangle(VALUE mAtk)
145
145
  RG_DEF_METHOD(set_width, 1);
146
146
  RG_DEF_METHOD(set_height, 1);
147
147
  RG_DEF_METHOD(to_a, 0);
148
-
149
- G_DEF_SETTERS(RG_TARGET_NAMESPACE);
150
148
  #endif
151
149
  }
@@ -75,6 +75,4 @@ Init_atk_value(VALUE mAtk)
75
75
  RG_DEF_METHOD(max, 0);
76
76
  RG_DEF_METHOD(min, 0);
77
77
  RG_DEF_METHOD(set_current, 1);
78
-
79
- G_DEF_SETTERS(RG_TARGET_NAMESPACE);
80
78
  }
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: atk
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 2
10
- version: 1.1.2
9
+ - 3
10
+ version: 1.1.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - The Ruby-GNOME2 Project Team
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-01-15 00:00:00 Z
18
+ date: 2012-04-08 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: glib2
@@ -25,12 +25,12 @@ dependencies:
25
25
  requirements:
26
26
  - - ">="
27
27
  - !ruby/object:Gem::Version
28
- hash: 23
28
+ hash: 21
29
29
  segments:
30
30
  - 1
31
31
  - 1
32
- - 2
33
- version: 1.1.2
32
+ - 3
33
+ version: 1.1.3
34
34
  type: :runtime
35
35
  version_requirements: *id001
36
36
  description: Ruby/ATK is a Ruby binding of ATK-1.0.x.
@@ -113,7 +113,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
113
113
  requirements: []
114
114
 
115
115
  rubyforge_project:
116
- rubygems_version: 1.8.12
116
+ rubygems_version: 1.8.15
117
117
  signing_key:
118
118
  specification_version: 3
119
119
  summary: Ruby/ATK is a Ruby binding of ATK-1.0.x.