calabash-android 0.0.16 → 0.0.17

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.
data/CHANGES.txt CHANGED
@@ -1,3 +1,6 @@
1
+ 0.0.17:
2
+ Upgraded to Robotium 3.3
3
+
1
4
  0.0.16:
2
5
  Clears text when calling set_text in a webview.
3
6
  Added set_text helper method to support.
@@ -1,6 +1,6 @@
1
1
  module Calabash
2
2
  module Android
3
- VERSION = "0.0.16"
4
- FRAMEWORK_VERSION = "0.0.16"
3
+ VERSION = "0.0.17"
4
+ FRAMEWORK_VERSION = "0.0.17"
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: calabash-android
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.16
4
+ version: 0.0.17
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -123,7 +123,7 @@ files:
123
123
  - test-server/instrumentation-backend/AndroidManifest.xml
124
124
  - test-server/instrumentation-backend/assets/foo.bar
125
125
  - test-server/instrumentation-backend/gen/com/lesspainful/simpleui/test/R.java
126
- - test-server/instrumentation-backend/libs/robotium-solo-3.2.1.jar
126
+ - test-server/instrumentation-backend/libs/robotium-solo-3.3.jar
127
127
  - test-server/instrumentation-backend/project.properties
128
128
  - test-server/instrumentation-backend/res/drawable-hdpi/ic_launcher.png
129
129
  - test-server/instrumentation-backend/res/drawable-ldpi/ic_launcher.png