appium_lib 3.0.2 → 3.0.3

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.
@@ -1,5 +1,5 @@
1
1
  module Appium
2
2
  # Version and Date are defined on the 'Appium' module, not 'Appium::Common'
3
- VERSION = '3.0.2' unless defined? ::Appium::VERSION
4
- DATE = '2014-06-01' unless defined? ::Appium::DATE
3
+ VERSION = '3.0.3' unless defined? ::Appium::VERSION
4
+ DATE = '2014-06-02' unless defined? ::Appium::DATE
5
5
  end
@@ -40,7 +40,7 @@ module Appium
40
40
  # convert string to binary and remove 160.
41
41
  # \xC2\xA0
42
42
  s = s.force_encoding('binary').gsub("\xC2\xA0".force_encoding('binary'), ' ') if s
43
- s.empty? ? nil : s
43
+ s.empty? ? nil : s.force_encoding('UTF-8')
44
44
  end
45
45
 
46
46
  unless empty(element) || element['visible'] == false
data/release_notes.md CHANGED
@@ -1,3 +1,9 @@
1
+ #### v3.0.3 2014-06-02
2
+
3
+ - [3ed875c](https://github.com/appium/ruby_lib/commit/3ed875cc01ba7f670e9b1b8ccfd7b7adb0af82c1) Release 3.0.3
4
+ - [fab8ebe](https://github.com/appium/ruby_lib/commit/fab8ebe7245e28ad7628c91ba7766418a97521d0) Encode string to UTF-8 on iOS #208
5
+
6
+
1
7
  #### v3.0.2 2014-06-01
2
8
 
3
9
  - [08fe528](https://github.com/appium/ruby_lib/commit/08fe528887c33d64a3b06a5160859888cb92a9dd) Release 3.0.2
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appium_lib
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.2
4
+ version: 3.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - code@bootstraponline.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-01 00:00:00.000000000 Z
11
+ date: 2014-06-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: selenium-webdriver