sugarcube 2.8.0 → 2.8.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: d92ca8801aa6ce45f836070a494cc25f9d474c6a
4
- data.tar.gz: a99bc4acf26ba266d12f27151f909369956fb0f4
3
+ metadata.gz: 9985bca73ff7087fee3be7621391ce74f9469d40
4
+ data.tar.gz: cf072b49b9dd5d8d8372863dca69825ca6cd85cb
5
5
  SHA512:
6
- metadata.gz: df7aeb2713c85ccea53e7525942f724825ffde89b524ac8511c0b01cf2a786da80f26b2ea76a8ecbb289b02bdb5513b9d5d333265a96084daa5d9cf205970c65
7
- data.tar.gz: 8ec64c92acadd1293ee94549f6450ed32f629017ede4ca931f9e629cfa3ad4c4fd2f0cce2a74eda3287143f34870fe3de1cf61cd9f809f95b1c204650e15b3ea
6
+ metadata.gz: b4d920b6a983d8777da81443f4deaa308692bee99aad7018b173e6465880659ad173fe912574dedff7234088eb7578e93aa89167580e22febabb0062bd11a82b
7
+ data.tar.gz: 5cd6ff676e184587abc2618f18459293715153baa5c516bc8b7e4256d9ac5be0e73d34967f26701678e2325a855af149cd708618e6767470ad521bef3c7301af
@@ -72,10 +72,10 @@ module SugarCube
72
72
  end
73
73
 
74
74
  duration = 0.2
75
- NSView.animateWithDuration(duration * 2, animations: ->{ blinking_view.alpha = 1 }, completion: ->(finished) do
76
- NSView.animateWithDuration(duration, animations: ->{ blinking_view.alpha = 0 }, completion: ->(finished) do
77
- NSView.animateWithDuration(duration, animations: ->{ blinking_view.alpha = 1 }, completion: ->(finished) do
78
- NSView.animateWithDuration(duration, animations: ->{ blinking_view.alpha = 0 }, completion: ->(finished) do
75
+ UIView.animateWithDuration(duration * 2, animations: ->{ blinking_view.alpha = 1 }, completion: ->(finished) do
76
+ UIView.animateWithDuration(duration, animations: ->{ blinking_view.alpha = 0 }, completion: ->(finished) do
77
+ UIView.animateWithDuration(duration, animations: ->{ blinking_view.alpha = 1 }, completion: ->(finished) do
78
+ UIView.animateWithDuration(duration, animations: ->{ blinking_view.alpha = 0 }, completion: ->(finished) do
79
79
  blinking_view.removeFromSuperview
80
80
  end)
81
81
  end)
@@ -1,3 +1,3 @@
1
1
  module SugarCube
2
- Version = '2.8.0'
2
+ Version = '2.8.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.8.0
4
+ version: 2.8.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-10-01 00:00:00.000000000 Z
14
+ date: 2014-10-07 00:00:00.000000000 Z
15
15
  dependencies: []
16
16
  description: |
17
17
  == Description