sugarcube 2.0.0 → 2.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/ios/sugarcube-repl/repl.rb +0 -1
- data/lib/osx/sugarcube-repl/repl.rb +1 -2
- data/lib/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f332d4a3b61ffc635ce448e7a662e58e29404fa0
|
4
|
+
data.tar.gz: dccc86101c347f94556f6caed6a45e12e4a495fd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3fdc960198799be70183442d44bbe1cd18516ad81ad24a780c48b8e72e0efb15b301c91d1124e150dff671fa664681149f4cca2a437a23b83675ee1c34074f69
|
7
|
+
data.tar.gz: 1b877867bf647b79edd367090bef377a0b1efc9434ab5a21784a1094ab833e5011169f02f065531e398118e190ac79a75284f7c5d37989490e1f6819b5f140e3
|
@@ -59,7 +59,6 @@ module SugarCube
|
|
59
59
|
|
60
60
|
def blink(color=nil)
|
61
61
|
return unless check_sugarcube_view
|
62
|
-
blinking_view ||= blink_view(color)
|
63
62
|
|
64
63
|
blinking_view = UIView.alloc.initWithFrame([[0,0], @sugarcube_view.frame.size])
|
65
64
|
color = color.uicolor if color.respond_to?(:uicolor)
|
@@ -28,10 +28,9 @@ module SugarCube
|
|
28
28
|
|
29
29
|
def blink(color=nil)
|
30
30
|
return unless check_sugarcube_view
|
31
|
-
blinking_view ||= blink_view(color)
|
32
31
|
|
33
32
|
blinking_view = NSView.alloc.initWithFrame([[0,0], @sugarcube_view.frame.size])
|
34
|
-
color = color.
|
33
|
+
color = color.nscolor if color.respond_to?(:nscolor)
|
35
34
|
blinking_view.backgroundColor = color
|
36
35
|
blinking_view.alpha = 0
|
37
36
|
if @sugarcube_view.window
|
data/lib/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sugarcube
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Colin T.A. Gray
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2014-07-
|
14
|
+
date: 2014-07-23 00:00:00.000000000 Z
|
15
15
|
dependencies: []
|
16
16
|
description: |
|
17
17
|
== Description
|