sugarcube 0.18.4 → 0.18.5
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/sugarcube/uiview.rb +1 -1
- data/lib/sugarcube/version.rb +1 -1
- metadata +2 -3
data/lib/sugarcube/uiview.rb
CHANGED
@@ -282,7 +282,7 @@ class UIView
|
|
282
282
|
right = origin + offset
|
283
283
|
|
284
284
|
animation = CAKeyframeAnimation.animationWithKeyPath(keypath)
|
285
|
-
animation.
|
285
|
+
animation.send(:'setDuration:', duration)
|
286
286
|
animation.repeatCount = repeat
|
287
287
|
animation.values = [origin, left, right, origin]
|
288
288
|
animation.keyTimes = [0, 0.25, 0.75, 1.0]
|
data/lib/sugarcube/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: 0.18.
|
4
|
+
version: 0.18.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -13,7 +13,7 @@ authors:
|
|
13
13
|
autorequire:
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
|
-
date: 2013-02-
|
16
|
+
date: 2013-02-18 00:00:00.000000000 Z
|
17
17
|
dependencies: []
|
18
18
|
description: ! '== Description
|
19
19
|
|
@@ -204,4 +204,3 @@ test_files:
|
|
204
204
|
- spec/uiview_attr_updates_spec.rb
|
205
205
|
- spec/uiview_spec.rb
|
206
206
|
- spec/unholy_spec.rb
|
207
|
-
has_rdoc:
|