gametel 0.5.8 → 0.5.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.
@@ -142,7 +142,7 @@ module Gametel
142
142
  # return if a view has a drawable
143
143
  #
144
144
  def has_drawable?(locator)
145
- view = get_view_by_id(locator) if locator[:id]
145
+ view = get_view_by_id(locator[:id]) if locator[:id]
146
146
  view = get_image(locator[:index]) if locator[:index]
147
147
  last_json['hasDrawable']
148
148
  end
@@ -1,3 +1,3 @@
1
1
  module Gametel
2
- VERSION = "0.5.8"
2
+ VERSION = "0.5.8.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gametel
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.8
4
+ version: 0.5.8.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: