sugarcube 2.0.0 → 2.0.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a267cd1e5106ca38a77beca5174fbef2e775ecbc
4
- data.tar.gz: 0cf05d8702ee65a6bb878ed2cb4db7e48cdf8800
3
+ metadata.gz: f332d4a3b61ffc635ce448e7a662e58e29404fa0
4
+ data.tar.gz: dccc86101c347f94556f6caed6a45e12e4a495fd
5
5
  SHA512:
6
- metadata.gz: 020feefff1d89537456a6f228d19f95d3c129c7991f19ba7a77ecf5a05674ccb1bff46f709bd5942932d9033a5f898e86dd34239d2ef70dd3b70b1c50b32c003
7
- data.tar.gz: 3b42dabb4d1d0ef3b11d61122b9cfd32873e90ee204431798c1d9469ac54d5c19216a01d5f53a20102404cdb22eed67fc7c3cb1bdbb2660bafd3e1f5412ab2c8
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.uicolor if color.respond_to?(:uicolor)
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
@@ -1,3 +1,3 @@
1
1
  module SugarCube
2
- Version = '2.0.0'
2
+ Version = '2.0.1'
3
3
  end
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.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-11 00:00:00.000000000 Z
14
+ date: 2014-07-23 00:00:00.000000000 Z
15
15
  dependencies: []
16
16
  description: |
17
17
  == Description