Skip to content

Commit

Permalink
Fixing gems.zip to contain gems
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnu karthik committed Dec 9, 2013
1 parent 13cb238 commit 2efba22
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Binary file modified scripts/gems.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,10 @@ public void swipe(Direction direction) throws CalabashException {

/**
* Modify the gps co-ordinates of your emulator
*
* <pre>
* Note: * you have to turn on 'Allow mock location' on the emulator
* * manifest should have android.permission.ACCESS_MOCK_LOCATION permission to change the location
* </pre>
* @param latitude
* @param longitude
* @throws CalabashException
Expand All @@ -232,7 +235,10 @@ public void setGPSCoordinates(double latitude, double longitude) throws Calabash
/**
* Modify the gps co-ordinates of your emulator.
* You can specify the location like 'Bangalore, India' and set the co-ordinates with the best match using <a href="http://www.rubygeocoder.com"/>GeoCoder</a>
*
* <pre>
* Note: * you have to turn on 'Allow mock location' on the emulator
* * manifest should have android.permission.ACCESS_MOCK_LOCATION permission to change the location
* </pre>
* @param location
* @throws CalabashException
*/
Expand Down

0 comments on commit 2efba22

Please sign in to comment.