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 CHANGED
@@ -1 +1 @@
1
- 1.1.358
1
+ 1.1.362
@@ -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
@@ -63,8 +63,8 @@ class Shoes
63
63
  win.signal_connect "motion_notify_event" do
64
64
  app.mouse_pos = app.win.pointer
65
65
  mouse_motion_control app
66
- mouse_hover_control app
67
66
  mouse_leave_control app
67
+ mouse_hover_control app
68
68
  end
69
69
 
70
70
  app.canvas = if treeview
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 = "Headers: #{goog.meta}"
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.358
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-03-26 00:00:00.000000000 Z
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: &17730288 !ruby/object:Gem::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: *17730288
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: