sugarcube 0.9.1 → 0.9.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -119,7 +119,7 @@ class Symbol
119
119
  touch: UIControlEventTouchUpInside,
120
120
  touch_up: UIControlEventTouchUpInside,
121
121
  touch_down: UIControlEventTouchDown,
122
- changed: UIControlEventValueChanged,
122
+ changed: UIControlEventValueChanged|UIControlEventEditingChanged,
123
123
 
124
124
  touch_down_repeat: UIControlEventTouchDownRepeat,
125
125
  touch_drag_inside: UIControlEventTouchDragInside,
@@ -19,9 +19,6 @@ class UIControl
19
19
 
20
20
  sugarcube_callbacks[event].push block
21
21
  addTarget(block, action: :call, forControlEvents:event)
22
- puts("=============== uicontrol.rb at line 22 ===============
23
- block: #{block.inspect}
24
- event: #{event.inspect}")
25
22
  end
26
23
 
27
24
  self
@@ -1,3 +1,3 @@
1
1
  module SugarCube
2
- Version = '0.9.1'
2
+ Version = '0.9.2'
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: 0.9.1
4
+ version: 0.9.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -14,7 +14,7 @@ date: 2012-09-15 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rake
17
- requirement: &70199437323400 !ruby/object:Gem::Requirement
17
+ requirement: &70267775597160 !ruby/object:Gem::Requirement
18
18
  none: false
19
19
  requirements:
20
20
  - - ! '>='
@@ -22,10 +22,10 @@ dependencies:
22
22
  version: '0'
23
23
  type: :runtime
24
24
  prerelease: false
25
- version_requirements: *70199437323400
25
+ version_requirements: *70267775597160
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: rspec
28
- requirement: &70199437338580 !ruby/object:Gem::Requirement
28
+ requirement: &70267775595020 !ruby/object:Gem::Requirement
29
29
  none: false
30
30
  requirements:
31
31
  - - ! '>='
@@ -33,7 +33,7 @@ dependencies:
33
33
  version: '0'
34
34
  type: :development
35
35
  prerelease: false
36
- version_requirements: *70199437338580
36
+ version_requirements: *70267775595020
37
37
  description: ! '== Description
38
38
 
39
39