uia 0.1.3 → 0.1.3.1

Sign up to get free protection for your applications and to get access to all the features.
data/ChangeLog CHANGED
@@ -1,3 +1,7 @@
1
+ === Version 0.1.3.1 / 2014-04-29
2
+ * Bug Fixes
3
+ * fixed issue with non-fully referenced InvalidControlType class
4
+
1
5
  === Version 0.1.3 / 2014-04-29
2
6
  * Enhancements
3
7
  * Element#find can combine multiple locators for filtering on the .NET side
@@ -12,7 +12,7 @@ class Symbol
12
12
 
13
13
  def to_control_type_const
14
14
  control_type = Uia::Library::Constants::ControlTypes[self]
15
- raise InvalidControlType.new(self) unless control_type
15
+ raise Uia::InvalidControlType.new(self) unless control_type
16
16
  control_type
17
17
  end
18
18
  end
data/lib/uia/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Uia
2
- VERSION = '0.1.3'
2
+ VERSION = '0.1.3.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uia
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.3.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-04-29 00:00:00.000000000 Z
12
+ date: 2014-04-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: ffi
@@ -255,7 +255,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
255
255
  version: '0'
256
256
  segments:
257
257
  - 0
258
- hash: -604577939
258
+ hash: -143354925
259
259
  required_rubygems_version: !ruby/object:Gem::Requirement
260
260
  none: false
261
261
  requirements:
@@ -264,7 +264,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
264
264
  version: '0'
265
265
  segments:
266
266
  - 0
267
- hash: -604577939
267
+ hash: -143354925
268
268
  requirements: []
269
269
  rubyforge_project:
270
270
  rubygems_version: 1.8.28