arcadia 0.6.0 → 0.7.0

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arcadia
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Antonio Galeone
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-02-21 00:00:00 +01:00
12
+ date: 2009-07-22 00:00:00 +02:00
13
13
  default_executable: arcadia
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -22,7 +22,7 @@ dependencies:
22
22
  - !ruby/object:Gem::Version
23
23
  version: 0.9.3
24
24
  version:
25
- description:
25
+ description: Arcadia Ruby Ide
26
26
  email: antonio-galeone@rubyforge.org
27
27
  executables:
28
28
  - arcadia
@@ -31,187 +31,181 @@ extensions: []
31
31
  extra_rdoc_files:
32
32
  - README
33
33
  files:
34
- - lib/a-commons.rb
35
34
  - lib/a-tkcommons.rb
36
35
  - lib/a-contracts.rb
36
+ - lib/a-commons.rb
37
37
  - lib/a-core.rb
38
38
  - ext/ae-breakpoints/ae-breakpoints.conf
39
39
  - ext/ae-breakpoints/ae-breakpoints.rb
40
- - ext/ae-editor/ae-editor.rb
41
- - ext/ae-editor/ae-editor.conf
42
- - ext/ae-editor/langs
43
- - ext/ae-editor/langs/rbw.lang.bind
44
- - ext/ae-editor/langs/rb.lang
45
40
  - ext/ae-editor/langs/conf.lang
41
+ - ext/ae-editor/langs/rb.lang
42
+ - ext/ae-editor/langs/rbw.lang.bind
46
43
  - ext/ae-editor/langs/lang.lang.bind
44
+ - ext/ae-editor/ae-editor.rb
45
+ - ext/ae-editor/ae-editor.conf
47
46
  - ext/ae-file-history/ae-file-history.rb
48
47
  - ext/ae-file-history/ae-file-history.conf
49
48
  - ext/ae-output/ae-output.rb
50
49
  - ext/ae-output/ae-output.conf
51
- - ext/ae-rad/ae-rad.rb
52
- - ext/ae-rad/ae-rad.conf
53
- - ext/ae-rad/ae-rad-inspector.rb
54
- - ext/ae-rad/ae-rad-palette.rb
55
- - ext/ae-rad/lib
56
- - ext/ae-rad/lib/tkext
57
- - ext/ae-rad/lib/tkext/al-bwidget.rb
58
- - ext/ae-rad/lib/tkext/al-iwidgets.rb
59
- - ext/ae-rad/lib/tkext/al-tile.rb
60
- - ext/ae-rad/lib/tkext/al-tktable.rb
61
- - ext/ae-rad/lib/tk
62
- - ext/ae-rad/lib/tk/al-tkarcadia.rb
63
50
  - ext/ae-rad/lib/tk/al-tkcustom.rb
64
- - ext/ae-rad/lib/tk/al-tk.res.rb
65
51
  - ext/ae-rad/lib/tk/al-tk.rb
52
+ - ext/ae-rad/lib/tk/al-tk.res.rb
53
+ - ext/ae-rad/lib/tk/al-tkarcadia.rb
54
+ - ext/ae-rad/lib/tkext/al-tile.rb
55
+ - ext/ae-rad/lib/tkext/al-iwidgets.rb
56
+ - ext/ae-rad/lib/tkext/al-bwidget.rb
57
+ - ext/ae-rad/lib/tkext/al-tktable.rb
58
+ - ext/ae-rad/ae-rad-inspector.rb
66
59
  - ext/ae-rad/ae-rad-libs.rb
60
+ - ext/ae-rad/ae-rad-palette.rb
61
+ - ext/ae-rad/ae-rad.conf
62
+ - ext/ae-rad/ae-rad.rb
67
63
  - ext/ae-ruby-debug/ae-ruby-debug.conf
68
64
  - ext/ae-ruby-debug/ae-ruby-debug.rb
69
- - ext/ae-search-in-files/ae-search-in-files.rb
70
65
  - ext/ae-search-in-files/ae-search-in-files.conf
66
+ - ext/ae-search-in-files/ae-search-in-files.rb
67
+ - ext/ae-dir-projects/ae-dir-projects.rb
68
+ - ext/ae-dir-projects/ae-dir-projects.conf
69
+ - ext/ae-shell/sh.rb
71
70
  - ext/ae-shell/ae-shell.conf
72
71
  - ext/ae-shell/ae-shell.rb
73
- - ext/ae-shell/sh.rb
74
- - tcl/BWidget-1.8.0
75
- - tcl/BWidget-1.8.0/BWman
76
- - tcl/BWidget-1.8.0/BWman/options.htm
77
- - tcl/BWidget-1.8.0/BWman/BWidget.html
78
- - tcl/BWidget-1.8.0/BWman/Button.html
79
- - tcl/BWidget-1.8.0/BWman/ButtonBox.html
80
- - tcl/BWidget-1.8.0/BWman/ComboBox.html
81
- - tcl/BWidget-1.8.0/BWman/Dialog.html
82
- - tcl/BWidget-1.8.0/BWman/DragSite.html
83
- - tcl/BWidget-1.8.0/BWman/DropSite.html
84
- - tcl/BWidget-1.8.0/BWman/DynamicHelp.html
85
- - tcl/BWidget-1.8.0/BWman/Entry.html
86
- - tcl/BWidget-1.8.0/BWman/Label.html
87
- - tcl/BWidget-1.8.0/BWman/LabelEntry.html
88
- - tcl/BWidget-1.8.0/BWman/LabelFrame.html
89
- - tcl/BWidget-1.8.0/BWman/ListBox.html
90
- - tcl/BWidget-1.8.0/BWman/MainFrame.html
91
- - tcl/BWidget-1.8.0/BWman/MessageDlg.html
92
- - tcl/BWidget-1.8.0/BWman/NoteBook.html
93
- - tcl/BWidget-1.8.0/BWman/PagesManager.html
94
- - tcl/BWidget-1.8.0/BWman/PanedWindow.html
95
- - tcl/BWidget-1.8.0/BWman/PanelFrame.html
96
- - tcl/BWidget-1.8.0/BWman/PasswdDlg.html
97
- - tcl/BWidget-1.8.0/BWman/ProgressBar.html
98
- - tcl/BWidget-1.8.0/BWman/ProgressDlg.html
99
- - tcl/BWidget-1.8.0/BWman/ScrollView.html
100
- - tcl/BWidget-1.8.0/BWman/ScrollableFrame.html
101
- - tcl/BWidget-1.8.0/BWman/ScrolledWindow.html
102
- - tcl/BWidget-1.8.0/BWman/SelectColor.html
103
- - tcl/BWidget-1.8.0/BWman/SelectFont.html
104
- - tcl/BWidget-1.8.0/BWman/Separator.html
105
- - tcl/BWidget-1.8.0/BWman/SpinBox.html
106
- - tcl/BWidget-1.8.0/BWman/StatusBar.html
107
- - tcl/BWidget-1.8.0/BWman/TitleFrame.html
108
- - tcl/BWidget-1.8.0/BWman/Tree.html
109
- - tcl/BWidget-1.8.0/BWman/Widget.html
110
- - tcl/BWidget-1.8.0/BWman/contents.html
111
- - tcl/BWidget-1.8.0/BWman/index.html
112
- - tcl/BWidget-1.8.0/BWman/navtree.html
113
- - tcl/BWidget-1.8.0/BWman/ArrowButton.html
114
- - tcl/BWidget-1.8.0/demo
115
- - tcl/BWidget-1.8.0/demo/x1.xbm
72
+ - tcl/BWidget-1.8.0/scrollw.tcl
73
+ - tcl/BWidget-1.8.0/dropsite.tcl
74
+ - tcl/BWidget-1.8.0/init.tcl
75
+ - tcl/BWidget-1.8.0/ChangeLog
76
+ - tcl/BWidget-1.8.0/labelentry.tcl
77
+ - tcl/BWidget-1.8.0/CHANGES.txt
78
+ - tcl/BWidget-1.8.0/README.txt
79
+ - tcl/BWidget-1.8.0/progressdlg.tcl
80
+ - tcl/BWidget-1.8.0/panedw.tcl
81
+ - tcl/BWidget-1.8.0/statusbar.tcl
82
+ - tcl/BWidget-1.8.0/spinbox.tcl
83
+ - tcl/BWidget-1.8.0/progressbar.tcl
84
+ - tcl/BWidget-1.8.0/button.tcl
85
+ - tcl/BWidget-1.8.0/messagedlg.tcl
86
+ - tcl/BWidget-1.8.0/combobox.tcl
87
+ - tcl/BWidget-1.8.0/mainframe.tcl
88
+ - tcl/BWidget-1.8.0/passwddlg.tcl
89
+ - tcl/BWidget-1.8.0/titleframe.tcl
90
+ - tcl/BWidget-1.8.0/color.tcl
91
+ - tcl/BWidget-1.8.0/font.tcl
92
+ - tcl/BWidget-1.8.0/dynhelp.tcl
93
+ - tcl/BWidget-1.8.0/pagesmgr.tcl
94
+ - tcl/BWidget-1.8.0/dialog.tcl
95
+ - tcl/BWidget-1.8.0/utils.tcl
96
+ - tcl/BWidget-1.8.0/LICENSE.txt
97
+ - tcl/BWidget-1.8.0/dragsite.tcl
98
+ - tcl/BWidget-1.8.0/notebook.tcl
99
+ - tcl/BWidget-1.8.0/arrow.tcl
100
+ - tcl/BWidget-1.8.0/entry.tcl
101
+ - tcl/BWidget-1.8.0/lang/da.rc
102
+ - tcl/BWidget-1.8.0/lang/es.rc
103
+ - tcl/BWidget-1.8.0/lang/fr.rc
104
+ - tcl/BWidget-1.8.0/lang/en.rc
105
+ - tcl/BWidget-1.8.0/lang/de.rc
106
+ - tcl/BWidget-1.8.0/tests/entry.test
107
+ - tcl/BWidget-1.8.0/listbox.tcl
108
+ - tcl/BWidget-1.8.0/wizard.tcl
109
+ - tcl/BWidget-1.8.0/tree.tcl
110
+ - tcl/BWidget-1.8.0/widget.tcl
111
+ - tcl/BWidget-1.8.0/labelframe.tcl
116
112
  - tcl/BWidget-1.8.0/demo/bwidget.xbm
117
- - tcl/BWidget-1.8.0/demo/demo.tcl
113
+ - tcl/BWidget-1.8.0/demo/basic.tcl
118
114
  - tcl/BWidget-1.8.0/demo/dnd.tcl
119
- - tcl/BWidget-1.8.0/demo/manager.tcl
115
+ - tcl/BWidget-1.8.0/demo/x1.xbm
116
+ - tcl/BWidget-1.8.0/demo/tree.tcl
120
117
  - tcl/BWidget-1.8.0/demo/select.tcl
121
118
  - tcl/BWidget-1.8.0/demo/tmpldlg.tcl
122
- - tcl/BWidget-1.8.0/demo/tree.tcl
123
- - tcl/BWidget-1.8.0/demo/basic.tcl
124
- - tcl/BWidget-1.8.0/images
125
- - tcl/BWidget-1.8.0/images/warning.gif
126
- - tcl/BWidget-1.8.0/images/copy.gif
127
- - tcl/BWidget-1.8.0/images/cut.gif
119
+ - tcl/BWidget-1.8.0/demo/manager.tcl
120
+ - tcl/BWidget-1.8.0/demo/demo.tcl
121
+ - tcl/BWidget-1.8.0/images/question.gif
128
122
  - tcl/BWidget-1.8.0/images/dragfile.gif
129
- - tcl/BWidget-1.8.0/images/dragicon.gif
130
- - tcl/BWidget-1.8.0/images/error.gif
131
- - tcl/BWidget-1.8.0/images/file.gif
132
- - tcl/BWidget-1.8.0/images/folder.gif
133
- - tcl/BWidget-1.8.0/images/hourglass.gif
123
+ - tcl/BWidget-1.8.0/images/print.gif
134
124
  - tcl/BWidget-1.8.0/images/info.gif
135
- - tcl/BWidget-1.8.0/images/italic.gif
136
- - tcl/BWidget-1.8.0/images/minus.xbm
137
- - tcl/BWidget-1.8.0/images/new.gif
138
125
  - tcl/BWidget-1.8.0/images/opcopy.xbm
139
- - tcl/BWidget-1.8.0/images/open.gif
140
- - tcl/BWidget-1.8.0/images/openfold.gif
141
- - tcl/BWidget-1.8.0/images/oplink.xbm
142
- - tcl/BWidget-1.8.0/images/opmove.xbm
143
- - tcl/BWidget-1.8.0/images/overstrike.gif
144
- - tcl/BWidget-1.8.0/images/palette.gif
145
- - tcl/BWidget-1.8.0/images/passwd.gif
146
- - tcl/BWidget-1.8.0/images/paste.gif
126
+ - tcl/BWidget-1.8.0/images/bold.gif
147
127
  - tcl/BWidget-1.8.0/images/plus.xbm
148
- - tcl/BWidget-1.8.0/images/print.gif
149
- - tcl/BWidget-1.8.0/images/question.gif
128
+ - tcl/BWidget-1.8.0/images/error.gif
129
+ - tcl/BWidget-1.8.0/images/minus.xbm
150
130
  - tcl/BWidget-1.8.0/images/redo.gif
131
+ - tcl/BWidget-1.8.0/images/file.gif
132
+ - tcl/BWidget-1.8.0/images/overstrike.gif
151
133
  - tcl/BWidget-1.8.0/images/save.gif
134
+ - tcl/BWidget-1.8.0/images/palette.gif
135
+ - tcl/BWidget-1.8.0/images/new.gif
152
136
  - tcl/BWidget-1.8.0/images/target.xbm
137
+ - tcl/BWidget-1.8.0/images/warning.gif
138
+ - tcl/BWidget-1.8.0/images/openfold.gif
139
+ - tcl/BWidget-1.8.0/images/opmove.xbm
140
+ - tcl/BWidget-1.8.0/images/dragicon.gif
141
+ - tcl/BWidget-1.8.0/images/copy.gif
153
142
  - tcl/BWidget-1.8.0/images/underline.gif
143
+ - tcl/BWidget-1.8.0/images/passwd.gif
144
+ - tcl/BWidget-1.8.0/images/cut.gif
145
+ - tcl/BWidget-1.8.0/images/open.gif
146
+ - tcl/BWidget-1.8.0/images/oplink.xbm
147
+ - tcl/BWidget-1.8.0/images/hourglass.gif
148
+ - tcl/BWidget-1.8.0/images/italic.gif
149
+ - tcl/BWidget-1.8.0/images/folder.gif
150
+ - tcl/BWidget-1.8.0/images/paste.gif
154
151
  - tcl/BWidget-1.8.0/images/undo.gif
155
- - tcl/BWidget-1.8.0/images/bold.gif
156
- - tcl/BWidget-1.8.0/lang
157
- - tcl/BWidget-1.8.0/lang/da.rc
158
- - tcl/BWidget-1.8.0/lang/de.rc
159
- - tcl/BWidget-1.8.0/lang/en.rc
160
- - tcl/BWidget-1.8.0/lang/es.rc
161
- - tcl/BWidget-1.8.0/lang/fr.rc
162
- - tcl/BWidget-1.8.0/tests
163
- - tcl/BWidget-1.8.0/tests/entry.test
164
- - tcl/BWidget-1.8.0/arrow.tcl
165
- - tcl/BWidget-1.8.0/bitmap.tcl
166
- - tcl/BWidget-1.8.0/button.tcl
167
- - tcl/BWidget-1.8.0/buttonbox.tcl
168
- - tcl/BWidget-1.8.0/color.tcl
169
- - tcl/BWidget-1.8.0/combobox.tcl
170
- - tcl/BWidget-1.8.0/dialog.tcl
171
- - tcl/BWidget-1.8.0/dragsite.tcl
172
- - tcl/BWidget-1.8.0/dropsite.tcl
173
- - tcl/BWidget-1.8.0/dynhelp.tcl
174
- - tcl/BWidget-1.8.0/entry.tcl
175
- - tcl/BWidget-1.8.0/font.tcl
176
- - tcl/BWidget-1.8.0/init.tcl
152
+ - tcl/BWidget-1.8.0/separator.tcl
153
+ - tcl/BWidget-1.8.0/BWman/Label.html
154
+ - tcl/BWidget-1.8.0/BWman/ScrollView.html
155
+ - tcl/BWidget-1.8.0/BWman/DragSite.html
156
+ - tcl/BWidget-1.8.0/BWman/SpinBox.html
157
+ - tcl/BWidget-1.8.0/BWman/PasswdDlg.html
158
+ - tcl/BWidget-1.8.0/BWman/Dialog.html
159
+ - tcl/BWidget-1.8.0/BWman/DynamicHelp.html
160
+ - tcl/BWidget-1.8.0/BWman/PagesManager.html
161
+ - tcl/BWidget-1.8.0/BWman/options.htm
162
+ - tcl/BWidget-1.8.0/BWman/Entry.html
163
+ - tcl/BWidget-1.8.0/BWman/index.html
164
+ - tcl/BWidget-1.8.0/BWman/MessageDlg.html
165
+ - tcl/BWidget-1.8.0/BWman/SelectColor.html
166
+ - tcl/BWidget-1.8.0/BWman/contents.html
167
+ - tcl/BWidget-1.8.0/BWman/LabelFrame.html
168
+ - tcl/BWidget-1.8.0/BWman/ComboBox.html
169
+ - tcl/BWidget-1.8.0/BWman/BWidget.html
170
+ - tcl/BWidget-1.8.0/BWman/ListBox.html
171
+ - tcl/BWidget-1.8.0/BWman/ScrollableFrame.html
172
+ - tcl/BWidget-1.8.0/BWman/PanelFrame.html
173
+ - tcl/BWidget-1.8.0/BWman/ArrowButton.html
174
+ - tcl/BWidget-1.8.0/BWman/Tree.html
175
+ - tcl/BWidget-1.8.0/BWman/ProgressBar.html
176
+ - tcl/BWidget-1.8.0/BWman/SelectFont.html
177
+ - tcl/BWidget-1.8.0/BWman/MainFrame.html
178
+ - tcl/BWidget-1.8.0/BWman/ScrolledWindow.html
179
+ - tcl/BWidget-1.8.0/BWman/Widget.html
180
+ - tcl/BWidget-1.8.0/BWman/Button.html
181
+ - tcl/BWidget-1.8.0/BWman/DropSite.html
182
+ - tcl/BWidget-1.8.0/BWman/ProgressDlg.html
183
+ - tcl/BWidget-1.8.0/BWman/NoteBook.html
184
+ - tcl/BWidget-1.8.0/BWman/Separator.html
185
+ - tcl/BWidget-1.8.0/BWman/navtree.html
186
+ - tcl/BWidget-1.8.0/BWman/LabelEntry.html
187
+ - tcl/BWidget-1.8.0/BWman/ButtonBox.html
188
+ - tcl/BWidget-1.8.0/BWman/PanedWindow.html
189
+ - tcl/BWidget-1.8.0/BWman/TitleFrame.html
190
+ - tcl/BWidget-1.8.0/BWman/StatusBar.html
191
+ - tcl/BWidget-1.8.0/xpm2image.tcl
177
192
  - tcl/BWidget-1.8.0/label.tcl
178
- - tcl/BWidget-1.8.0/labelentry.tcl
179
- - tcl/BWidget-1.8.0/labelframe.tcl
180
- - tcl/BWidget-1.8.0/listbox.tcl
181
- - tcl/BWidget-1.8.0/mainframe.tcl
182
- - tcl/BWidget-1.8.0/messagedlg.tcl
183
- - tcl/BWidget-1.8.0/notebook.tcl
184
- - tcl/BWidget-1.8.0/pagesmgr.tcl
185
- - tcl/BWidget-1.8.0/panedw.tcl
193
+ - tcl/BWidget-1.8.0/buttonbox.tcl
194
+ - tcl/BWidget-1.8.0/bitmap.tcl
186
195
  - tcl/BWidget-1.8.0/panelframe.tcl
187
- - tcl/BWidget-1.8.0/passwddlg.tcl
188
- - tcl/BWidget-1.8.0/pkgIndex.tcl
189
- - tcl/BWidget-1.8.0/progressbar.tcl
190
- - tcl/BWidget-1.8.0/progressdlg.tcl
191
196
  - tcl/BWidget-1.8.0/scrollframe.tcl
197
+ - tcl/BWidget-1.8.0/pkgIndex.tcl
192
198
  - tcl/BWidget-1.8.0/scrollview.tcl
193
- - tcl/BWidget-1.8.0/scrollw.tcl
194
- - tcl/BWidget-1.8.0/separator.tcl
195
- - tcl/BWidget-1.8.0/spinbox.tcl
196
- - tcl/BWidget-1.8.0/statusbar.tcl
197
- - tcl/BWidget-1.8.0/titleframe.tcl
198
- - tcl/BWidget-1.8.0/tree.tcl
199
- - tcl/BWidget-1.8.0/utils.tcl
200
- - tcl/BWidget-1.8.0/wizard.tcl
201
- - tcl/BWidget-1.8.0/xpm2image.tcl
202
- - tcl/BWidget-1.8.0/widget.tcl
203
- - tcl/BWidget-1.8.0/CHANGES.txt
204
- - tcl/BWidget-1.8.0/ChangeLog
205
- - tcl/BWidget-1.8.0/LICENSE.txt
206
- - tcl/BWidget-1.8.0/README.txt
207
199
  - README
208
200
  - bin/arcadia
209
201
  - bin/arcadia.bat
210
202
  - conf/arcadia.conf
211
203
  - conf/arcadia.init.rb
212
204
  - conf/arcadia.res.rb
213
- has_rdoc: false
205
+ has_rdoc: true
214
206
  homepage: http://arcadia.rubyforge.org
207
+ licenses: []
208
+
215
209
  post_install_message:
216
210
  rdoc_options:
217
211
  - --title
@@ -236,9 +230,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
236
230
  requirements: []
237
231
 
238
232
  rubyforge_project: arcadia
239
- rubygems_version: 1.3.1
233
+ rubygems_version: 1.3.3
240
234
  signing_key:
241
- specification_version: 2
242
- summary: An Ide for Ruby written in Ruby using the classic tcl/tk GUI toolkit.
235
+ specification_version: 3
236
+ summary: An light Ide for Ruby written in Ruby using the classic tcl/tk GUI toolkit.
243
237
  test_files: []
244
238