tkxxs 0.1.1 → 0.1.2
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.
- checksums.yaml +8 -8
- data/CONTRIBUTORS +2 -1
- data/History.txt +10 -0
- data/Manifest.txt +1 -1
- data/{README.txt → README.rdoc} +36 -4
- data/ext/tkballoonhelp.rb +332 -332
- data/ext/tkballoonhelp_ORIGINAL.rb +208 -208
- data/lib/tkxxs.rb +710 -708
- data/lib/tkxxs/conf.rb +259 -259
- data/lib/tkxxs/tkxxs_classes.rb +1567 -1571
- data/lib/tkxxs/version.rb +1 -1
- data/rdoc_developers_hanna.bat +14 -14
- data/rdoc_users_hanna.bat +16 -16
- data/samples/big_example.rb +521 -521
- metadata +12 -13
- data/.gemtest +0 -0
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tkxxs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Axel Friedrich
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-01-
|
11
|
+
date: 2014-01-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: Platform
|
@@ -54,8 +54,8 @@ dependencies:
|
|
54
54
|
version: '3.5'
|
55
55
|
description: ! 'TKXXS provides a very simple and very easy to use GUI (graphical user
|
56
56
|
interface) for Ruby; It gives you a persistent output window and popping up (modal)
|
57
|
-
dialogs for input; For a screenshot, see: images/screenshot.png
|
58
|
-
only.
|
57
|
+
dialogs for input; For a screenshot, see: <tt>https://github.com/Axel2/tkxxs/blob/master/images/screenshot.png</tt>;
|
58
|
+
I tested it on Windows, only; Got user report, that it works on Ubuntu, too.
|
59
59
|
|
60
60
|
|
61
61
|
TKXXS shall:
|
@@ -79,8 +79,8 @@ description: ! 'TKXXS provides a very simple and very easy to use GUI (graphical
|
|
79
79
|
|
80
80
|
Drawbacks:
|
81
81
|
|
82
|
-
* I''v tested it only on Windows
|
83
|
-
|
82
|
+
* I''v tested it only on Windows, but got user report, that it works on Ubuntu,
|
83
|
+
too.l
|
84
84
|
|
85
85
|
* For sure some more drawbacks which I''m not aware of now.
|
86
86
|
|
@@ -94,7 +94,7 @@ extensions: []
|
|
94
94
|
extra_rdoc_files:
|
95
95
|
- History.txt
|
96
96
|
- Manifest.txt
|
97
|
-
- README.
|
97
|
+
- README.rdoc
|
98
98
|
- ext/readme.txt
|
99
99
|
files:
|
100
100
|
- .autotest
|
@@ -102,7 +102,7 @@ files:
|
|
102
102
|
- History.txt
|
103
103
|
- LICENSE
|
104
104
|
- Manifest.txt
|
105
|
-
- README.
|
105
|
+
- README.rdoc
|
106
106
|
- Rakefile
|
107
107
|
- ext/readme.txt
|
108
108
|
- ext/tkballoonhelp.rb
|
@@ -117,15 +117,14 @@ files:
|
|
117
117
|
- rdoc_users_hanna.bat
|
118
118
|
- samples/big_example.rb
|
119
119
|
- samples/small_example.rb
|
120
|
-
|
121
|
-
homepage: https://github.com/Axel2
|
120
|
+
homepage: https://github.com/Axel2/tkxxs
|
122
121
|
licenses:
|
123
122
|
- MIT
|
124
123
|
metadata: {}
|
125
124
|
post_install_message:
|
126
125
|
rdoc_options:
|
127
126
|
- --main
|
128
|
-
- README.
|
127
|
+
- README.rdoc
|
129
128
|
- -x
|
130
129
|
- lib/tkxxs/tkxxs_classes.rb
|
131
130
|
- -x
|
@@ -151,6 +150,6 @@ signing_key:
|
|
151
150
|
specification_version: 4
|
152
151
|
summary: ! 'TKXXS provides a very simple and very easy to use GUI (graphical user
|
153
152
|
interface) for Ruby; It gives you a persistent output window and popping up (modal)
|
154
|
-
dialogs for input; For a screenshot, see: images/screenshot.png
|
155
|
-
only'
|
153
|
+
dialogs for input; For a screenshot, see: <tt>https://github.com/Axel2/tkxxs/blob/master/images/screenshot.png</tt>;
|
154
|
+
I tested it on Windows, only; Got user report, that it works on Ubuntu, too'
|
156
155
|
test_files: []
|
data/.gemtest
DELETED
File without changes
|