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.
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.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-01 00:00:00.000000000 Z
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; Tested on Windows,
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. Other operating system probably will need modifications,
83
- which I would like to merge in.
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.txt
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.txt
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
- - .gemtest
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.txt
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; Tested on Windows,
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