rubyslippers 1.06 → 1.07
Sign up to get free protection for your applications and to get access to all the features.
- data/Readme.txt +421 -234
- data/code/01rwdcore/01rwdcore.rb +4 -0
- data/code/01rwdcore/openhelpwindow.rb +1 -1
- data/code/01rwdcore/rwdtinkerversion.rb +1 -1
- data/code/superant.com.rubyslippers/0uninstallapplet.rb +1 -1
- data/code/superant.com.rubyslippers/gemserve.rb +0 -3
- data/code/superant.com.rubyslippers/gemwhich.rb +1 -1
- data/code/superant.com.rubyslippers/test_cases.rb +1 -2
- data/code/superant.com.rwdtinkerbackwindow/initiateapplets.rb +119 -79
- data/code/superant.com.rwdtinkerbackwindow/installgemapplet.rb +12 -5
- data/code/superant.com.rwdtinkerbackwindow/viewappletcontents.rb +1 -1
- data/code/superant.com.rwdtinkerbackwindow/viewgemappletcontents.rb +1 -1
- data/configuration/rwdtinker.dist +2 -2
- data/configuration/wrubyslippers-1.07.dist +24 -0
- data/gui/00coreguibegin/applicationguitop.rwd +1 -1
- data/gui/frontwindow0/{viewlogo/cc0openphoto.rwd → cc0openphoto.rwd} +0 -0
- data/gui/{frontwindowselectionbegin/selectiontabbegin → frontwindowselections}/00selectiontabbegin.rwd +0 -0
- data/gui/frontwindowselections/{superant.com.rwdtinkerwin2selectiontab/jumplinkcommands.rwd → jumplinkcommands.rwd} +1 -1
- data/gui/{frontwindowselectionzend/viewselectionzend → frontwindowselections}/wwselectionend.rwd +0 -0
- data/gui/{frontwindowselectionzend/viewselectionzend/zzdocumentbegin.rwd → frontwindowtdocuments/00documentbegin.rwd} +0 -0
- data/gui/frontwindowtdocuments/{superant.com.documents/tinkerdocuments.rwd → tinkerdocuments.rwd} +0 -0
- data/gui/{helpaboutbegin/superant.com.helpaboutbegin → frontwindowtdocuments}/zzdocumentend.rwd +0 -0
- data/gui/helpaboutbegin/{superant.com.helpaboutbegin/zzzrwdlasttab.rwd → zzzrwdlasttab.rwd} +0 -0
- data/gui/helpaboutbegin/{superant.com.helpaboutbegin/zzzzhelpscreenstart.rwd → zzzzhelpscreenstart.rwd} +0 -0
- data/gui/{helpaboutinstalled/superant.com.tinkerhelpabout/helpabouttab.rwd → helpaboutbegin/zzzzzzhelpabouttab.rwd} +0 -0
- data/gui/helpaboutzend/{superant.com.helpaboutend/helpscreenend.rwd → helpscreenend.rwd} +0 -0
- data/gui/helpaboutzend/{superant.com.helpaboutend/zhelpscreenstart2.rwd → zhelpscreenstart2.rwd} +0 -0
- data/gui/helpaboutzend/{superant.com.helpaboutend/zzzzhelpabout2.rwd → zzzzhelpabout2.rwd} +0 -0
- data/gui/helpaboutzend/{superant.com.helpaboutend/zzzzhelpscreen2end.rwd → zzzzhelpscreen2end.rwd} +0 -0
- data/gui/tinkerbackwindows/superant.com.rubyslippers/75gemwhich.rwd +1 -3
- data/gui/tinkerbackwindows/superant.com.rubyslippers/90gemserverscan.rwd +2 -2
- data/gui/tinkerbackwindows/superant.com.tinkerbackwindow/81jumplinkcommands.rwd +1 -1
- data/gui/zzcoreguiend/{tinkerapplicationguiend/yy9rwdend.rwd → yy9rwdend.rwd} +0 -0
- data/init.rb +2 -2
- data/installed/{wrubyslippers-1.06.inf → wrubyslippers-1.07.inf} +7 -2
- data/lang/en/rwdcore/languagefile.rb +3 -4
- data/lang/es/rubyslippers/languagefile.rb +7 -10
- data/lang/es/rwdcore/languagefile-es.rb +0 -6
- data/lang/fr/rubyslippers/languagefile.rb +6 -10
- data/lang/jp/rubyslippers/languagefile.rb +6 -10
- data/lang/nl/rubyslippers/languagefile.rb +6 -10
- data/lang/nl/rwdcore/languagefile.rb +0 -6
- data/{extras → lib}/rconftool.rb +0 -0
- data/{ev → lib/rwd}/browser.rb +2 -2
- data/{ev → lib/rwd}/ftools.rb +0 -0
- data/{ev → lib/rwd}/mime.rb +0 -0
- data/{ev → lib/rwd}/net.rb +3 -3
- data/{ev → lib/rwd}/ruby.rb +0 -0
- data/{ev → lib/rwd}/rwd.rb +7 -7
- data/{ev → lib/rwd}/sgml.rb +1 -1
- data/{ev → lib/rwd}/thread.rb +1 -1
- data/{ev → lib/rwd}/tree.rb +2 -2
- data/{ev → lib/rwd}/xml.rb +1 -1
- data/{extras → lib}/zip/ioextras.rb +0 -0
- data/{extras → lib}/zip/stdrubyext.rb +0 -0
- data/{extras → lib}/zip/tempfile_bugfixed.rb +0 -0
- data/{extras → lib}/zip/zip.rb +2 -2
- data/{extras → lib}/zip/zipfilesystem.rb +0 -0
- data/{extras → lib}/zip/ziprequire.rb +0 -0
- data/rubyslippers.rb +1 -1
- data/rwd_files/HowTo_RubySlippers.txt +7 -3
- data/rwd_files/HowTo_Tinker.txt +31 -9
- data/tests/makedist-wrubyslippers.rb +1 -0
- data/tests/makedist.rb +12 -5
- data/zips/rwdwaddresses-1.05.zip +0 -0
- data/zips/rwdwcalc-0.61.zip +0 -0
- data/zips/rwdwgutenberg-0.09.zip +0 -0
- data/zips/rwdwschedule-1.04.zip +0 -0
- data/zips/rwdwshell-1.04.zip +0 -0
- data/zips/wrubyslippers-1.06.zip +0 -0
- metadata +43 -48
- data/code/superant.com.rubyslippers/jumplinkupdate.rb +0 -8
- data/code/superant.com.rubyslippers/uninstallapplet.rb +0 -57
- data/code/superant.com.rwdtinkerbackwindow/installapplet.rb +0 -27
- data/configuration/rubyslippers.dist +0 -2
- data/configuration/wrubyslippers-1.06.dist +0 -17
- data/lib/rubyslippers.rb +0 -1
- data/rwd_files/GemDocuments.html +0 -6
@@ -29,13 +29,8 @@
|
|
29
29
|
:edit => "edit" ,
|
30
30
|
:file_name => '"File Name:"',
|
31
31
|
:fill_record => '"Fill Record"',
|
32
|
-
:gem_commands => '"Gem Commands"',
|
33
|
-
:gem_files => '"Gem Files"' ,
|
34
|
-
:gem_docs => '"Gem Documents"' ,
|
35
|
-
:gem_name => '"Gem Name"' ,
|
36
32
|
:help => '"Help"',
|
37
33
|
:help_about => '"Help About"',
|
38
|
-
:installgem => '"Install Gem"' ,
|
39
34
|
:install_applet => '"install (rwdtinker) applet"',
|
40
35
|
:jumptoapplication_location => '"Jump to Application Location"',
|
41
36
|
:list_applets => '"List Applets"',
|
@@ -74,7 +69,6 @@
|
|
74
69
|
:view_platform => '"view platform"',
|
75
70
|
:viewplatform_information => '"View Platform Information"',
|
76
71
|
:view_event => '"View event"',
|
77
|
-
:view_gem => '"View Gem"',
|
78
72
|
:viewinstall_text => '"View Install Text"' ,
|
79
73
|
:viewlistinstall_files => '"View List of Installed Files"',
|
80
74
|
:view_photo => '"View Photo"',
|
data/{extras → lib}/rconftool.rb
RENAMED
File without changes
|
data/{ev → lib/rwd}/browser.rb
RENAMED
data/{ev → lib/rwd}/ftools.rb
RENAMED
File without changes
|
data/{ev → lib/rwd}/mime.rb
RENAMED
File without changes
|
data/{ev → lib/rwd}/net.rb
RENAMED
data/{ev → lib/rwd}/ruby.rb
RENAMED
File without changes
|
data/{ev → lib/rwd}/rwd.rb
RENAMED
@@ -1,8 +1,8 @@
|
|
1
|
-
require "
|
2
|
-
require "
|
3
|
-
require "
|
4
|
-
require "
|
5
|
-
require "
|
1
|
+
require "lib/rwd/ruby"
|
2
|
+
require "lib/rwd/xml"
|
3
|
+
require "lib/rwd/net"
|
4
|
+
require "lib/rwd/browser"
|
5
|
+
require "lib/rwd/thread"
|
6
6
|
require "md5"
|
7
7
|
require "rbconfig"
|
8
8
|
|
@@ -1372,7 +1372,7 @@ $rwd_html["DEFAULT"] = "
|
|
1372
1372
|
<title>%TITLE%</title>
|
1373
1373
|
|
1374
1374
|
<meta http-equiv='Content-Type' content='text/html; charset=%CHARSET%'>
|
1375
|
-
<meta http-equiv='Content-Style-Type' content='text/
|
1375
|
+
<meta http-equiv='Content-Style-Type' content='text/html ; charset=UTF-8'>
|
1376
1376
|
<meta http-equiv='Refresh' content='%REFRESH%, javascript:document.bodyform.submit();'>
|
1377
1377
|
|
1378
1378
|
<link rel='shortcut icon' href='%LOGO%'>
|
@@ -1688,7 +1688,7 @@ $rwd_html["WINDOWSLOOKALIKE"] = "
|
|
1688
1688
|
<title>%TITLE%</title>
|
1689
1689
|
|
1690
1690
|
<meta http-equiv='Content-Type' content='text/html; charset=%CHARSET%'>
|
1691
|
-
<meta http-equiv='Content-Style-Type' content='text/css'>
|
1691
|
+
<meta http-equiv='Content-Style-Type' content='text/css; charset=UTF-8' >
|
1692
1692
|
<meta http-equiv='Refresh' content='%REFRESH%, javascript:document.bodyform.submit();'>
|
1693
1693
|
|
1694
1694
|
<link rel='shortcut icon' href='%LOGO%'>
|
data/{ev → lib/rwd}/sgml.rb
RENAMED
data/{ev → lib/rwd}/thread.rb
RENAMED
data/{ev → lib/rwd}/tree.rb
RENAMED
data/{ev → lib/rwd}/xml.rb
RENAMED
File without changes
|
File without changes
|
File without changes
|
data/{extras → lib}/zip/zip.rb
RENAMED
@@ -4,8 +4,8 @@ require 'singleton'
|
|
4
4
|
require 'tempfile'
|
5
5
|
require 'ftools'
|
6
6
|
require 'zlib'
|
7
|
-
require '
|
8
|
-
require '
|
7
|
+
require 'lib/zip/stdrubyext'
|
8
|
+
require 'lib/zip/ioextras'
|
9
9
|
|
10
10
|
if Tempfile.superclass == SimpleDelegator
|
11
11
|
require 'zip/tempfile_bugfixed'
|
File without changes
|
File without changes
|
data/rubyslippers.rb
CHANGED
@@ -1 +1 @@
|
|
1
|
-
# this file does nothing
|
1
|
+
# this file does nothing
|
@@ -157,13 +157,17 @@ http://www.erikveen.dds.nl/rubywebdialogs/index.html
|
|
157
157
|
Thanks, Steven Gibson
|
158
158
|
|
159
159
|
=Changelog
|
160
|
+
Version 1.06
|
161
|
+
updated for rwdtinker 1.75
|
162
|
+
deleted old schedule files
|
163
|
+
|
160
164
|
Version 1.05
|
161
165
|
bug fix for applet unloading
|
162
|
-
|
163
|
-
Needs code and algorithm clean-up
|
164
|
-
|
166
|
+
|
165
167
|
Version 1.04
|
166
168
|
updated for rwdtinker 1.68
|
169
|
+
Heavily refactored to load and unload as a live applet.
|
170
|
+
Needs code and algorithm clean-up
|
167
171
|
|
168
172
|
Version 1.03
|
169
173
|
wrapped directory lists with if clauses
|
data/rwd_files/HowTo_Tinker.txt
CHANGED
@@ -227,20 +227,42 @@ http://www.erikveen.dds.nl/rubywebdialogs/index.html
|
|
227
227
|
Thanks, Steven Gibson
|
228
228
|
|
229
229
|
== Changelog
|
230
|
+
Version 1.76
|
231
|
+
Move rwd code files into lib directory - bug - 21886
|
232
|
+
change tab name list applets - bug - 21864
|
233
|
+
change extra folder to be lib folder - bug 21887
|
234
|
+
remove duplicate intall applet code - bug 21885
|
235
|
+
On Menu tab/Selection Tab - add help button - bug 21884
|
236
|
+
clean up directory structure in gui directory - bug 21882
|
237
|
+
|
238
|
+
Version 1.75
|
239
|
+
change rwd.rb to use UTF-8 for web pages
|
240
|
+
add language load for applets
|
241
|
+
|
242
|
+
Version 1.74
|
243
|
+
remove remote control from help
|
244
|
+
more dependable gui loading for applets
|
245
|
+
|
246
|
+
Version 1.73
|
247
|
+
more debug info in initiateapplet
|
248
|
+
remove gutenberg lang translations
|
249
|
+
correct gui building error recovery
|
250
|
+
|
230
251
|
Version 1.72
|
231
252
|
additional cleanup for live applet add and removal
|
232
253
|
after applet removal focus returns to proper tab
|
233
254
|
error messages are reduced unless $DEBUG=true
|
234
|
-
|
235
|
-
Version 1.71
|
236
|
-
correct zip behavior
|
237
|
-
|
255
|
+
|
238
256
|
Version 1.70
|
239
|
-
major update to applet loading routines
|
240
|
-
a properly prepared applet should be loadable and unloadable live
|
241
|
-
localization is not yet updated in live applet loading
|
242
|
-
remove network line debugging output
|
243
|
-
|
257
|
+
major update to applet loading routines
|
258
|
+
a properly prepared applet should be loadable and unloadable live with not restarting
|
259
|
+
localization is not yet updated in live applet loading
|
260
|
+
remove network line debugging output
|
261
|
+
|
262
|
+
Version 1.69
|
263
|
+
More work on translations - Spanish almost done
|
264
|
+
removed remote control
|
265
|
+
|
244
266
|
Version 1.68
|
245
267
|
updated to newest Ruby webdialogs
|
246
268
|
|
data/tests/makedist.rb
CHANGED
@@ -5,14 +5,21 @@
|
|
5
5
|
#* at "steven@superant.com".
|
6
6
|
#***********************************************************************/
|
7
7
|
$progdir =""
|
8
|
+
$tinkerhelpaboutarray = [""]
|
9
|
+
$tinkerdocumentsarray = [""]
|
10
|
+
$testharnessarray = [""]
|
11
|
+
$rwdjumplink = [""]
|
12
|
+
JumpLink = Hash.new("default")
|
8
13
|
require 'fileutils'
|
9
|
-
load 'rwdconfig.dist'
|
10
|
-
DistroName = "rubyslippers"
|
11
|
-
load "configuration/#{DistroName}.dist"
|
12
|
-
DistroVersion=RubySlippersVersion
|
13
14
|
|
14
|
-
|
15
|
+
DistroName = "wrubyslippers"
|
16
|
+
|
17
|
+
DistroVersion="1.07"
|
15
18
|
|
19
|
+
DistroTitle="#{DistroName}-#{DistroVersion}.dist"
|
20
|
+
load "configuration/#{DistroTitle}"
|
21
|
+
DistroName = "rubyslippers"
|
22
|
+
DistroTitle = "#{DistroName}-#{DistroVersion}"
|
16
23
|
|
17
24
|
|
18
25
|
$progdir = File::expand_path( File.dirname(__FILE__))
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubyslippers
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: "1.
|
4
|
+
version: "1.07"
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Steven Gibson
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2008-09-
|
12
|
+
date: 2008-09-13 00:00:00 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|
@@ -25,7 +25,23 @@ extra_rdoc_files:
|
|
25
25
|
- rwd_files/HowTo_Tinker.txt
|
26
26
|
- rwd_files/HowTo_TinkerWin2.txt
|
27
27
|
files:
|
28
|
-
- lib/
|
28
|
+
- lib/rwd/browser.rb
|
29
|
+
- lib/rwd/sgml.rb
|
30
|
+
- lib/rwd/ftools.rb
|
31
|
+
- lib/rwd/ruby.rb
|
32
|
+
- lib/rwd/thread.rb
|
33
|
+
- lib/rwd/mime.rb
|
34
|
+
- lib/rwd/tree.rb
|
35
|
+
- lib/rwd/net.rb
|
36
|
+
- lib/rwd/rwd.rb
|
37
|
+
- lib/rwd/xml.rb
|
38
|
+
- lib/zip/stdrubyext.rb
|
39
|
+
- lib/zip/ziprequire.rb
|
40
|
+
- lib/zip/ioextras.rb
|
41
|
+
- lib/zip/zip.rb
|
42
|
+
- lib/zip/zipfilesystem.rb
|
43
|
+
- lib/zip/tempfile_bugfixed.rb
|
44
|
+
- lib/rconftool.rb
|
29
45
|
- code/zz0applicationend/zz0end.rb
|
30
46
|
- code/superant.com.rwdtinkerbackwindow/listgemdirs.rb
|
31
47
|
- code/superant.com.rwdtinkerbackwindow/diagnostictab.rb
|
@@ -37,7 +53,6 @@ files:
|
|
37
53
|
- code/superant.com.rwdtinkerbackwindow/loadconfigurationrecord.rb
|
38
54
|
- code/superant.com.rwdtinkerbackwindow/runrwdtinkerbackwindow.rb
|
39
55
|
- code/superant.com.rwdtinkerbackwindow/viewappletcontents.rb
|
40
|
-
- code/superant.com.rwdtinkerbackwindow/installapplet.rb
|
41
56
|
- code/superant.com.rwdtinkerbackwindow/openhelpwindowtinkerwin2.rb
|
42
57
|
- code/superant.com.rwdtinkerbackwindow/loadconfigurationvariables.rb
|
43
58
|
- code/superant.com.rwdtinkerbackwindow/listzips.rb
|
@@ -71,7 +86,6 @@ files:
|
|
71
86
|
- code/01rwdcore/02helptexthashbegin.rb
|
72
87
|
- code/01rwdcore/rundocuments.rb
|
73
88
|
- code/superant.com.rubyslippers/listgemdirs.rb
|
74
|
-
- code/superant.com.rubyslippers/jumplinkupdate.rb
|
75
89
|
- code/superant.com.rubyslippers/listgemrecord.rb
|
76
90
|
- code/superant.com.rubyslippers/listgemzips.rb
|
77
91
|
- code/superant.com.rubyslippers/gemfilesinstalled.rb
|
@@ -85,7 +99,6 @@ files:
|
|
85
99
|
- code/superant.com.rubyslippers/listgemremote.rb
|
86
100
|
- code/superant.com.rubyslippers/helptexthashrubyslippers.rb
|
87
101
|
- code/superant.com.rubyslippers/runrubyslippersmenu1.rb
|
88
|
-
- code/superant.com.rubyslippers/uninstallapplet.rb
|
89
102
|
- code/superant.com.rubyslippers/openhelpwindowrubyslippers.rb
|
90
103
|
- code/superant.com.rubyslippers/viewrubyslippersconfiguration.rb
|
91
104
|
- code/superant.com.rubyslippers/gemwhich.rb
|
@@ -112,26 +125,8 @@ files:
|
|
112
125
|
- configuration/rwdtinker.dist
|
113
126
|
- configuration/tinkerwin2variables.dist
|
114
127
|
- configuration/language.dist
|
115
|
-
- configuration/wrubyslippers-1.
|
128
|
+
- configuration/wrubyslippers-1.07.dist
|
116
129
|
- configuration/rwdapplicationidentity.dist
|
117
|
-
- configuration/rubyslippers.dist
|
118
|
-
- extras/zip/stdrubyext.rb
|
119
|
-
- extras/zip/ziprequire.rb
|
120
|
-
- extras/zip/ioextras.rb
|
121
|
-
- extras/zip/zip.rb
|
122
|
-
- extras/zip/zipfilesystem.rb
|
123
|
-
- extras/zip/tempfile_bugfixed.rb
|
124
|
-
- extras/rconftool.rb
|
125
|
-
- ev/browser.rb
|
126
|
-
- ev/sgml.rb
|
127
|
-
- ev/ftools.rb
|
128
|
-
- ev/ruby.rb
|
129
|
-
- ev/thread.rb
|
130
|
-
- ev/mime.rb
|
131
|
-
- ev/tree.rb
|
132
|
-
- ev/net.rb
|
133
|
-
- ev/rwd.rb
|
134
|
-
- ev/xml.rb
|
135
130
|
- lang/en/rubyslippers/languagefile.rb
|
136
131
|
- lang/en/rwdcore/languagefile.rb
|
137
132
|
- lang/es/rubyslippers/languagefile.rb
|
@@ -142,8 +137,9 @@ files:
|
|
142
137
|
- lang/jp/rwdcore/languagefile.rb
|
143
138
|
- lang/nl/rubyslippers/languagefile.rb
|
144
139
|
- lang/nl/rwdcore/languagefile.rb
|
145
|
-
- gui/frontwindowtdocuments/
|
146
|
-
- gui/frontwindowtdocuments/
|
140
|
+
- gui/frontwindowtdocuments/00documentbegin.rwd
|
141
|
+
- gui/frontwindowtdocuments/tinkerdocuments.rwd
|
142
|
+
- gui/frontwindowtdocuments/zzdocumentend.rwd
|
147
143
|
- gui/00coreguibegin/applicationguitop.rwd
|
148
144
|
- gui/tinkerbackwindows/superant.com.tinkerhelpwindow
|
149
145
|
- gui/tinkerbackwindows/superant.com.tinkerhelpwindow/1appname.rwd
|
@@ -184,37 +180,36 @@ files:
|
|
184
180
|
- gui/tinkerbackwindows/superant.com.rubyslippersbackwindow/8gemcommands.rwd
|
185
181
|
- gui/tinkerbackwindows/superant.com.rubyslippersbackwindow/98jumplinkcommands.rwd
|
186
182
|
- gui/tinkerbackwindows/superant.com.rubyslippersbackwindow/3viewgemspec.rwd
|
187
|
-
- gui/helpaboutzend/
|
188
|
-
- gui/helpaboutzend/
|
189
|
-
- gui/helpaboutzend/
|
190
|
-
- gui/helpaboutzend/
|
191
|
-
- gui/
|
192
|
-
- gui/
|
193
|
-
- gui/helpaboutbegin/
|
194
|
-
- gui/helpaboutbegin/
|
195
|
-
- gui/
|
196
|
-
- gui/
|
197
|
-
- gui/
|
198
|
-
- gui/
|
199
|
-
- gui/frontwindowselections/superant.com.rwdtinkerwin2selectiontab/jumplinkcommands.rwd
|
200
|
-
- gui/frontwindowselectionzend/viewselectionzend/zzdocumentbegin.rwd
|
201
|
-
- gui/frontwindowselectionzend/viewselectionzend/wwselectionend.rwd
|
202
|
-
- gui/zzcoreguiend/tinkerapplicationguiend/yy9rwdend.rwd
|
203
|
-
- gui/helpaboutinstalled/superant.com.tinkerhelpabout
|
204
|
-
- gui/helpaboutinstalled/superant.com.tinkerhelpabout/helpabouttab.rwd
|
183
|
+
- gui/helpaboutzend/zzzzhelpscreen2end.rwd
|
184
|
+
- gui/helpaboutzend/zzzzhelpabout2.rwd
|
185
|
+
- gui/helpaboutzend/zhelpscreenstart2.rwd
|
186
|
+
- gui/helpaboutzend/helpscreenend.rwd
|
187
|
+
- gui/frontwindow0/cc0openphoto.rwd
|
188
|
+
- gui/helpaboutbegin/zzzzzzhelpabouttab.rwd
|
189
|
+
- gui/helpaboutbegin/zzzzhelpscreenstart.rwd
|
190
|
+
- gui/helpaboutbegin/zzzrwdlasttab.rwd
|
191
|
+
- gui/frontwindowselections/jumplinkcommands.rwd
|
192
|
+
- gui/frontwindowselections/wwselectionend.rwd
|
193
|
+
- gui/frontwindowselections/00selectiontabbegin.rwd
|
194
|
+
- gui/zzcoreguiend/yy9rwdend.rwd
|
205
195
|
- installed/temp.rb
|
206
|
-
- installed/wrubyslippers-1.
|
196
|
+
- installed/wrubyslippers-1.07.inf
|
207
197
|
- rwd_files/tinker.png
|
208
198
|
- rwd_files/favicon.ico
|
209
199
|
- rwd_files/rdoc-style.css
|
210
|
-
- rwd_files/GemDocuments.html
|
211
200
|
- rwd_files/Readme.txt
|
212
201
|
- rwd_files/rwdapplications.html
|
213
202
|
- rwd_files/HowTo_RubySlippers.txt
|
214
203
|
- rwd_files/HowTo_TinkerWin2.txt
|
215
204
|
- rwd_files/RubyWebDialogs.html
|
216
205
|
- rwd_files/HowTo_Tinker.txt
|
206
|
+
- zips/rwdwgutenberg-0.09.zip
|
217
207
|
- zips/temp.rb
|
208
|
+
- zips/rwdwcalc-0.61.zip
|
209
|
+
- zips/rwdwshell-1.04.zip
|
210
|
+
- zips/rwdwaddresses-1.05.zip
|
211
|
+
- zips/wrubyslippers-1.06.zip
|
212
|
+
- zips/rwdwschedule-1.04.zip
|
218
213
|
- tests/rdep.rb
|
219
214
|
- tests/cleancnf.sh
|
220
215
|
- tests/makedist-wrubyslippers.rb
|
@@ -249,7 +244,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
249
244
|
requirements: []
|
250
245
|
|
251
246
|
rubyforge_project: rwdapplications
|
252
|
-
rubygems_version: 1.
|
247
|
+
rubygems_version: 1.2.0
|
253
248
|
signing_key:
|
254
249
|
specification_version: 2
|
255
250
|
summary: RubySlippers is a GUI wrapper for RubyGems using RubyWebDialogs.
|
@@ -1,57 +0,0 @@
|
|
1
|
-
|
2
|
-
#***********************************************************************
|
3
|
-
#* Rwd/Tinker -- A Ruby program for the RudyWebDialog.
|
4
|
-
#* Copyright (c) 2004 - 2005 by Steven Gibson. All Rights Reserved.
|
5
|
-
#*
|
6
|
-
#* This library is free software; you can redistribute it and/or
|
7
|
-
#* modify it under the terms of the GNU General Public
|
8
|
-
#* License as published by the Free Software Foundation; either
|
9
|
-
#* .
|
10
|
-
#*
|
11
|
-
#* These files are distributed in the hope that they will be useful,
|
12
|
-
#* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
13
|
-
#* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
14
|
-
#* General Public License for more details.
|
15
|
-
#*
|
16
|
-
#* You should have received a copy of the GNU General Public
|
17
|
-
#* License along with these files; if not, write to the Free Software
|
18
|
-
#* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
19
|
-
#*
|
20
|
-
#* For further information please contact the author by e-mail
|
21
|
-
#* at "smalllinux@gmai.com".
|
22
|
-
#***********************************************************************/
|
23
|
-
|
24
|
-
def wrubyslippers_1_05
|
25
|
-
|
26
|
-
$tinkerdocumentsarray.delete_if {|x| x == "HowTo_RubySlippers.txt"}
|
27
|
-
$tinkerhelpaboutarray.delete_if {|x| x == "RubySlippers"}
|
28
|
-
Helptext.delete_if {|key, value| key == :Install_Gem }
|
29
|
-
Helptext.delete_if {|key, value| key == :rubyslippers_generalhelp}
|
30
|
-
Helptext.delete_if {|key, value| key == :GemCommands_help }
|
31
|
-
Helptext.delete_if {|key, value| key == :gemfiles_help }
|
32
|
-
Helptext.delete_if {|key, value| key == :gemdocs_help }
|
33
|
-
Helptext.delete_if {|key, value| key == :gemfilesinstalled }
|
34
|
-
Helptext.delete_if {|key, value| key == :gemconfiguration_help }
|
35
|
-
Helptext.delete_if {|key, value| key == :gemspecdata_help }
|
36
|
-
Helptext.delete_if {|key, value| key == :editgemspec_help }
|
37
|
-
Helptext.delete_if {|key, value| key == :buildgem_help }
|
38
|
-
Helptext.delete_if {|key, value| key == :viewgemdir_help }
|
39
|
-
Helptext.delete_if {|key, value| key == :gemwhich_help }
|
40
|
-
$rwdjumplink.delete_if {|x| x == "RubyslippersWindow"}
|
41
|
-
$rwdjumplink.delete_if {|x| x == "DocumentScreen"}
|
42
|
-
$rwdjumplink.delete_if {|x| x == "GemCommands"}
|
43
|
-
$rwdjumplink.delete_if {|x| x == "ViewGemData"}
|
44
|
-
$rwdjumplink.delete_if {|x| x == "GemInstallation"}
|
45
|
-
$rwdjumplink.delete_if {|x| x == "GemFiles"}
|
46
|
-
$rwdjumplink.delete_if {|x| x == "GemDocumentsView"}
|
47
|
-
$rwdjumplink.delete_if {|x| x == "GemspecEditor"}
|
48
|
-
$rwdjumplink.delete_if {|x| x == "GemspecDataViewer"}
|
49
|
-
$rwdjumplink.delete_if {|x| x == "GemspecUtilities"}
|
50
|
-
$rwdjumplink.delete_if {|x| x == "GemDirectories"}
|
51
|
-
$rwdjumplink.delete_if {|x| x == "RubyslippersConfiguration"}
|
52
|
-
|
53
|
-
@rwd_window = "main"
|
54
|
-
|
55
|
-
end
|
56
|
-
|
57
|
-
|
@@ -1,27 +0,0 @@
|
|
1
|
-
# code in install rwdtinker applets - now uses ruby.zip module
|
2
|
-
def installapplet
|
3
|
-
|
4
|
-
nametext = "%s" % [@a_installapplet]
|
5
|
-
|
6
|
-
begin # exception trapped block
|
7
|
-
|
8
|
-
|
9
|
-
require 'extras/zip/zip'
|
10
|
-
fullname = nametext + ".zip"
|
11
|
-
fileName = File.join($zipslocation,fullname)
|
12
|
-
|
13
|
-
zf = Zip::ZipFile.new(fileName)
|
14
|
-
zf.sort.each {
|
15
|
-
|
16
|
-
|entry|
|
17
|
-
zf.extract(entry.to_s, entry.to_s)
|
18
|
-
}
|
19
|
-
@returninitateresults = initiateapplet(nametext)
|
20
|
-
@installapplettext = Message[:applet_installed] + " " + @returninitateresults
|
21
|
-
|
22
|
-
rescue
|
23
|
-
@installapplettext = "unzip error - applet may not be installed correctly"
|
24
|
-
end # exception rescue
|
25
|
-
|
26
|
-
end
|
27
|
-
|
@@ -1,17 +0,0 @@
|
|
1
|
-
##VERSION:1.06
|
2
|
-
##NAME:$gemdirectory:0
|
3
|
-
$gemdirectory = "/var/lib/gems/1.8" # Linux machine #$gemdirectory = "c:\\ruby\\lib\\ruby\\gems\\1.8" # XP machine
|
4
|
-
##NAME:$gemspecificationsdirectory:0
|
5
|
-
$gemspecificationsdirectory = "/var/lib/gems/1.8/specifications" # $gemspecificationsdirectory = "c:\\ruby\\lib\\ruby\\gems\\1.8\\specifications" # XP
|
6
|
-
##NAME:$xpcommand:0
|
7
|
-
$xpcommand = " " # Linux machines #$xpcommand = "cmd /C " # XP machines with cmd shell
|
8
|
-
##NAME:$gemspec_directory:0
|
9
|
-
$gemspec_directory = "/var/lib/gems/1.8/specifications"
|
10
|
-
##NAME:$gembuild_directory:0
|
11
|
-
$gembuild_directory = "/usr/src/rubygems"
|
12
|
-
$tinkerdocumentsarray += ["HowTo_RubySlippers.txt"]
|
13
|
-
##NAME:$testharnessarray:0
|
14
|
-
$testharnessarray += ["rubyslippers_all_tests"]
|
15
|
-
$tinkerhelpaboutarray += ["RubySlippers"]
|
16
|
-
##NAME: JumpLink:0
|
17
|
-
JumpLink.update(:RubyslippersWindow=>"runrubyslippersbackwindow",:GemCommands=>"runrubyslippersmenu1", :GemspecEditor=>"runrubyslippersmenu7", :GemspecUtilities =>"runrubyslippersmenu8", :RubyslippersConfiguration=>"runrubyslippersmenu10" )
|
data/lib/rubyslippers.rb
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
# this file does nothing except help gem which
|