tk_as_gem 0.0.0 → 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README +3 -4
- data/VERSION +1 -1
- data/ext/extconf.rb +0 -2
- metadata +2 -2
data/README
CHANGED
@@ -9,14 +9,13 @@ C:>gem install tk_as_gem
|
|
9
9
|
|
10
10
|
Note: ruby.exe and your tcl dir must be on the same drive.
|
11
11
|
|
12
|
-
|
12
|
+
Might install for linux, as well.
|
13
13
|
|
14
14
|
Note that this only works for 1.9 -- for 1.8 mingw you can install some binaries from here:
|
15
15
|
http://github.com/rdp/ruby_windows_tk
|
16
16
|
|
17
|
-
|
18
17
|
Bugs:
|
19
18
|
|
20
|
-
currently
|
19
|
+
currently to exit out of ruby, once you've done a
|
21
20
|
require 'tk'
|
22
|
-
of the gem.
|
21
|
+
of the gem, you must *first* close all outstanding open Tk windows, THEN exit your ruby process, otherwise it will hang.
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.1
|
data/ext/extconf.rb
CHANGED
@@ -151,8 +151,6 @@ def find_tcl(tcllib, stubs, version, *opt_paths)
|
|
151
151
|
unless st
|
152
152
|
puts("Warning:: cannot find Tcl library. tcltklib will not be compiled (tcltklib is disabled on your Ruby == Ruby/Tk will not work). Please check configure options.")
|
153
153
|
end
|
154
|
-
require 'display'
|
155
|
-
display st
|
156
154
|
st
|
157
155
|
end
|
158
156
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tk_as_gem
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Roger Pack
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2010-01-
|
12
|
+
date: 2010-01-19 00:00:00 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|