green_shoes 1.1.358 → 1.1.362
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/shoes/helper_methods.rb +1 -1
- data/lib/shoes/main.rb +1 -1
- data/static/manual-en.txt +2 -1
- metadata +4 -4
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.1.
|
1
|
+
1.1.362
|
data/lib/shoes/helper_methods.rb
CHANGED
@@ -285,7 +285,7 @@ class Shoes
|
|
285
285
|
app.mccs.each do |e|
|
286
286
|
next if e.is_a? Slot
|
287
287
|
e.real.window.cursor = ARROW if e.real.window
|
288
|
-
(e.real.window.cursor = HAND; return) if mouse_on? e
|
288
|
+
(e.real.window.cursor = HAND; return) if mouse_on? e and e.real.window
|
289
289
|
end
|
290
290
|
|
291
291
|
app.mlcs.each do |tb|
|
data/lib/shoes/main.rb
CHANGED
data/static/manual-en.txt
CHANGED
@@ -954,7 +954,8 @@ If you attach a block to a download, it'll get called as the `finish` event.
|
|
954
954
|
@status = para "One moment..."
|
955
955
|
|
956
956
|
download "http://is.gd/bXTVY7" do |goog|
|
957
|
-
@status.text =
|
957
|
+
@status.text =
|
958
|
+
"Headers: #{goog.meta["date"]}"
|
958
959
|
end
|
959
960
|
end
|
960
961
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: green_shoes
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.362
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,11 +9,11 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-
|
12
|
+
date: 2012-05-24 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: gtk2
|
16
|
-
requirement: &
|
16
|
+
requirement: &17620452 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ! '>='
|
@@ -21,7 +21,7 @@ dependencies:
|
|
21
21
|
version: '0'
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *17620452
|
25
25
|
description: Green Shoes is one of colorful Shoes, written in pure Ruby with Ruby/GTK2.
|
26
26
|
email: ashbbb@gmail.com
|
27
27
|
executables:
|