Flop
Flop
Reopen from master branch #75
Code too old. new version available r385 http://code.google.com/p/google-api-objectivec-client/source/browse/
Add missing file - GTMOAuth2ViewTouch.xib Simplify Spec
``` - (void)rightAlignForView:(UIView *)view; ``` need to be fixed this method use superview instead of view from parameter ``` - (void)rightAlignForView:(UIView *)view { [self rightAlignForSuperViewOffset:0]; } ``` https://github.com/andrewroycarter/UIView-Helpers/blob/master/UIView%2BHelpers.m#L194
### Checklist - [x] I've run `bundle exec rspec` from the root directory to see all new and existing tests pass - [x] I've followed the _fastlane_ code style and...
tag_name should be encoded like #{url_encode tag_name} in https://github.com/NARKOZ/gitlab/blob/6d2a902a82564a4a2477727b5aef4e347bf34393/lib/gitlab/client/project_releases.rb#L27 https://github.com/NARKOZ/gitlab/blob/6d2a902a82564a4a2477727b5aef4e347bf34393/lib/gitlab/client/project_releases.rb#L64 https://github.com/NARKOZ/gitlab/blob/6d2a902a82564a4a2477727b5aef4e347bf34393/lib/gitlab/client/project_releases.rb#L76 Otherwise methods not working with tags like this "release/v1.1.0" (including slash)
Remove the hidden flag from hierarchy, query, and check-syntax commands to make them visible in the maestro --help output. These are useful commands that users should be aware of. Changes:...
Enable flow scripts to access the current flow name via maestro.flowName. This allows users to make flow-specific decisions and log which flow is currently executing. Implementation: - Add flowName field...
## Proposed changes Just added info about supported syntax
### Is there an existing issue for this? - [x] I have searched the existing issues and didn't find mine. ### Steps to reproduce Run simple flow: ``` - pressKey:...