teacup 0.3.4 → 0.3.5

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.
@@ -39,10 +39,10 @@ module Teacup
39
39
  # note about `debug`: not all objects in this method are a UIView instance,
40
40
  # so don't assume that the object *has* a debug method.
41
41
 
42
+ handled = false
42
43
  target.class.ancestors.each do |ancestor|
43
- handled = false
44
44
  if Teacup.handlers[ancestor].has_key? key
45
- NSLog "#{ancestor.name} is handling #{key} = #{value.inspect}" # if target.respond_to? :debug and target.debug
45
+ NSLog "#{ancestor.name} is handling #{key} = #{value.inspect}" if target.respond_to? :debug and target.debug
46
46
  Teacup.handlers[ancestor][key].call(target, value)
47
47
  handled = true
48
48
  break
@@ -1,5 +1,5 @@
1
1
  module Teacup
2
2
 
3
- VERSION = '0.3.4'
3
+ VERSION = '0.3.5'
4
4
 
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: teacup
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: