rwdtinker 1.41 → 1.42
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/Readme.txt +1 -1
- data/code/xb1rwdtinkerbackwindow/{ll1openname.rb → openappletname.rb} +1 -1
- data/configuration/{aa0rwdframework.cnf → rwdtinker.cnf} +0 -1
- data/configuration/rwdtinkerversion.cnf +2 -0
- data/configuration/{ab1tinkerwin2.cnf → tinkerwin2.cnf} +0 -1
- data/configuration/tinkerwin2version.cnf +3 -0
- data/gui/xb1rwdtinkerbackwindow/4arwdlistapplets.rwd +1 -1
- data/rwd_files/HowTo_Tinker.txt +5 -0
- data/zips/rwdaschedule-0.8.zip +0 -0
- data/zips/{rwdhelloworld-0.3.zip → rwdhelloworld-0.4.zip} +0 -0
- data/zips/{rwdrefreshacpi-0.3.zip → rwdrefreshacpi-0.4.zip} +0 -0
- data/zips/rwdwcalc-0.4.zip +0 -0
- data/zips/{rwdwshell-0.91.zip → rwdwshell-0.92.zip} +0 -0
- metadata +17 -16
- data/zips/rwdaschedule-0.7.zip +0 -0
- data/zips/rwdwcalc-0.3.zip +0 -0
- data/zips/wrubyslippers-0.93.zip +0 -0
- /data/code/xb1rwdtinkerbackwindow/{lm1installapplet.rb → installapplet.rb} +0 -0
- /data/code/xb1rwdtinkerbackwindow/{05listinstalledfiles.rb → listinstalledfiles.rb} +0 -0
- /data/code/xb1rwdtinkerbackwindow/{ll5listzips.rb → listzips.rb} +0 -0
- /data/code/xb1rwdtinkerbackwindow/{mm1removeapplet.rb → removeapplet.rb} +0 -0
data/Readme.txt
CHANGED
data/rwd_files/HowTo_Tinker.txt
CHANGED
|
@@ -195,6 +195,11 @@ http://www.erikveen.dds.nl/rubywebdialogs/index.html
|
|
|
195
195
|
Thanks, Steven Gibson
|
|
196
196
|
|
|
197
197
|
== Changelog:
|
|
198
|
+
version 1.42
|
|
199
|
+
update for live update system
|
|
200
|
+
update applets for live update
|
|
201
|
+
code file name cleanup
|
|
202
|
+
|
|
198
203
|
version 1.41
|
|
199
204
|
l10n work es,nl, jp
|
|
200
205
|
separated out languge.cnf
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
|
-
rubygems_version: 0.8.
|
|
2
|
+
rubygems_version: 0.8.4
|
|
3
3
|
specification_version: 1
|
|
4
4
|
name: rwdtinker
|
|
5
5
|
version: !ruby/object:Gem::Version
|
|
6
|
-
version: "1.
|
|
7
|
-
date: 2005-01-
|
|
6
|
+
version: "1.42"
|
|
7
|
+
date: 2005-01-12
|
|
8
8
|
summary: rwdtinker application is a framework to program for RubyWebDialogs.
|
|
9
9
|
require_paths:
|
|
10
10
|
- "."
|
|
@@ -32,16 +32,18 @@ files:
|
|
|
32
32
|
- code/zz0applicationend/zz0end.rb
|
|
33
33
|
- code/dd0viewphoto/dd0viewphoto.rb
|
|
34
34
|
- code/xa5rwdtinkercallable/callable.rb
|
|
35
|
-
- code/xb1rwdtinkerbackwindow/
|
|
36
|
-
- code/xb1rwdtinkerbackwindow/
|
|
37
|
-
- code/xb1rwdtinkerbackwindow/
|
|
38
|
-
- code/xb1rwdtinkerbackwindow/
|
|
39
|
-
- code/xb1rwdtinkerbackwindow/lm1installapplet.rb
|
|
35
|
+
- code/xb1rwdtinkerbackwindow/openappletname.rb
|
|
36
|
+
- code/xb1rwdtinkerbackwindow/removeapplet.rb
|
|
37
|
+
- code/xb1rwdtinkerbackwindow/installapplet.rb
|
|
38
|
+
- code/xb1rwdtinkerbackwindow/listzips.rb
|
|
40
39
|
- code/xb1rwdtinkerbackwindow/diagnostictab.rb
|
|
41
40
|
- code/xb1rwdtinkerbackwindow/rwdtinkerwin2version.rb
|
|
42
|
-
-
|
|
43
|
-
- configuration/
|
|
41
|
+
- code/xb1rwdtinkerbackwindow/listinstalledfiles.rb
|
|
42
|
+
- configuration/tinkerwin2.cnf
|
|
43
|
+
- configuration/rwdtinkerversion.cnf
|
|
44
44
|
- configuration/language.cnf
|
|
45
|
+
- configuration/rwdtinker.cnf
|
|
46
|
+
- configuration/tinkerwin2version.cnf
|
|
45
47
|
- ev/sgml.rb
|
|
46
48
|
- ev/xml.rb
|
|
47
49
|
- ev/net.rb
|
|
@@ -100,12 +102,11 @@ files:
|
|
|
100
102
|
- rwd_files/tinker.png
|
|
101
103
|
- rwd_files/rdoc-style.css
|
|
102
104
|
- rwd_files/HowTo_TinkerWin2.txt
|
|
103
|
-
- zips/
|
|
104
|
-
- zips/
|
|
105
|
-
- zips/
|
|
106
|
-
- zips/
|
|
107
|
-
- zips/
|
|
108
|
-
- zips/rwdwcalc-0.3.zip
|
|
105
|
+
- zips/rwdrefreshacpi-0.4.zip
|
|
106
|
+
- zips/rwdwcalc-0.4.zip
|
|
107
|
+
- zips/rwdwshell-0.92.zip
|
|
108
|
+
- zips/rwdaschedule-0.8.zip
|
|
109
|
+
- zips/rwdhelloworld-0.4.zip
|
|
109
110
|
- tests/totranslate.lang
|
|
110
111
|
- tests/rwdtinkertestEN.rb
|
|
111
112
|
- tests/test.result
|
data/zips/rwdaschedule-0.7.zip
DELETED
|
Binary file
|
data/zips/rwdwcalc-0.3.zip
DELETED
|
Binary file
|
data/zips/wrubyslippers-0.93.zip
DELETED
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|